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

img.topbar-logo {
    padding-top: 50px;
    margin-left: 100px;
    height: 250px;
}

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

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

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

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

/*-----------------------------
---------- HEADLINE -----------
---------------------------- */

h2.headline {
    height: auto;
    width: 65%;
    max-width: 800px;
    margin: 0;
    font-family: 'Helvetica Neue';
    font-size: 30px;
    line-height: 40px;
    color: white;
    letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
    h2.headline {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 640px) {
    h2.headline {
        width: 90%;
        font-size: 18px;
        line-height: 25px;
    }
}

/*-----------------------------
---------- MAIN TEXT ----------
---------------------------- */

div.main-text {
    height: auto;
    width: 100%;
    margin-top: 50px;
    padding: 0 50px;
}

h1.main-text-box {
    height: auto;
    width: 100%;
    max-width: 1000px;
    padding: 20px 20px 20px 0;
    border-right: 4px solid #AFCB08;
    font-family: 'Helvetica Neue';
    font-size: 30px;
    line-height: 40px;
    color: #0C2E40;
    letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
    h1.main-text-box {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 640px) {
    div.main-text {
        padding: 0 20px;
    }

    h1.main-text-box {
        font-size: 16px;
        line-height: 25px;
    }
}

/*-----------------------------
--------- DESCRIPTION ---------
---------------------------- */

div.description {
    height: auto;
    width: 100%;
    padding: 100px;
    margin-top: 100px;
    background: #EAEAEA;
}

h3 {
    height: auto;
    width: 100%;
    font-family: 'Helvetica Neue';
    font-size: 25px;
    font-weight: 500;
    color: #D26214;
    letter-spacing: 1px;
}

p.description-text {
    font-family: 'Helvetica Neue';
    font-size: 18px;
    line-height: 30px;
    font-weight: 200;
    color: #1B2B45;
    letter-spacing: 1px;
    text-align: justify;
}

a.description-button {
    height: 70px;
    width: 100%;
    max-width: 400px;
    background: #1B2B45;
    border: 0;
    border-radius: 3px;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    line-height: 70px;
    color: white;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

@media only screen and (max-width: 960px) {
    button.description-button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    div.description {
        padding: 20px;
        margin-top: 50px;
    }

    p.description-text {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    button.description-button {
        margin: 0;
    }
}


/*-----------------------------
---------- SERVICES -----------
---------------------------- */
a.services {
    overflow: hidden;
    text-decoration: none;
}

span.services-link {
    margin-right: 30px;
    padding: 5px 10px;
    font-family: 'Helvetica Neue';
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
}

a.services:hover span.services-link {
    padding: 5px 10px;
    background: white;
    border-radius: 20px;
    color: #D26214;
}

/*-----------------------------
---------- NETWORK ------------
---------------------------- */

a.network-box {
    display: block;
    height: auto;
    width: 100%;
    padding: 20px;
    border: 1px solid #EAEAEA;
    border-radius: 3px;
    text-decoration: none;
}

a.network-box > img {
    height: 300px;
}

a.network-box > span {
    height: 60px;
    width: 100%;
    margin-top: 20px;
    font-family: 'Helvetica Neue';
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #D26214;
    letter-spacing: 1px;
}

@media only screen and (max-width: 640px) {
    a.network-box {
        padding: 5px;
    }

    a.network-box > img {
        height: 150px;
    }

    a.network-box > span {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
}


/*------------------------------------------------
------------------- MOBILE HEADER ----------------
------------------------------------------------*/
div.mobile-header {
    height: 100%;
    width: 100%;
    background-image: url('../img/header-door.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 DROPDOWN MENU -------------
------------------------------------------------*/
a.mobile-menu-item {
    display: block;
    height: auto;
    width: 100%;
    padding: 5px 0;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    color: #1B2B45;
    text-decoration: none;
}

/*------------------------------------------------
------------------- MOBILE SERVICES --------------
------------------------------------------------*/
li.mobile-service {
    margin: 0!important;
}

div.mobile-service-title {
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.mobile-service-title > span {
    font-family: 'Helvetica Neue';
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
}

div.mobile-service-content {
    padding: 0 20px 50px 20px;
}

div.mobile-service-content ul {
    margin: 10 0;
}

div.mobile-service-content li, div.mobile-service-content span{
    font-family: 'Helvetica Neue';
    font-size: 16px;
    color: #1B2B45;
    letter-spacing: 1px;
}







