/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

 /**RESET**/
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:#000 url(../images/bg-image.jpg) no-repeat;
	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;
	background-position: center;
	font-family: 'Montserrat', sans-serif;
}

h1{
	color: #fff;
	font-size: 36px;
	top: 18%;
	width: 100%;
	text-align: center;
	margin-top:160px;
	text-transform: uppercase;
}

h2 {
	font-weight: 500;
	font-size: 30px;
	margin: 0 auto;
	color: #000;
	width: 100%;
	text-align: center;
	margin-top:30px;
}

.wrapper{
	min-height: 500px;
	position: relative;
}
