body {
    font-family: 'ralewayregular';
}

.header {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999
}

.bannercon {
    text-align: right;
}

.bannercon h3 {
    font-size: 5em;
    font-family: 'chela_oneregular';
}

.bannercon h4 {
    font-size: 2em;
    font-style: italic;
}

.bannercon p {
    font-size: 1em
}

.footer {
    position: absolute;
    z-index: 9999;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 10px 0px;
}

.footer p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #ffffff;
}

@media (min-width:300px) and (max-width:767px) {
    .bannercon h3 {
        font-size: 1.5em;
        font-family: 'chela_oneregular';
    }
    .bannercon h4 {
        font-size: 1em;
        font-style: italic;
    }
    .bannercon p {
        font-size: 0.5em
    }
}