﻿/* Normalize */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html,body{font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300;


	font-size:16px;
	line-height:1.5;
	color: #000;
}
html{overflow-x:hidden;
	background-image:url(../img/sky.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center top;
	background-size: auto 100%;
}
/* Headers */
h2{font-size:24px; color:#000; font-weight:600;}
a{text-decoration:none; color:#000;}

body{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10%;
}
.container{
	max-width: 700px;
}

.address{
	margin-left: 165px;
	margin-top: -55px;
}