body {
background-color:#0F3852;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}

h1 {
font-size:6em;
font-family: 'Trochut', cursive;
font-weight: 700;
text-align:center;
}

#wrapper {
width:85%;
margin:auto;
}

#contactInfo h3 {
text-align:center;
font-family:'Actor', sans-serif;
}

#contactInfo {
min-height:250px;
color:white;
text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#pictureBit {
min-height:250px;
}

.centerDiv{
margin:auto;
text-align:center;
}

.social{
margin-top:10px;
margin-bottom:10px;
}

.spacingDiv{
height:6em;
}

.social img:hover {
	border-radius:50%;
	box-shadow: 6px 6px 4px 4px rgba(0,0,0,0.3);
}