@charset "utf-8";
/* CSS Document */

/* Fonts
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

body{
	font-family: 'Roboto', sans-serif;
}

a:hover {
  text-decoration: none;
}

/* Colors */

.text-dark-blue{
	color: #00538e;
}

.text-light-blue{
	color: #73b1de;
}

.text-lighter-blue{
	background-color: #f3f6f9;
}

.bg-dark-blue{
	background-color: #00538e;
}

.bg-light-blue{
	background-color: #73b1de;
}

.bg-lighter-blue{
	background-color: #f3f6f9;
}

/* Home Page */

#slider-section{
	background-image: url("../images/slider-sm.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
  	justify-content: center;
  	align-items: center;
}

#slider-logo-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#home-slider-logo{
	margin-top: 12rem;
}

#home-slider-caption{
	font-size: 1.75rem;
	line-height: 2.25rem;
	text-transform: uppercase;
	margin: 1rem 0rem;
	text-align: center;
}

#slogan-section{
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: #ffe600;
	background-color: #00538e;
	padding: 1rem 0rem;
	text-transform: uppercase;
}

#home-card-section{
	padding-top: 2rem;
}

#home-card-intro-1{
	font-size: 1.75rem;
	line-height: 2.25rem;
	padding: 0rem 1rem;
	color: #00538e;
}

#home-card-intro-2{
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding: 2rem 1rem;
}


.home-card-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 4rem;
}

#home-card-image-1{
	background-image: url("../images/home-card-1.jpg");
}

#home-card-image-2{
	background-image: url("../images/home-card-2.jpg");
}

#home-card-image-3{
	background-image: url("../images/home-card-3.jpg");
}

#home-card-image-4{
	background-image: url("../images/home-card-4.jpg");
}

#home-card-image-5{
	background-image: url("../images/home-card-5.jpg");
}

#home-card-image-6{
	background-image: url("../images/home-card-6.jpg");
}

#home-card-image-7{
	background-image: url("../images/home-card-7.jpg");
}

#home-card-image-8{
	background-image: url("../images/home-card-8.jpg");
}


.home-cards{
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #00538e;
}

.home-cards:hover{
	background-color: #D0E3F1;
}

.home-card-head{
	padding: 1rem 0rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;
}

.home-card-text{
	padding: 1rem;
	text-align: center;
}

#home-banner-section{
	background-image: url("../images/back.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	padding: 4rem 0rem;
}

#home-banner-right{
	text-align: center;
}

#home-banner-head{
	font-size: 2.5rem;
	line-height: 2.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

#home-banner-btn-area{
	display: flex;
  	flex-direction: column;
}

.home-banner-btn{
	font-size: 1.5rem;
	font-weight: 700;
	padding: .5rem 5rem;
	margin: .5rem auto;
	border: 2px solid;
	border-radius: 50px;
	text-transform: uppercase;
	background-color: rgba(208,227,241,.5);
}

#home-banner-service{
	font-size: 1.5rem;
	line-weight: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

#home-details-section{
	padding: 2rem 0rem;
	font-size: 1.25rem;
	line-height: 1.rem;
}

#home-schedule-section{
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

/* Inner Pages */

.inner-header-section{
	background-image: url("../images/slider.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	padding: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 4rem;
}

.inner-head{
	font-size: 2.5rem;
	color: #00538e;
}

#about-name{
	font-size: 2rem;
	color: #00538e;
	margin-bottom: 2rem;
	text-align: center;
}

#services-section{
	
}

.services-wrapper{
	
}

.services-heads{
	font-size: 2rem;
	line-height: 2.25rem;
	font-weight: 700;
	color: #00538e;
}

.services-descriptions{
	margin: 1rem 0rem 3rem 1rem;
	border-left: 2px solid #00538e;
	padding-left: 1rem;
	
}

#about-image{
	margin-bottom: 2rem;
}

/* Footer Section */

#footer-section{
	margin-top: 4rem;
	padding: 3rem 0rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer-contact{
	text-align: center;	
	margin-top: 1rem;
}

#footer-business{
	text-align: center;
}

#footer-social{
	text-align: center;
	margin-top: 1rem;
}

#footer-logo{
	padding: 0rem 4rem;
}

#footer-phone{
	font-size: 1.5rem;
	font-weight: 700;
}

#legal{
	text-align: center;
	margin-top: 1rem;
}

#credit{
	text-align: center;
	margin-top: 1rem;
}

.fab{
	font-size: 1.75rem;
	margin: .5rem;
	color: #00538e;
}

.fab:hover{
	color: #73b1de;
}


