
body {
    font-family: Cambria, Georgia, serif;
    background-image: url('../img/opiah_bg.jpg');
    background-size: cover;
    height: 100vh;
}
.logo {
    height: 150px;
    margin: 40px 0;
}
.def {
    color: #999999;
    font-style: italic;
    font-size: 1.75em;
}
.opiah-desc {
    color: #999999;
    font-size: 19px;
}
.opiah-desc {
    margin-left: 50px;
}
span.no.fools {
    margin-left: -50px;
}
span.fools {
    padding-bottom: 12px;
    margin-left: 30px;
    color: #666666;
    font-weight: bold;
    line-height: 3em;
}
.social {
    position: fixed;
    bottom: 40px;
}
.social a {
	display:inline-block;
}
.social a img {
    margin-right: 10px;
    width:40px;
}
@media all and (max-width: 480px) {
    .logo {
	height: 140px;
	margin: 20px 0;
    }
    .social {
	position: initial;
	bottom: -10px;
	margin: 40px 0;
    }
}
