@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400');
body {background-image:url(/images/background.jpg);background-position: center top;background-repeat:norepeat;background-size: cover;font-family: 'Work Sans', sans-serif;font-size: 18px;line-height: 1.6em;font-weight: 300;margin:0;width:100%;height:100%;}

.container {text-align: center;width:100%;clear:both;padding:20px;}

#branding {padding-top:300px;}

.copyright {padding;30px 0;font-size: 14px; color: #ccc;}
.download {font-size:24px;}
.download a {color:#eee;}
.download a:hover {color:#f99b00}
.contact {text-align: center;font-size: 18px;}
.contact a {color:#f99b00;text-decoration: none;}
.contact a:hover {color:#eee;}
.bullet {font-size: 22px;font-weight: 700;color:#fdc173;}
.skills {text-align: center;text-transform: uppercase;font-size:24px;color:#888;}

@media (min-width:600px) {
	#branding {width:550px;margin:auto;}
	.skill {display:inline-block;}
	.pipe {display:inline;}
}

@media (max-width:480px) {
	#branding {width:100%;padding-top:100px;}
	#branding img {width:100%;}
	.skill {display:block;}
	.pipe {display:none;}
}