* {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
html,
body {
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	background: #47494C;
	color: #fff;
	overflow-x: hidden;
	height: 100%;
    -webkit-overflow-scrolling: touch;
    border-top: 2px solid #FFCF27;
}
section {position: relative;}
a {
	color: #fff;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
::-moz-selection { background: #fff; }
::selection { background: #fff; }
.no-overflow {overflow: hidden;}

#main .row {min-height: 100vh;}
#main img {width: 250px;}
#main h2 {
    font-size: 26px;
    font-weight: 400;
}
#main .spacer {
    width: 100px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
#main ul {
    list-style: none;
}
#main ul li {
    display: inline-block;
}
#main ul.social {
	list-style: none;
    margin: 0;
    padding: 0;
	font-size: 35px;
}
#main ul.social li {margin-left: 30px;}
#main ul.social li:nth-child(1) {margin-left: 0;}
#main ul.mail {margin-top: 5vh;}
#main ul.mail li:nth-child(1) {margin-right: 30px;}

@media (max-width: 500px) {
	#main ul.mail {padding: 0;}
	#main ul.mail li {
		display: block;
		margin-left: 0;
	}
	#main ul.mail li:nth-child(2) {margin-top: 10px;}
}