/*font-family: 'Exo', sans-serif;
font-family: 'Nunito', sans-serif;
*/

* {
	padding: 0;
	margin: 0;
}


.mainbg {
	display: flex;
	justify-content: center;
}

.logo {	
	max-height: 100px;
	margin-top: 20px;
}

.leftpanel {	
	flex: 1;
	background: #E6E6E6;
	display: flex;
	justify-content: center;
	position: relative;
}

.rightpanel {	
	flex: 1;
	background: #398F81;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.leftcontent {
	flex-basis: 70%;
	color: #398F81;
	padding-bottom: 50px;
}

.rightcontent {
	flex-basis: 70%;
	padding-bottom: 50px;
	padding-top: 10%;
}

.leftcontent  h1 {
	padding-top: 16%;
	font-family: 'Paytone One', sans-serif;
	text-transform: uppercase;
	font-size: 3.5em; 
	line-height: 50px;
}

.rightcontent img{
	width: 100%;	
}

.leftcontent h3 {
	font-family: 'Raleway', sans-serif;
}

.leftcontent p {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
}

#btn123{
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	background: #398F81;
	color: #E6E6E6;
	padding: 14px 20px;
	border-radius: 8px;
	font-weight: 600;
	border: 0;
}

#btn123:focus {
	outline: 0;
	box-shadow: none;
}

/*.mobile{
	display: none !important;
} 
*/


@media screen and (max-width: 800px) {

	.mainbg {
		flex-direction: column;
	}

	.rightcontent img{
		width: 85%;	
	}	

	.leftcontent  h1 {
		font-size: 2.0em; 
		line-height: 32px;
	}

	.leftcontent h3{
		font-size: 1.6em;
	}

	#btn123{
		font-size: 0.8em;
	}

	.rightcontent{
		min-height: 360px;
	}

	.rightpanel {
		background-position: left;
		background-repeat: no-repeat;
		background-size: cover;
	}
	/*.desktop{
		display: none !important;
	}

	.mobile{
		display: block !important;
	}*/
}
