/* 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 {
  background-color: #fffff;
  height: 100%;
  font-size: 100%;
  width: 100%;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_announce';
	src: url('fonts/announce.eot');
	src: local('☺'), url('fonts/announce.woff') format('woff'), url('fonts/announce.ttf') format('truetype'), url('fonts/announce.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body{
margin:0;
padding:0;
color: #24130b;
background: url(images/background.jpg) center top no-repeat;
background-size: cover;
text-align: center;
position: relative;
font-family: Arial, sans-serif;
display: table;
}

.wrapper{
	width: 46%;
	padding: 0 27%;
	display: table-cell;
	vertical-align: middle;	

}

.content-wrap{
	width: 100%;
	background: rgba(255,255,255,0.95);
	float: left;
	padding: 8% 0;
	-webkit-box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 52px 0px rgba(0,0,0,0.31);
}


.header{
	width: 100%;
	font-family: 'Conv_announce';
}

	.header img.logo {
		max-width: 50%;

	}

h1{
	font-size: 72px;
	color: #3f5160;
	letter-spacing: -2px;
	margin-bottom: 10px;
}

h1 span{
	font-weight: bold;
	/*color: #44c462;*/
	font-size: 36px;
}



.content{
	width: 100%;
}

.content p {
	font-size: 28px;
	font-style: italic;
	letter-spacing: -1px;
	color: #030706;
	line-height: 30px;
	margin-bottom: 40px;
}

	.content p.details {
		font-size: 18px;	
	}

.content a{
	color: #927530;
	border-bottom: 1px dotted #927530;
	text-decoration: none;
}

.content a:hover{
	border-bottom: 1px solid #927530;
}

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



.wrapper{
	width: 60%;
	padding: 0 20%;
	display: table-cell;
	vertical-align: middle;	
}




}


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



.wrapper{
	width: 90%;
	padding: 0 5%;
	display: table-cell;
	vertical-align: middle;	
}

h1{
	font-size: 40px;
	color: #3f5160;
	letter-spacing: -2px;
	margin-bottom: 10px;
}


.content p{
	font-size: 20px;
	font-style: italic;
	letter-spacing: -1px;
	color: #030706;
	line-height: 30px;
	margin-bottom: 20px;
}

.content a{
	color: #927530;
	border-bottom: 1px dotted #927530;
	text-decoration: none;
}








}






