html, body {
	margin: 0;
	background: #fff;
	font-family: 'Lato', sans-serif;
	background-image:url(../img/background.jpg);
	background-size:cover;
	font-size: 12px;
	height: 100%;
	color: #333;
}


.container {
	margin: auto;
	width: 90%;
	height: 80%;
	background-repeat: no-repeat;
	min-height: 100%;
    margin-bottom: -45px;
    position: relative;
    vertical-align: middle;
    
}

a {
	color: #ffffff;
	text-decoration: none;
	
	
}

a:hover {
	border-bottom: solid 2px #fff;

}

.nav-email .nav-tumblr .nav-instagram .nav-twitter a:hover {
	
	border-bottom: solid 2px #fff;

}

.nav-email a{
	font-size: 16px;
	text-transform: uppercase;
	position: center;
	left: 0;
	top: 0;
	margin-top: 30px;
	color: #ffffff;	
	
}


.nav-tumblr a{
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	right: 0; 
	top: 0;
	margin-top: 30px;
	color: #ffffff;
}

.nav-instagram a{
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0; 
	left: 0;
	margin-bottom: 40px;
	color: #ffffff;
}

.nav-twitter a{
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0; 
	right: 0;
	margin-bottom: 40px;
	color: #ffffff;
}

.content {
	width: 70%;
	margin: 0 auto;
	padding-top: 22%;
	padding-bottom: 30%;

}


h1 {
	
	font-size: 30px !important;
	font-weight: 400;
	line-height: 28px;
	width: 50%;
	margin: 0 auto;
	background-color: none;
	color: #ffffff;
	position: absolute;
	text-align: center;
	
	
}



p {
	font-size: 11px;
	line-height: 14px;
	width: 100px;
	margin: 0;
}


.footer {
	height: 45px;
	position: relative;
	background-color: none;
	width: 830px;
	margin: auto;
	padding-left: 170px;
	text-align: left;
	color: #000000;
}



/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

.container {
	margin: auto;
	width: 80%;
	height: 90%;
	background-repeat: no-repeat;
	min-height: 100%;
    margin-bottom: -45px;
    position: relative;
    vertical-align: middle;
    
}
  .content {
	width: 80%;
	margin: 0 auto;
	padding-top: 50%;
	padding-bottom: 50%;


}

.nav-email .nav-tumblr .nav-instagram .nav-twitter a {
	font-size: 20px !important;
	
}
  h1 {
	
	font-size: 44px !important;
	font-weight: 400;
	line-height: 56px;
	width: 80%;
	margin: 0 auto;
	background-color: none;
	color: #ffffff;
	position: absolute;
	text-align: center;
	
	
}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  
   .content {
	width: 65%;
	margin: 0 auto;
	padding-top: 10%;
	padding-bottom: 20%;

}
  h1 {
	
	font-size: 20px !important;
	font-weight: 400;
	line-height: 28px;
	width: 65%;
	margin: 0 auto;
	background-color: none;
	color: #ffffff;
	position: absolute;
	text-align: center;
	
	
}

}
