@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Regular.ttf");
}

body {
	font-size: 3.3vh;
	font-family: "Lato", sans-serif !important;
}

body h2 {
	color: #006f9e;
	font-family: "Lato", sans-serif;
	font-size: 1.2em;
}

.navBarLinks {
	width: 75%;
	font-family: "Lato", sans-serif;
	float: right;
	padding-top: 6%;
}
.navBarLinks a {
	color: #0bbbef;
	text-decoration: none;
}

.navBarLinks a:hover {
	color: #009fe3;
}

.textBody {
	margin-left: 3%;
	float: left;
	font-family: "Lato", sans-serif;
	width: 80%;
	padding-top: 2%;
}
.textBody p {
	padding-left: 6%;
	color: #0bbbef;
	position: relative;
}

#aboutText {
	font-family: "Lato", sans-serif;
	padding: 60px;
	font-size: 1.5em;
}

#aboutText p {
	color: #006f9e;
	position: relative;
}

#aboutText h3 {
	color: #006f9e;
	text-align: center;
}

#link {
	text-decoration: none;
	color: #006f9e;
	margin-left: 6%;
	float: left;
}

.textBody a {
	text-decoration: none;
	color: #0bbbef;
}
.textBody a:hover {
	color: #009fe3;
	text-decoration: none;
}

.footer {
	background-color: #a1daf8;
	border-top: thick solid #006f9e;
	width: 100%;
	float: left;
	color: #006f9e;
}

.footer a {
	color: #006f9e;
}
.social {
	width: auto;
	float: left;
}
.twitterBox {
	border: thick solid #006f9e;
	background-color: #fff !important;
	width: 73%;
	padding-left: 1%;
}

.servicesBoxLeft {
	margin-left: 8%;
	width: 30%;
	float: left;
	background-color: #a1daf8;
	margin-top: 1%;
	margin-bottom: 2%;
	position: relative;
}

.servicesBoxLeft img {
	display: block;
	margin: 0 auto;
}

.servicesBoxLeft a {
	text-decoration: none;
}

.servicesBoxLeft a:hover {
	text-decoration: none;
}

.servicesBoxMore {
	width: 90%;
	display: none;
	background-color: #a1daf8;
	padding: 2%;
}

.servicesBoxMore p {
	vertical-align: text-top;
	color: #006f9e;
}

.servicesBoxMore img {
	float: left;
}

.servicesBox {
	width: 90%;
	background-color: #a1daf8;
	padding: 5%;
}

.servicesBox p {
	vertical-align: text-top;
	color: #006f9e;
}

.servicesBox img {
	float: left;
}

.basic-textarea textarea {
	height: auto;
	width: 70%;
	border: solid #006f9e;
}

.basic-textarea input {
	border: solid #006f9e;
}

#formText {
	margin-left: 10%;
	float: left;
	width: 90%;
	color: #006f9e;
	font-size: 1.1rem;
}

#cookieConsent {
	background-color: rgba(20, 20, 20, 0.8);
	min-height: 26px;
	font-size: 14px;
	color: #ccc;
	line-height: 26px;
	padding: 8px 0 8px 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
}

#cookieConsent a {
	color: #4b8ee7;
	text-decoration: none;
}

#closeCookieConsent {
	float: right;
	display: inline-block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: -15px 0 0 0;
	font-weight: bold;
}

#closeCookieConsent:hover {
	color: #fff;
}

#cookieConsent a.cookieConsentOK {
	background-color: #f1d600;
	color: #000;
	display: inline-block;
	border-radius: 5px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
	background-color: #e0c91f;
}

.carousel-item {
	padding: 100px 50px;
	text-align: center;
	color: #fff;
	background-color: #0197e4;
	font-size: 1.2em;
}
