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

img.topbar-logo {
    margin-top: 50px;
    margin-left: 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 {
    margin: 100px 0;
    padding: 0 100px;
}

h1 {
    height: auto;
    width: 100%;
    margin-bottom: 100px;
    font-family: 'Helvetica Neue';
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    color: #D26214;
    letter-spacing: 1px;
}

p.charity-content {
    margin-bottom: 30px;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    line-height: 30px;
    color: #1B2B45;
    letter-spacing: 1px;
    text-align: justify;
}

p.charity-content.last {
    margin-bottom: 70px;
}

a.charity-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;
    }

    p.charity-content {
        margin-bottom: 30px;
        font-family: 'Helvetica Neue';
        font-size: 16px;
        line-height: 25px;
    }

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

/*------------------------------------------------
------------------- MOBILE HEADER ----------------
------------------------------------------------*/
div.mobile-header {
    height: 100%;
    width: 100%;
    background-image: url('../img/charity.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

span.mobile-header-menu {
    top: 20px;
    right: 20px;
    color: white;
}

/*-----------------------------
---------- MOBILE HEADLINE ----
---------------------------- */
h2.headline {
    height: auto;
    width: 90%;
    padding-top: 80px;
    margin: 0;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    line-height: 25px;
    color: white;
    letter-spacing: 1px;
}