body {
    width: 100%;
    height: 100%;
    margin: 0;
    color: #000;
    font-size: 1em;
    line-height: 1.75em;
    font-weight: 300;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e53521;
}

#content {
    position: relative;
    margin-left: 50%;
}

#content::before {
    content: '';
    width: 100%;
    height: 50vh;
    display: block;
}

#content #hero {
    position: relative;
    width: 100%;
    transform: translate(0, -50%);
}

#content h1 {
    position: relative;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    line-height: .8em;
    height: 120px;
    background-color: #e53521;
}

#content #logo {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#content #logo svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact h5 {
    margin-bottom: 1rem;
}

.add {
    line-height: 1rem;
}

@media screen and (min-width:540px) {
    #content h1 {
        height: 120px;
        padding-left: 10%;
        font-size: 5rem;
    }

    #content h1::before {
        width: 2px;
        transform: translate(-1px, -50%);
    }

    #content #logo {
        width: 300px;
        transform: translate(-130%, -50%);
    }

    #content .contact {
        padding-left: 10%;
    }
}

@media screen and (min-width:1024px) {
    body {
        font-size: .9em;
    }

    body::before {
        left: 50%;
    }

    #content h1 {
        font-size: 5rem;
    }

    #content #logo {
        width: 400px;
        height: 120px;
    }
}
