html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/** Background image is set on html element **/
html{
	
	background: url(../images/bg-image.jpg);
	
	margin: 0;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
}
/**** We put pattern mask in body ***/
body{
	
	margin:0;
	text-align: center;
	text-transform: uppercase;
	background-position: center;
	font-family: 'Montserrat', sans-serif;
}

h1{
		
	color: #fd3267;
	font-size: 72px;
	font-size: 5.9vw;
	position: absolute;
	top: 18%;
	width: 100%;
	text-align: center;
}

h2 {
	font-weight: 500;
	font-size: 27px;
	font-size: 2vw;
	margin: 0 auto;
	color: #000;
	background-color: yellowgreen;
	position: absolute;
	top: 34%;
	width: 100%;
	text-align: center;
}

ul{
	list-style: none;
	display: block;
}

a{
	color: #fd3267;
}

.wrapper{
	min-height: 800px;
	position: relative;
}

.logo {
	position: absolute;
	top:5%;
	text-align: center;
	width: 100%;
}



form{
	text-align: center;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 66%;
}

form input[type="text"] {
	width: 22%;
	padding: 16px;
	font-size: 0.85em;
	color: #fff;
	outline: none;
	font-weight: 600;
	background: none;
	border: 1px solid#FFFFFF;
	transition: border-color 0.5s;
	-webkit-transition: border-color 0.5s;
	-moz-transition: border-color 0.5s;
	-o-transition: border-color 0.5s;
	-ms-transition: border-color 0.5s;
}



ul.social{
	position: absolute;
	width: 100%;
	bottom: 90px;
	text-align: center;
}

ul.social > li{
	display: inline-block;
}

ul.social > li > a{
	color: #3b5998;
	
}

ul.social > li > a > i{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	display:block;
}

ul.social > li > a:hover i{
	border-radius: 100%;
}

ul.social > li > a:hover .icon-facebook{
	background: #3b5998;
}


@media screen and (max-width: 500px){

	h2{
		font-size: 3.5vw
	}
}