    @import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
     :root {
        --primary-color: steelblue;
    }
    
    * {
        background-color: #A3BCB6;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    *:before,
    *:after {
        box-sizing: border-box;
    }
    
    html,
    body {
        font-family: 'Poppins', sans-serif;
        color: #111;
        position: relative;
    }
    
    h1 {
        font-size: 30px;
        font-weight: 400;
    }
    
    p {
        margin: 20px 0 10px;
        font-size: 1.1rem;
    }
    
    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table
    }
    
    .clearfix:after {
        clear: both;
    }
    
    section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 100px;
        text-align: center;
    }
    /* HOMEPAGE */
    
    .home {
        padding-top: 200px;
        margin-top: 0;
        align-items: center;
        padding-left: 25%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-content {
        position: relative;
        z-index: 10;
        max-width: 600px;
    }
    
    .home-img {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-img img {
        padding-bottom: 30px;
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    /* BUTTON */
    
    .btn {
        cursor: pointer;
        display: inline-block;
        background: var(--primary-color);
        color: #fff;
        text-decoration: none;
        padding: 10px 30px;
        margin: 20px 0;
        border: 0;
    }
    
    .btn:hover {
        transform: scale(0.98);
    }
    
    .name {
        text-align: center;
        position: absolute;
        top: 9px;
        left: 5px;
        font-weight: 750;
        z-index: 20;
        font-size: .7em;
        letter-spacing: 3px;
        text-transform: uppercase;
        border: 2px solid #e9e9e9;
        padding: 0.5rem;
        text-decoration: none;
        color: #424652;
        float: left
    }
    /* TOGGLE */
    
    .toggle {
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: var(--primary-color) url(../images/menu.png);
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 20;
        cursor: pointer;
    }
    /* NAVIGATION */
    /*border-bottom: 1px solid #e9e9e9*/
    
    #mainnav {
        padding: 2.5em 5%;
    }
    
    #mainnav nav {
        float: right;
        padding-top: 1.5em;
    }
    
    #mainnav nav a {
        color: #424652;
        text-decoration: none;
        font-size: 1em;
    }
    
    .navigation {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #A3BCB6;
        z-index: 15;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .navigation.active {
        background-color: #A3BCB6;
        left: 0;
    }
    
    .navigation ul {
        position: relative;
    }
    
    .navigation ul li {
        position: relative;
        list-style: none;
        text-align: center;
    }
    
    .navigation ul li a {
        font-size: 2.2rem;
        color: #111;
        text-decoration: none;
        font-weight: 300;
    }
    
    .navigation ul li a:hover {
        color: var(--primary-color);
    }
    
    .navigation .social-bar {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .navigation .social-bar a {
        display: inline-block;
        transform: scale(0.5);
    }
    
    .navigation .email-icon {
        position: absolute;
        bottom: 20px;
        transform: scale(0.5);
    }
    /* Diensten*/
    
    .dientsten {
        padding-top: 200px;
        flex-direction: column;
        margin-top: 0;
        text-align: center;
        align-items: center;
    }
    
    .diensten-img-img {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        z-index: 1;
    }
    
    .diensten-img img {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: 250px;
        display: block;
    }
    
    .list {
        text-align: center;
    }
    /* contact*/
    
    .contact {
        padding-top: 200px;
    }
    /* projecten*/
    
    .project {
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }
    
    .project .item {
        position: relative;
        width: 300px;
        height: 300px;
        margin: 5px;
    }
    
    .project .item img {
        width: 100%;
        height: 100%;
    }
    /*footer*/
    
    .footer-basic {
        padding: 40px 0;
        background-color: #A3BCB6;
        color: #424652;
    }
    
    .footer-basic ul {
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0;
    }
    
    .footer-basic li {
        padding: 0 10px;
    }
    
    .footer-basic ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.8;
    }
    
    .footer-basic ul a:hover {
        opacity: 1;
    }
    
    .footer-basic .social {
        text-align: center;
        padding-bottom: 25px;
    }
    
    .footer-basic .social>a {
        font-size: 24px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 1px solid white;
        margin: 0 8px;
        color: inherit;
        opacity: 0.75;
    }
    
    .footer-basic .social>a:hover {
        opacity: 0.9;
    }
    
    .footer-basic .copyright {
        margin-top: 15px;
        text-align: center;
        font-size: 13px;
        color: #424652;
        margin-bottom: 0;
    }
    
    .social hr {
        background-color: #e9e9e9;
        height: 1px;
    }