body{
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

body a{
	text-decoration: none;
}

header{
	width: 100%;
}

.navbar{
	font-family: 'Source Sans Pro', arial, sans-serif;
	text-transform: uppercase;
}

.navbar .active{
	font-weight: bold;
}

.navbar li{
	padding-left: 32px;
}

.navbar a {
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;

	display: block;
	/*padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);*/
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar a:hover, .navbar a:focus {
	text-decoration: underline;
}

.current-menu-item{
	font-weight: bold;
}

.headerImageFile{
	max-height: 140px;
	overflow: hidden;
	transition: 0.3s ease;
}

.headerImageFileRetract{
	max-height: 100px;
}

.heroContainer h3, .contentContainer h3{
	font-family: 'Fjalla One', sans-serif;
}

.heroContainer a{
	font-family: 'Source Sans Pro', sans-serif;
}

#heroSection{
	/*margin-top: 160px;*/
	width: 100%;
}

.sectionHeader{
	margin-top: 30px;
	margin-bottom: 30px;
}

.sectionHeader h2{
	text-align: center;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0699c9;
}

.underSectionHeader{
	width: 70px;
	margin: 0 auto;
	border: 1px solid gray;
}

.sectionBackgroundGray{
	background-color: #f6f6f6;
}

button{
	border-radius: 0px !important;
	padding: 20px 40px 40px !important;
	color: white !important;
	font-weight: bold !important;
	background-color: #0fbdf6 !important;
	border: 3px solid unset !important;
	text-transform: uppercase !important;
}

button:hover, button:focus{
	color: #0fbdf6 !important;
	border: 2px solid #0fbdf6 !important;
	background-color: white !important;
}

.font-weight-bold{
	font-weight: bold;
}

.top-buffer{
	margin-top: 25px;
	margin-bottom: 25px;
}

.white-text a{
	font-size: 35px;
	/*color: white;*/
}

.contentContainer{
	/*color: rgb(226, 226, 226);*/
	/*background-color: black;*/
}

.contentContainer p{
	font-size: 20px;
}

.servicesContainer, .expertiseContainer, .contactUsContainer{
	height: 100%;
	display: flex;
	align-items: center;
}

/*Small Screen*/
@media only screen and (max-width: 575px) {
	.top-buffer{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#heroSection{
		/*margin-top: 250px;*/
	}
}


/*Mobile only*/
@media{
	.container{
		max-width: 100%;
	}
}