/* 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;
}

.dim{
	opacity: 0.3;
}


body{
margin:0;
padding:0;
color: #4d4d4d;
position: relative;
text-align: center;
max-height: 800px;
}

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

img {
    max-width: 90%;
}


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;
	}




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


}



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

body{
	max-height: 400px;
}

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;
	}


.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;
}


}



