html, body { font-family: 'Lato', sans-serif; }

.mainbg{
	height: 100vh;
	width: 100vw;
	background-image: url('/img/backgroundcrop.jpg');
	background-size: cover;
	background-position: top right;
	
}
.bggradient{
	height: 100vh;
	width: 100vw;
	//background-image: linear-gradient( 107.4deg,  rgba(255,242,239,1) 11.1%, rgba(255,219,182,1) 37.5%, rgba(247,165,165,1) 54.3%, rgba(26,42,79,1) 84.3% );
	//background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 65%, rgba(237, 221, 83, 0) 100%);
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.5) 55%, rgba(237, 221, 83, 0) 100%);
}
.navBar{

	height: 250px;
	padding-top: 30px;
	padding-left: 30px;
}

.logo{
	display: inline-block;
	height: 250px;
	margin-bottom: 30px;
	font-size: 100px;
	text-align: center;
}
.logo2{
	max-height: 150px;
}
.navLink{
	text-decoration: none;
	font-weight: 700;
	color: #582fe1;
	border-bottom: 3px solid #582fe1;
	margin-left: 15px;
	padding: 15px;
	display: inline-block;
	background: rgba(255,255,255,0.5);
}

.navLink:hover{
	background: #fff;
	border-bottom: 3px solid #2b186a;
	color: #2b186a;
}

.mainContent{
	//background: white;

	padding: 30px;
	margin-top: 30px;
}


.mainContent h1{
	color: #582fe1;
	font-weight: 300;
	margin-bottom: 30px;
	border-bottom: 3px solid #582fe1;
}

.mainContent p{
	font-size: 28px;
	font-weight: 300;
	padding-top: 15px;
}

.mainContent i{
	color: #582fe1;
	margin-right: 15px;
}

.front-search{
	top: 30px;
	border: 3px solid #582fe1;
	border-radius: 10px;
}

.front-search button{
	background: #582fe1;
	color: white;
	font-weight: 700;
	border: 0px;
	font-size: 20px;
	outline: none;
}

.front-search button:hover{
	background: white;
	color: #582fe1;
}
.footer{
	border-top: 3px solid #582fe1;
	position: absolute;
	bottom: 0px;
	width: 100vw;
	font-size: 14px;
	font-weight: 300;
	background: rgba(255,255,255,0.7);
	height: 70px;
	line-height: 70px;
	text-align: center;
}