/*-----------------------------
---------- TOPBAR -------------
---------------------------- */
div.topbar {
    height: auto;
    width: 100%;
}

img.topbar-logo {
    margin-top: 50px;
    margin-right: 100px;
    height: 200px;
}

a.topbar-menu-item {
    display: block;
    float: right;
    padding: 5px 10px;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    color: #1B2B45;
    text-decoration: none;
    letter-spacing: 1px;
}

a.topbar-menu-item:hover {
    color: #D26214;
}

a.topbar-menu-item.active {
    background: #EAEAEA;
    border-radius: 20px;
    color: #D26214;
}

@media only screen and (max-width: 960px) {
    a.topbar-menu-item {
        margin-bottom: 10px;
    }
}

/*-----------------------------
---------- CONTENT ------------
---------------------------- */

div.content {
    height: auto;
    width: 100%;
    margin: 100px 0;
    padding: 0 100px;
}

label.contact-label {
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: 500;
    color: #999;
    letter-spacing: 1px;
}

input.contact-input {
    height: 40px;
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #1B2B45;
    outline: none;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}

textarea.contact-text {
    height: 100px;
    width: 100%;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 1px solid #1B2B45;
    outline: none;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 25px;
    color: #1B2B45;
    letter-spacing: 1px;
}

a.contact-button {
    height: 70px;
    width: 250px;
    background: #1B2B45;
    border-radius: 3px;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    line-height: 70px;
    font-weight: 500;
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
}

@media only screen and (max-width: 960px) {
    div.content {
        margin: 50px 0;
        padding: 0 20px;
    }

    a.contact-button {
        width: 100%;
        font-size: 18px;
    }
}


/*------------------------------------------------
------------------- MOBILE HEADER ----------------
------------------------------------------------*/
div.mobile-header {
    height: 170px;
    width: 100%;
}

img.mobile-header-logo {
    top: 20px;
    left: 20px;
    width: 90px;
}

span.mobile-header-menu {
    top: 20px;
    right: 20px;
    color: #1B2B45;
}