@font-face {
    font-family: 'Neuropolitical';
    src:  url('fonts/Neuropolitical.ttf.woff') format('woff'),
        url('fonts/Neuropolitical.ttf.svg#Neuropolitical') format('svg'),
        url('fonts/Neuropolitical.ttf.eot'),
        url('fonts/Neuropolitical.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
#home2018{
    background-color: #b5ada7;
    background-image: url('../images/home2018_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Neuropolitical';
    margin: 0;
    padding: 0;
    text-align: center;
}
.home2018cont{
    background: url('../images/home2018-wrapper.png');
    background-position: center;
    background-repeat: repeat-y;
    height: 100%;
    width: 100%;
    position: fixed;
    display: block;
}
.wrapper{
    background: #484852 url('../images/home2018_intro.jpg') no-repeat center center;
    width: 100%;
    height: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}
h1{
    margin: 0;
    padding: 0;
    color: #dddad6;
    font-size: 30px;
    text-transform: uppercase;
    position: absolute;
    display: block;
    top: 30px;
    width: 100%;
}
a,
a:link,
a:hover,
a:active,
a:visited{
    margin: 0;
    padding: 0;
    color: #dddad6;
    font-size: 30px;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:active{
    color: #fff;
}

@media only screen and (max-width : 767px) {
    h1{
        top: 10px;
    }
    a,
    a:link,
    a:hover,
    a:active,
    a:visited{
        bottom: 10px;        
    }
    .wrapper{
        background-size: cover;
    }        
}