body {
	color:#FFF;
	background-position:right center;
	background-repeat:no-repeat;
	background-size: cover;
}
@media (min-width:769px) {
body {
	background-image:url('../mitchell-orr-XCw9N-LS-Sc-unsplash.jpg');
}
}
@media (max-width:768px) {
body {
	background-image:url('../mitchell-orr-XCw9N-LS-Sc-unsplash-mobile.jpg');
}
}
a:link,
a:visited,
a:active{
	color:#FFF;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
a:hover{
	color:#CCC;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.social {
	height:42px;
	width:auto;
	margin:20px 8px 0px 0px;
}
.bigger {
	font-size:150%;
	line-height:100%;
}
.credit {
	font-size:70%;
}