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


@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}


.socicon {
    font-family: 'socicon' !important;
}


html,
body {
height: 100%;
width: 100%; 

}

.transy{
width: 100%;
height: 100%;
float: left;
bottom: 0%;
position: absolute;
z-index: -1;
background: #000 url(../images/background.jpg) no-repeat top center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.transy2{
background: url(../images/transy.png) no-repeat;
opacity: 0.8;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center bottom;
/*background-image: linear-gradient(to bottom right,#002f4b,#dc4225);*/
width: 100%;
height: 100%;	
}




body{
margin:0;
padding:0;
color: #fff;
position: relative;
font-family: 'Source Sans Pro', sans-serif;
display: block;
background: #000;
}


.wrapper{
	width: 45%;
	margin: 5%;
	float: left;
}

.header{
	width: 100%;
	float: left;
}

.header h1{
	font-size: 100px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 40px;
	line-height: 50px;
}

.header h1 span{
	display: block;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: normal;
}


.content{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.content p{
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}


h2{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}


.social{
	width: 100%;
	float: left;
}

.social ul{
	width: 100%;
	float: left;
}


.social ul li{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}

.social ul li a{
	color: #fff;
	text-decoration: none;
}

.social ul li a:hover{
	text-decoration: none;
	font-weight: 400;
}






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

.wrapper{
	width: 45%;
	margin: 6%;
	float: left;
}


}


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


.transy{
width: 100%;
height: 100%;
float: left;
bottom: 0%;
position: absolute;
z-index: -1;
background: #000 url(../images/background.jpg) no-repeat right center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
opacity: 0.6;
background-size: cover;
}




.wrapper{
	width: 90%;
	margin: 10% 5%;
}


.header h1{
	font-size: 80px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 40px;
	line-height: 50px;
}

.header h1 span{
	display: block;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: normal;
}



.content p{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}


.social ul li{
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;


}







