*{
	position: relative; }
.clear{ clear: both; }

html{
	background-color: #ebebeb;
	width: 100%; }

body{
   font-size: 11px;
   text-align: center;
   font-family: 'Montserrat', sans-serif;
   color: #141414;
   letter-spacing: 2px; }
   
div.text, footer{   
   width: 280px; margin: 100px auto 0;}

h1, p{font-size: 10px; font-weight: 400; color: #141414;}
h1{text-transform: uppercase; letter-spacing: 2px;}
h2{font-size: 18px; font-weight: 600; color: #141414; letter-spacing: 3px; margin: 80px 0 0 0; text-transform: uppercase;}
p{font-size: 12px; margin: 20px auto 30px; width: 260px; line-height: 21px;}

a.download_button{
	font-size: 13px; font-weight: 600; color: #3387ff; text-transform: uppercase; text-decoration: none; letter-spacing: 1px;
	padding: 20px 30px; margin: 30px 0px;
	width: 70%; display: block;
	border: solid 3px #3387ff; border-radius: 10px;}

img.bgImg{ position: absolute; width: 100%; left: 0; margin-top: -60px;}

a.download_button:hover{
	background: #3387ff; color: white; transition: all .3s ease-in-out; }


footer a, footer a:visited{
	color: #141414;
}

footer div.social a i.size{font-size: 18px;}

footer div.social{
	text-align: center;
	color: #141414; }
	
footer div.social a{
	padding-left: 15px; }

footer div.social a:first-child{
	padding-left: 0px; }
	
footer div.social a:hover{
	color: #e55648; }