/*-----------------------------
---------- 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;
    }
}

/*-----------------------------
-------- TESTIMONIAL ----------
----------------------------*/
div.testimonial {
    margin: 100px 0;
    padding: 0 100px;
}

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

/*------------------------------------------------
------------------- 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;
}