body {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: url('/images/background_drone.jpg');
    background-repeat: no-repeat;
    color: #FFF;
    font-family: 'Work Sans', Arial, sans-serif;
    text-shadow: 0 0 .5rem rgba(0,0,0,.5);
}
body:before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#cc000000',GradientType=0 );
}
h1, h2, h3, h4, h5 {
    margin-bottom: .5em;
    font-weight: 900;
    line-height: 1.1;
}
.site-body {
    position: aboslute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99;
    color: #FFF;
    position: relative;
}
@media screen and ( min-width:1200px ) {
    .site-body {
        top: 75%;
    }
}
dl {
    display: block;
    position: relative;
}
dl:before {
    content: '';
    display: block;
    height: 1px;
    width: 6rem;
    margin: 1rem auto 1rem;
    background-color: #FFF;
}
dl:after {
    content: '';
    display: block;
    height: 1px;
    width: 6rem;
    margin: 1.5rem auto 1rem;
    background-color: #FFF;
}
.site-logo {
    margin-bottom: 1.5rem;
}
.phone {
    padding-top: .5em;
}
.email {
    padding-top: .5em;
}
a {
    color: #FFF;
    text-decoration: none;
}