body {
    margin: 0;
    font-size: 16px;
}
h1, h2, h3, h4, h5, p {
    font-family: SmytheSans,Helvetica,Arial,sans-serif;
}
/* MOBILE MENU ---------------------------------------------------------------------- */
div.mobile-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 85px;
    background-color: rgba(0,0,0,.8);
}
nav.campaign-menu-mobile {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 60, 60, 0.65);
    transform: translateX(100%);
    transition: transform 0.6s ease;
    z-index: 20;
}
/* Mobile menu top text */
div.nav-banner {
    height: 85px;
    background-color: rgb(17, 140, 220);
    display: flex;
    align-items: center;
    padding-left: 20px;
    justify-content: space-between;
    color: white;
}
nav.campaign-menu-mobile ul {
    margin: 0;
    padding: 0;
}
nav.campaign-menu-mobile ul li {
    padding: 20px;
    font-size: 19px;
    background-color: rgb(51, 51, 51);
    border-top: 1px solid #555555;
    font-family: renault-bold;
    list-style: none;
    color: white;
}
nav.campaign-menu-mobile ul li a {
    color: white;
    font-family: SmytheSans,Helvetica,Arial,sans-serif;
    text-decoration: none;
    font-size: 16px;
}
/* Mobile menu slide */
nav.campaign-menu-mobile.open {
    transform: translateX(0);
}

div.nav-banner h2 {
    margin: 0;
}
div.nav-banner img {
    width: 60px;
    padding-right: 10px;
    box-sizing: content-box;
}
img.campaign-nav-toggle {
    width: 60px;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 10px;
    box-sizing: content-box;
    cursor: pointer;
}
a.campaign-logo-mobile img {
    width: 190px;
    box-sizing: border-box;
    padding: 25px;
}
/* DESKTOP MENU ---------------------------------------------------------------------- */
div.desktop-header {
    display: none;
}
nav.campaign-menu-desktop ul {
    display: flex;
    font-size: 18px;
    font-weight: bold;
}
nav.campaign-menu-desktop ul li {
    padding: 10px 40px 10px 30px;
    list-style: none;
}
/* Desktop logo */
a.campaign-logo-desktop  img {
    width: 180px;
}
nav.campaign-menu-desktop ul li a {
    color: white;
    font-family: SmytheSans,Helvetica,Arial,sans-serif;
    text-decoration: none;
    font-size: 16px;
}
/* MAIN SECTION ---------------------------------------------------------------------- */
div.main-background img {
    width: 100%;
    display: block;
}
div.form-wrapper {
    color: white;
    background-color: rgba(12,114,180,.85);
    text-align: center;
    padding: 30px;
}
div.thanks-wrapper {
    color: white;
    background-color: rgba(12,114,180,.85);
    text-align: center;
    padding: 30px;
}
/* Form and inputs */
form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
}
form input.name,input.phone {
    padding: 15px 10px;
    margin-bottom: 15px;
    border: none;
    font-size: 16px;
    -webkit-box-shadow: 4px 7px 21px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 7px 21px -6px rgba(0,0,0,0.3);
    box-shadow: 4px 7px 21px -6px rgba(0,0,0,0.3);
}
form input.send-button {
    padding: 8px 25px;
    align-self: flex-start;
    color: white;
    background-color: grey;
    border: none;
    font-size: 18px;
    transition: background-color .3s ease-out;
    margin: 0 0 1.25rem;
    background-color: rgba(0,0,0,.8);
    -webkit-box-shadow: 4px 7px 21px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 7px 21px -6px rgba(0,0,0,0.3);
    box-shadow: 4px 7px 21px -6px rgba(0,0,0,0.3);
}
form input.send-button:hover {
    background: #a1bec5;
}
/* FOOTER */
footer {
    color: white;
    background-color: rgba(0,0,0,.8);
    padding: 30px 20px 200px;
}
div.footer-wrapper {
    display: flex;
    justify-content: center;
}
div.employee {
    width: 50%;
    max-width: 200px;
    padding: 0 15px;
}
div.email,div.phone {
    display: flex;
    align-items: center;
    padding: 5px 0 0;
}
p.name {
    margin: 0;
    font-size: 20px;
}
div.email img {
    width: 25px;
    padding: 0 10px 0 0;
}
div.email a {
    color: white;
    font-family: SmytheSans,Helvetica,Arial,sans-serif;
    text-decoration: none;
    font-size: 16px;
}
div.email p {
    margin: 0;
}
div.phone img {
    width: 25px;
    padding: 0 10px 0 0;
}
div.phone a {
    color: white;
    font-family: SmytheSans,Helvetica,Arial,sans-serif;
    text-decoration: none;
    font-size: 16px;
}
/* BREAKPOINT 768px - TABLETS -------------------------------------------------- */
@media (min-width: 768px) {

}  
/* BREAKPOINT 992px - SMALL SCREENS -------------------------------------------------- */
@media (min-width: 992px) {
    body {
        position: relative;
    }
    header {
        background-color: rgba(0,0,0,.8);
    }
    div.mobile-header {
        display: none;
    }
    div.desktop-header {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
    }
    div.menu-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 81.25rem;
    }
    a.campaign-logo-desktop img {
        padding: 12px;
        box-sizing: border-box;
    }
    div.main-background {
        height: 100vh;
        background-image: url(assets/kolstadmegleren.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        background-position: center center;
    }
    div.main-background img  {
        display: none;
    }
    div.form-wrapper {
        position: absolute;
        bottom: 5%;
        max-width: 335px;
        border-radius: 15px;
        z-index: 999;
    }
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 30px 20px 20px;
        box-sizing: border-box;
    }
    div.footer-wrapper {
        justify-content: flex-end;
        max-width: 81.25rem;
        margin: 0 auto;
    }
    div.form-wrapper p {
        font-size: 20px;
    }
    div.form-position {
        margin: 0 auto;
        max-width: 81.25rem;
    }
    div.thanks-wrapper {
        position: absolute;
        left: 43%;
        bottom: 50%;
        max-width: 335px;
        border-radius: 15px;
        z-index: 999;
    }
}  
