*{
	font-family: 'Maven Pro', sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
.logo{
	width: 100%;
	max-width: 240px;
}
.hero{
	background: url('bg.jpg');
}

.btn-fair{
	padding: 10px 25px;
	font-size: 1.7rem,
	color: #FFFFFF;
}

.h2-highlight{
	font-size: 1.4rem;
}
.h2-highlight:after{
	content: "";
	display: block;
	margin: 20px auto;
	width: 100px;
	height: 2px;
	background: #77A1D3;
}
.color{
	color: #89B8B8 !important;
	text-decoration: none;
}
.skinny-section{
	padding-left: 24%;
	padding-right: 24%;
}
.darker{
	background-color: #2F2F2F;
}
.blacker{
	background-color: #212121;
}
.outliner-button-white{
	border-radius:30px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF !important;
	text-decoration: none !important;
	padding: 15px 30px !important;
	font-size: 1.6rem;
	transition: all 0.5s;
	background-color: rgba(0,0,0,0);
}

.outliner-button-white:hover{
	background-color: #FFFFFF;
	color: #10BE89 !important;
}

.gradient-button-white{
	background-image: -webkit-linear-gradient(#10BE89, #0D9AD0);
	background-image: -o-linear-gradient(#10BE89, #0D9AD0);
	background-image: linear-gradient(#10BE89, #0D9AD0);
	border-radius:30px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	padding: 15px 30px;
	font-size: 1.6rem;
	transition: all 0.5s;
}
.gradient-button-white:hover{
	background-image: -webkit-linear-gradient(#2EDBA7, #2EDBA7);
	background-image: -o-linear-gradient(#2EDBA7, #2EDBA7);
	background-image: linear-gradient(#2EDBA7, #2EDBA7);
}

.social{
	border-radius: 50%;
	padding: 15px 20px;
}
.grad {background-image: linear-gradient(to right, #77A1D3 0%, #79CBCA 51%, #77A1D3 100%)}
.grad:hover { background-position: right center; }

@media screen and (max-width: 769px){
	
}

@media screen and (max-width: 769px){

}