* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

body {
    background: #161C20;
    font-family: "Work Sans", serif;
    font-weight: 400;
    font-style: normal;
}

header {
    background: #6597AD;
    color: #2B383F;
}

header a {
    font-size: 18px;
    color: #2B383F;
    text-transform: uppercase;
}

header a:hover {
    text-decoration: none;
    color: #fff;
}

header .menu {
    text-align: right;
}

header #logo {
    z-index: 100;
    position: relative;
    top: 20px;
    margin: 0 auto;
    display: block;
    width: 263px;
    height: 241px;
    text-indent: -999999px;
    outline: none;
    background: url('img/logo@2x.png') no-repeat;
    background-size: 263px 241px;
}

header nav ul {
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

header nav ul li {
    display: inline-block;
    margin: 0 10px;
}

footer {
    padding: 30px 0;
    font-size: 13px;
    text-align: center;
    background: #161C20;
    color: #999999;
}

.block-white {
    background: #fff;
}

.block-blue {
    background: #ADDFF9;
}

#wie {
    height: 400px;
}

#header-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

#header-nav ul {
    padding: 0;
}

#header-nav ul li {
    list-style: none;
    display: inline-block;
}

#header-nav ul li a {
    display: block;
    background: #fff;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 10px;
    text-indent: -99999px;
    outline: none;
}

#header-nav ul li a:hover, #header-nav ul li.active a {
    background: #573352;
}

#quote-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 350px;
    z-index: 20;
    text-align: center;
}

#quote-box .text {
    font-size: 25px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#quote-box a {
    background: #573352;
    color: #fff;
    border: 1px solid #573352;
    padding: 10px 15px;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

#quote-box a:hover {
    background: #fff;
    color: #573352;
    border: 1px solid #573352;
}

#about {
    background: linear-gradient(100deg, #FDF2EB 40%, #FBEADE 40%);
    padding: 30px 10px;
}

.about-left {
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    color: #824C7C;
    line-height: 120%;
}

.about-right {
    color: #824C7C;
    font-size: 14px;
    line-height: 180%;
}

#wat {
    padding: 100px 0;
}

.projects-title h2 {
    color: #6597AD;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900;
    font-size: 30px;
}

.projects-images img {
    width: 100%;
}

#waarom {
    padding: 30px 10px;
}

#prev-slide, #next-slide {
    display: block;
    text-indent: -99999px;
    outline: none;
    width: 27px;
    height: 101px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

#prev-slide {
    background: url('img/arrow_left@2x.png') no-repeat;
    background-size: 27px 101px;
    right: 0;
}

#next-slide {
    background: url('img/arrow_right@2x.png') no-repeat;
    background-size: 27px 101px;
    left: 0;
}

#slide-text {
    margin: 8px 0 0 0;
    padding: 10px 20px;
    color: #fff;
    background: #6597AD;
    text-align: center;
}

#why-quote {
    font-size: 30px;
    color: #669999;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0;
}

#why-quote p {
    margin: 0;
}

.why {
    color: #EFE0ED;
    text-align: center;
    font-size: 14px;
    padding: 150px 50px 30px 50px;
}

.triangle-container {
    padding: 0;
    display: none;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 98px 320px;
    border-color: transparent transparent #BE84B7 transparent;
}

.why-2 .triangle {
    border-color: transparent transparent #AD65A5 transparent;
}

.why-3 .triangle {
    border-color: transparent transparent #824C7C transparent;
}

.why h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
}

#why-1 {
    background: #BE84B7 url('img/why-icon@2x.png') no-repeat center 20px;
    background-size: 31px 73px;
}

#why-2 {
    background: #AD65A5 url('img/why-icon@2x.png') no-repeat center 20px;
    background-size: 31px 73px;
}

#why-3 {
    background: #824C7C url('img/why-icon@2x.png') no-repeat center 20px;
    background-size: 31px 73px;
}

#why-text-left {
    padding: 30px 10%;
    color: #2F5160;
    font-size: 14px;
    line-height: 180%;
}

#why-text-right {
    text-align: center;
    color: #2F5160;
    font-size: 40px;
    text-transform: uppercase;
}

#contact {
    background: #2B383F;
    text-align: center;
}

#contact-quote {
    color: #EFE0ED;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 180px 0 30px 0;
    font-weight: 200;
}

#contact-info {
    color: #fff;
    padding: 0 0 150px 0;
}

#contact-info a {
    color: #fff;
    text-decoration: none;
}

#contact-info a:hover {
    text-decoration: underline;
}

#contact-info h1 {
    background: url('img/logo_footer@2x.png') no-repeat;
    background-size: 170px 157px;
    display: block;
    width: 170px;
    height: 157px;
    text-indent: -999999px;
    outline: none;
    margin: 0 auto;
}

#contact-info .button {
    background: #AEE2FA;
    color: #2B383F;
    border: 1px solid #2B383F;
    padding: 10px 15px;
    border-radius: 25px;
}

#contact-info .button:hover {
    background: #2B383F;
    color: #AEE2FA;
    border: 1px solid #AEE2FA;
    text-decoration: none;
}

#contact-button {
    padding: 0;
    text-align: center;
}

#not-found {
    padding: 200px 0;
    color: #fff;
    text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header nav ul {
        text-align: right;
    }

    header nav ul li {
        margin: 0 0 0 40px;
    }

    header #logo {
        z-index: 100;
        position: absolute;
        top: 20px;
        margin: 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    header nav ul li {
        margin: 0 0 0 50px;
    }

    #wie {
        height: 700px;
    }

    .triangle-container {
        display: block;
    }

    #about {
        background: linear-gradient(100deg, #FDF2EB 35%, #FBEADE 35%);
        padding: 200px 100px;
    }

    .about-left {
        text-align: left;
        padding: 0 0 0 20px;
    }

    #why-text-left {
        padding: 10px 50px 50px 0;
    }

    #waarom {
        padding: 200px 0 0 0;
    }

    #contact {
        text-align: left;
    }

    #quote-box {
        min-width: 960px;
    }

    #quote-box .text {
        font-size: 50px;
    }

    #slide-text {
        text-align: right;
    }

    #prev-slide {
        right: 20px;
    }

    #next-slide {
        left: 20px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #about {
        padding: 200px;
    }

    .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 98px 380px;
        border-color: transparent transparent #BE84B7 transparent;
    }

    .about-left {
        text-align: left;
        padding: 0 0 0 70px;
    }

    #contact-button {
        text-align: right;
    }

    #contact-info h1 {
        margin: 0;
    }
}
