html, body{margin: 0; padding: 0; height: 100%;}
#container{position: absolute; top: 0; text-align: center;}
#logo{width: 60%;}
.text{font-family: Lato; font-weight: 300; color: #af07c9;}
#claim{text-transform: uppercase; font-size: 72px; text-shadow: 5px 0px 7px #fff; margin: 36px 0px; line-height: 76px;}
#follow{font-size: 28px; text-shadow: 5px 0px 7px #fff; margin-top: 0;}
#social{list-style-type: none; padding-left: 0;}
#social li{display: inline; margin-right: 10px;}
#social li img{width: 25px;}

@media screen and (max-width: 480px){
	#container{padding: 15px;}
	#logo{width: 100%;}
	#claim{font-size: 60px; line-height: 64px;}
}
