body{
	font-family: 'Lato', sans-serif;
	color: #010A13;
}

.navbar{
	border-top: .5rem solid #03254C;
	background-color: #f5feff;
	font-family: 'Red Hat Display', sans-serif;
}

.navbar-brand img{
	width: 30px !important;
}

.nav-link{
	text-transform: uppercase;
	font-size: 1.125rem;
	letter-spacing: .03rem;
	border-bottom: .250rem solid #1167B100;
}

.nav-link:hover{
	border-bottom-color: #1167B1;
	color: #010A13;
}

#header-text{
	color: #f5feff;
}

#header-text h1{
	font-size: 2rem;
	padding-bottom: 1rem;
}

#header-text h2{
	color: #e6f9f7;
	font-size: 1.5rem;
	padding-bottom: .75rem;
}

.text-container div{
	background-color: #79C99E;	
	border-radius: .5rem;
}

.text-container a{
	background: linear-gradient(20deg, #f5feff, #d0f8f9);
	padding: .5rem 1rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.125rem;
}

.text-container div:hover{
	background-color: #49795F;
}

#about, #services, #contact{
	padding: 6.25rem 1.5625rem;
}

.section-header{
	font-size: 2rem;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: .5rem;
	color: #010A13;
	letter-spacing: 4px;
}

#about p{
	line-height: 160%;
	padding-bottom: 1rem;
}

#about img{
	box-shadow: #03254C 0 4px 8px;
}

#services{
	background-image: url('../assets/calculate.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cards{
	background-color: #03254C;
	padding: 3.125rem  1.5625rem;
}

#services h3{
	color: #f5feff;
}

.card, .card img{
	border-radius: 0;
}

#contact{
	background-color: #010A13;
	color: #9FA3A3;
}

#contact a{
	color: #9FA3A3;
}

iframe{
	width: 100%;
}

@media (min-width: 768px){
	#header-text{
		width: 550px;
	} 

	#header-text h1{
		font-size: 2.5rem;
	}

	#header-text h2{
		font-size: 1.75rem;
	}

	#header-text a{
		font-size: 1.25rem;
	}
}

@media (min-width: 992px){
	.navbar-brand, .navbar-brand:focus, .navbar-brand:hover{
		font-size: 1.75rem;
	}

	#header-text{
		width: 43.125rem;
	}

	#header-text h1{
		font-size: 3rem;
	}

	#header-text h2{
		font-size: 2rem;
	}

	#header-text p{
		font-size: 1.5rem;
	}

	.card p{
		font-size: .75rem;
	}

	iframe{
		height: 200px;
	}
}

@media (min-width: 1200px){
	#header-text{
		width: 43.125rem;
	}

	#header-text h1{
		font-size: 3rem;
	}

	#header-text h2{
		font-size: 2rem;
	}

	#header-text p{
		font-size: 1.5rem;
	}
}