/* 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 {
	height: 100%;
	font-size: 100%;
	width: 100%;
	display: table;  
}

body{
	margin:0;
	padding:0;
	color: #B7BCDB;
	background: #3A479D;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

#transy{
	width: 100%;
	height: 100%;
	float: left;
	bottom: 0%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=25);
	position: absolute;
	z-index: 0;
}

.section1{
	position: relative;
	background: url('../images/background.jpg') ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  	background-size: cover;
	display: table-cell;
	width: 50%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.section2{
	display: table-cell;
	width: 50%;
}

.wrapper{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.outer{
	display: table-cell;
	vertical-align: middle;
}

.content{
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.content > img {
	width:300px;
	padding-bottom:50px;	
}

.content h2{
	font-size: 40px;
	line-height: 40px;
	color: #B7BCDB;
	font-weight: 600;
	padding-bottom:20px;
}

.content h3 {
	font-size:30px;
	color: #B7BCDB;
	font-weight:400;
	text-decoration:none;
	
}

.content h3 a{
	font-size:30px;
	color: #B7BCDB;
	font-weight:400;
	text-decoration:none;	
}

.points{
	width: 100%;
	margin: 1.25em/*20px*/ auto 2.5em/*40px*/;
	float: left;
}

.points p{
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	font-weight:300;
	padding-bottom:50px;
}

.points li i{
	color: #769264;
}


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

body{
	font-size: 80%;
}

body{
	margin:0;
	padding:0;
	color: #B7BCDB;
	background: #3A479D;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	display: inherit;
}

#transy{
	width: 100%;
	height: 100%;
	float: left;
	bottom: 0%;
	background: #000;
	opacity: 0.25;
	filter: alpha(opacity=25);
	position: absolute;
	z-index: 0;
}

.section1{
	position: relative;
	background: url('../images/background.jpg') no-repeat top center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
  	background-size: cover;
	display: inherit;
	width: 100%;
	height: 50%;
	padding: 10% 0;
	text-align: center;
}

.section2{
	margin: 5% 0;
	display: inherit;
	width: 100%;
	height: 60%;
}

.content{
	width: 90%;
	margin: 0 auto;
	position: relative;
}

}
