body {
	font-family: 'Montserrat';
	color: #141414
}

.nav-link {
	font-size: 20px;
	color: #141414;
	font-weight: 400;
}

/* Navbar transparent background */
.bg-light {
	background: rgba(247,249,248,.8) !important;
}

.hero-text {
	font-size: 4rem;
	color: #f5f6f4;
	font-weight: 600;
	margin-top:50%;  
}



/* Left Borders */
.border-left-fern {
	border-left: 4px solid #3e7a40;
}

.border-left-marigold {
	border-left: 4px solid #ECA72C;
}  

.border-left-tangerine {
	border-left: 4px solid #f5a88e;
}   

/* Headers */
.header-2 {
	font-size: 32px;
	font-weight: 800;
}

.header-2-a {
	color: #f5f6f4;
	font-size: 32px;
	font-weight: 800;
}

.header-3 {
	font-size: 36px;
	font-weight: 400;
}

.header-3-white {
	color: #f5f6f4;
	font-size: 36px;
	font-weight: 400;
}

p {
	font-size: 18px;
	padding-left: 0px;
	font-weight: 400;                
}

.footer-header {
	font-size: 2rem;
	font-weight: 400;
}

.footer-text {
	font-size: 1rem;
	font-weight: 400;
}