body {
    font-family: 'Raleway', sans-serif;
}

iframe {
    width: 100%;
}

.contentContainer {
    width: 300px;
    margin: auto;
}

.logo {
    text-transform: uppercase;
    text-align: center;
}

    .logo img {
        margin: 10px 0px;
    }

nav {
    display: none;
    position: fixed;
    width: 90%;
    top: 0;
    left: 0px;
    background-color: #A6842D;
    padding: 5%;
    z-index: 999;
}

    nav li a {
        border-bottom: 1px solid #8E7025;
        color: white;
        padding: 10px;
        display: block;
    }

    nav li:last-child a {
        border: none;
    }

    header
    {
        color: white;
    }

.header2 {
    background-image: url("../img/bg1.png");
    background-size: cover;
    color: white;
}

.insigniaWrapper {
    text-align: center;
    padding: 25px 0px;
}

    .insigniaWrapper h1, .insigniaWrapper h3 {
        text-transform: uppercase;
    }

    .insigniaWrapper h3 {
        font-size: 18pt;
        font-weight: 500;
        margin: 5px 0px;
    }

    .insigniaWrapper h1 {
        font-size: 25pt;
        font-weight: 900;
        line-height: 29pt;
        margin-bottom: 5px;
    }

    .insigniaWrapper .inline p {
        display: inline-block;
        font-size: 9pt;
    }

    .insigniaWrapper img {
        margin: 10px 0px;
    }

.littleYellowLine {
    width: 8px;
    margin: 0px 5px;
    height: 2px;
    background-color: #a7852e;
    display: inline-block;
    vertical-align: middle;
}

.whiteInfoBlock {
    padding: 40px 0px;
    color: #777;
}

h1, .background h1 {
    font-size: 30pt;
    font-weight: 900;
    text-align: center;
    color: #4b4741;
    text-transform: uppercase;
}

h4, .background h4 {
    font-weight: normal;
    font-size: 18pt;
    text-align: center;
    margin: 10px 0px;
}

.background h1, .background h4 {
    color: white;
}

.infoText {
    padding: 10px 0px;
    text-align: center;
}

.signature {
    font-family: 'Yesteryear', cursive;
    font-size: 20pt;
    text-align: center;
    padding: 15px 0px;
}

.yellowLine {
    height: 5px;
    width: 200px;
    background-color: #f9c76e;
    margin: 25px auto 50px auto;
}

.klanten {
    /*background-image: url('../img/bg2.png');*/
    background-size: cover;
    padding: 100px 0px;
}

.reactieWrapper {
    background-color: white;
}

.reactie {
    padding: 10%;
    text-align: center;
}

    .reactie h2 {
        text-transform: uppercase;
        color: #4b4741;
    }

.reactieYellowLine {
    height: 3px;
    width: 100px;
    background-color: #f9c76e;
    margin: 20px auto;
}

.reactie .reactieDate {
    text-align: center;
}

.reactie p {
    text-align: left;
}

figure {
    width: 100%;
    height: 185px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

    figure:hover + span {
        bottom: -36px;
        opacity: 1;
    }

    /* Zoom In #1 */
    figure img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

.schotel:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.menuWrapper {
    padding: 60px 0px;
    text-align: center;
    background-color: #ececec;
}

.offerteSchotel {
    padding: 10px 0px;
    width: 100%;
    background-color: #f9c76e;
    margin-top: 10px;
    display: block;
}

.schotelOfferteWrapper {
    width: 100%;
    margin: 10px 0px;
}

.schotel {
    display: inline-block;
    background-color: #fff;
    color: #4b4741;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.menuTextWrapper {
    padding: 30px 10%;
}

.overlaySchotel {
    background-color: rgba(0,0,0,0.7);

    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: 0.3s;
}

    .overlaySchotel p {
        position: absolute;
        top: 22%;
        text-align: center;
        width: 100%;
        color: white;
        font-weight: 900;
        font-size: 16pt;
        text-transform: uppercase;
    }

.schotel:hover .overlaySchotel {
    opacity: 1;
}

.overlaySchotel .reactieYellowLine {
    position: absolute;
    top: 25%;
    width: 24%;
    left: 38%;
}

footer {
    /*background-image: url("../img/bg3.png");*/
    background-size: cover;
    color: white;
}

    footer h2 {
        text-transform: uppercase;
        color: #f9c76e;
        font-weight: normal;
        margin: 10px 0px;
    }

.footer2 {
    text-align: center;
    width: 100%;
    padding: 40px 0px;
}

.footer3 table {
    text-align: right;
}

.footer3 img {
    margin-left: 20px;
}

.footerSub {
    background-color: #f7f3f4;
    color: #828281;
    text-align: center;
}

    .footerSub h5 {
        font-size: 30pt;
        width: 100%;
        text-transform: uppercase;
        font-weight: 100;
        margin: 10px 0px;
    }

    .footerSub p {
        margin: 15px 0px;
    }

    .footerSub input[type=text] {
        border: 2px solid #f9c76e;
        padding: 10px;
        width: 80%;
        text-align: center;
        margin: 10px 0px;
    }

    .footerSub input[type=submit] {
        border: 2px solid #f9c76e;
        padding: 10px;
        background-color: #f9c76e;
        text-align: center;
        margin: 10px 0px;
        width: 25%;
    }

.footerCopy {
    background-color: #1c1c1e;
    color: #828281;
    padding: 30px 0px;
    text-align: center;
}

    .footerCopy a {
        color: #ff006c;
    }

.mobileMenu {
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 5px 12px;
    background-color: #F9C76E;
    color: #8E070C;
    font-size: 10pt;
    border-radius: 4px;
    font-weight: bold;
    z-index: 999;
}

input[type=reset] {
    display: none;
}

.contactForm, .infoPic {
    width: 100%;
}

.gastNaam {
    font-weight: bold;
}

.gastDatum {
    font-size: 8pt;
}

.gastenboekForm {
    text-align: left;
}

.owl-controls {
    top: -70px;
    width: 100%;
    left: 0%;
}

.offerteText {
    width: 100%;
    float: left;
}

@media all and (min-width: 768px) {

    .offerteText {
        float: right;
        width: 55%;
    }

    .contentContainer {
        width: 750px;
    }

    .infoPic {
        width: 40%;
    }

    .infoText {
        width: 57%;
        text-align: left;
        padding: 0px;
    }

    .signature {
        text-align: left;
    }

    .reactiePic {
        width: 40%;
    }

    .reactie {
        width: 40%;
        padding: 5% 10%;
    }

    .schotelOfferteWrapper {
        width: 31%;
        margin: 10px 1%;
        box-sizing: border-box;
    }

    .footer1 {
        width: 70%;
    }

    .footer2 {
        width: 30%;
    }

    .footer3 {
        width: 100%;
        padding: 50px 0px;
    }

        .footer3 h2 {
            text-align: right;
        }

        .footer3 table {
            width: 100%;
        }

    .footerSub h5 {
        width: 35%;
        margin: 0px;
    }

    .footerSub p {
        margin-top: 15px;
    }

    .footerSub input[type=text] {
        width: 90%;
    }
}

@media all and (min-width: 1200px) {

    #f {
        width: 393px;
        position: fixed;
    }

    .owl-controls {
        top: 25%;
        width: 110%;
        left: -5%;
    }

    .contentContainer {
        width: 1020px;
        margin: auto;
    }

    .menu {
        background-color: rgba(0,0,0,0.5);
    }

    .logo {
        width: 30%;
        position: relative;
        display: inline-block;
    }

        .logo img {
            position: absolute;
            left: 0px;
            top: 15px;
        }

        .logo p {
            padding: 40px 0px 12px 0px;
            font-size: 10pt;
            font-weight: bold;
        }

    .mobileMenu {
        display: none;
    }

    nav {
        display: block;
        float: right;
        position: relative;
        width:65%;
        text-align: right;
        padding: 0px;
        background-color: transparent;
    }

    nav ul {
    list-style: none;
    display: inline-block;
    padding: 0px;
}

        nav li {
            float: left;
            padding-top: 38px;
        }

            nav li a {
                padding: 0px 10px 13px 10px;
                text-transform: uppercase;
                font-size: 10pt;
                font-weight: bold;
                border-bottom: 0px solid #A6852E;
                transition: 0.3s;
            }

            nav li:hover a {
                border-bottom: 5px solid #f9c76e;
            }

    .insigniaWrapper {
            padding: 160px 0px;
    }

    .reactiePic {
        width: 33%;
    }

    .reactie {
        width: 50%;
        padding: 4% 8%;
    }

    .footerInfo {
        padding: 75px 0px;
    }

    .footer1 {
        width: 39%;
    }

    .footer2 {
        width: 22%;
    }

    .footer3 {
        width: 39%;
        padding: 0px 0px;
    }

    .footerSub {
        padding: 20px 0px;
    }

        .footerSub h5 {
            width: 23%;
        }

        .footerSub p {
            width: 41%;
            float: left;
            margin-top: 18px;
        }

        .footerSub form {
            width: 35%;
            float: right;
        }

    header h1 {
        margin: 30px 0px;
    }
}
