/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html{
	background-color: #fcf9f7;
}


body{
margin:0;
padding:0;
color: #4d4d4d;
position: relative;
font-family: 'Roboto', sans-serif;
text-align: left;
background: url(../images/bg.png) left top repeat;
}




.wrapper{
    display: table-cell;
    vertical-align: middle;	
    padding: 40px 0;
}

.left-section{
	width: 50%;
	float: left;
	height: 390px;
}

.left-section img{
	float: right;

	margin-right: 50px;
}

.right-section{
	width: 50%;
	float: left;
	height: 390px;
	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: column;
}


h1{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #e8ebec;
	padding: 5px 15px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #4d4d4d;
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: -1px;
	float: left;
	margin-bottom: 20px;
	}

.seprator{
	float: none;
	clear: both;
}


.main-content{
	margin-bottom: 20px;
}
.main-content h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 37px;
	color: #396f90;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.main-content p{
	font-size: 16px;
	letter-spacing: -0.5px;
}



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

	.left-section{
		width: 30%;
		float: left;
	}

	.left-section img{
		float: right;
		width: 70%;
		margin-right: 50px;
	}


	.right-section{
		width: 70%;

	}
}



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


	.left-section {
		display: none;
	}
	.right-section{
		float: none;
		width: 90%;
		padding: 0 5%;
		float: left;
	}


	h1{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background: #e8ebec;
		padding: 5px 0;
		width: 100%;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		font-weight: 700;
		color: #4d4d4d;
		font-size: 35px;
		text-transform: uppercase;
		letter-spacing: -1px;
		float: left;
		margin-bottom: 15px;
		}

	.seprator{
		float: none;
		clear: both;
	}


	.main-content{
		margin-bottom: 20px;
		text-align: center;
	}
	.main-content h2{
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 22px;
		color: #396f90;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: -0.5px;
	}

	.main-content p{
		font-size: 15px;
		letter-spacing: -0.5px;
	}


}



