/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */
 
 
 
 
 
 /* Google Fonts */



@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans&display=swap');


@import url('https://fonts.googleapis.com/css?family=Lexend+Zetta&display=swap');



body, html{
    overflow-x: hidden;
}
 

 
 
 

body {
 font-family: 'IBM Plex Sans', sans-serif;
	font-size: 1em;
	
	background-color: #e9f4ff;
	
	
}




h1 {
	
	
	font-family: 'Lexend Zetta', sans-serif;
	letter-spacing: -4px;
	text-transform: uppercase;
	margin-bottom: .5em;
	
	
	
	
	}


h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lexend Zetta', sans-serif;
	text-transform: uppercase;
	margin-left: -5px;
	color: #fff;
	letter-spacing: -1px;
	
	
	}
	
	
	



.brand img{
	
	
	width: 70px;
	height: auto;
	margin-bottom: 10px;
}



.brand h1 {
	
	font-size: 22px;
	line-height: 2.5rem;
	color: #0f4c81;
	letter-spacing: -1px;
	
}








.brand h2 {
	
	font-size: 1.45rem;
	letter-spacing: .25em;
	margin-top: .25em;
	margin-bottom: 1.25em;


	
}




section.features-icons h4 {
	
	color: #fff;
}



html body header.masthead.text-white.text-center div.container div.row div.col-xl-9.mx-auto h3 {
	
		color: #fff;
	
}





.lead {
	
	font-size: 1.35rem;
}




 p {
	 
	 
	  }


p.small {
	
	font-family: 'Lexend Zetta', sans-serif;
text-transform: uppercase;
font-size: .55rem;
}




.text-primary {
	
	color: #fff !important;
	font-size: 24px;

}


.max-width80 {
	
	
	max-width: 80%;
}


.max-width50 {
	
	
	max-width: 50%;
}



ul.bullets {
	
	font-size: 1.35rem;
	
}




.list-group-item {
	
	
	background-color: transparent;
	font-size: 16px;
	border: none;
	position: relative;
	padding-top: .45rem;
	

}




.list-group-item span {
	
	
	position: absolute;
	left: -20px;
}



header.masthead {
  position: relative;
  background-color: #0f4c81;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  background-position: left center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}



header.masthead a {
	
	
	color: #fff;
}


header.masthead a:hover {
	
	text-decoration: none;
}



header.masthead .overlay {
  position: absolute;
  background-color: #0f4c81;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

header.masthead h1 {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.83);
}

@media (max-width: 375px) {
  
  header.masthead h1 {
    font-size: 1rem;
    letter-spacing: inherit;
  }
}






@media (min-width: 768px) {
  header.masthead {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  header.masthead h1 {
    font-size: 2.5rem;
  }
}

.showcase .showcase-text {
  padding: 2.5rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

/*.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}*/

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 3.5rem;
}

/*.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}*/

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e9f4ff;
}


a {
	
	color: #0f4c81;
}
