/* ||GENERAL */


html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    enable-gradients: true;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

/*
html {
    font-size: calc(0.5em + 1vw)
}
*/

body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;

}

/* ||HEADINGS */


h1 {
    letter-spacing: 5px;
}


h2 {
    letter-spacing: 3px;
    color: #05051e;
}


h3 {
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}

h4 {
    letter-spacing: 1px;

    color: #343434;
    margin: 0;
    padding: 0;
}

h5 {
    letter-spacing: 1px;
    color: #FBCEB1;

}

h6 {
    color: #214260;

    padding: 0;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

p {
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

/* heading navigation */

.nav a p {
    margin: 1px;
    padding: 5px;
}


/* heading masthead */

.homeTitle h1 {
    color: white;
    font-weight: 800;
    text-align: center;
}

.homeSubtitle h1 {
    color: white;
    font-weight: 700;
    text-align: center;
}

.masthead p {
    text-align: center;
    color: white;
}

/* heading depannage */
.boxHeading h1 {
    color: #214260;
    letter-spacing: 5px;
}

.boxHeading h2 {
    letter-spacing: 4px;
    color: #343a40;
}

.boxText p {
    text-align: center;
    margin: 10px;
}

/* contactUs /voeg ons toe op sociale media/*/
.boxText h2 {
    color: #343a40;
}

#txtDepannage a {
    color: #3d89c4;
}

#txtDepannage a:hover {
    color: dodgerblue;
}

/* heading keuze */

.keuze a p {
    text-align: left;
    color: white;
}

.keuze a h1 {
    text-align: left;
    color: white;
    line-height: 1.1em;
}

/* heading services */

.serviceHeading h1 {
    color: #214260;
    letter-spacing: 6px;
    text-align: center;
}

.cardText p {
    padding: 5px;
    margin: 5px 20px;
    line-height: 1.7em;
    text-align: justify;
}

.cardText h3 {
    color: #004e92;
    margin: 0;
    padding: 0;
}

.cardText h4 {
    padding: 0;
    margin: 0;
    color: #222222;
}


/* heading systems */
.box h5 {
    color: #ffdde2;
    text-align: center;
}

.textCol p {
    text-align: center;
    padding: 5px 0;
    margin: 5px 10px;
    color: rgba(255,255,255,0.9);

}

/* heading contact us */
.contactUs p {

}

/* heading about us */
.aboutUs p {
    text-align: center;
    margin: 5px 0;
}

.aboutUs h3 {
    text-align: left;
    margin: 20px 0;
    color: #214260;
}

.aboutUs h4 {
    color: #222222;
    margin: 10px 0;
}

/* heading footer */

.footer h6 {
    text-align: center;
}

.footer p {
    text-align: center;
    color: rgba(255,255,255,.7);

}

.footer a p {
    text-align: center;
    color: rgba(255,255,255,.7);

}

@media screen and (min-width: 200px) {

    .nav a p {
        font-size: 2.5vw;
        margin: 1px;
        padding: 4px;

    }

    .masthead p {
        font-size: 4vw;
        padding: 5px;
    }

    .homeTitle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .homeTitle h1 {
        font-size: 14vw;
        padding: 2px;
        letter-spacing: 2px;
        font-weight: bold;
        margin: 2px;
    }

    .homeSubtitle h1 {
        font-size: 7vw;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .boxHeading {
        padding-top: 50px;
    }

    .boxHeading h1 {
        font-size: 9vw;
        letter-spacing: 6px;
        line-height: 1.7em;
        text-align: center;
        font-weight: bold;
    }

    .boxHeading h2 {
        font-size: 4vw;
        color: #343a40;
        letter-spacing: 2px;
        line-height: 1.7em;
        text-align: center;
    }

    .boxHeadingCenter {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        width: 100%;
    }

    .boxHeadingCenter h2 {
        font-size: 5vw;
        letter-spacing: 2px;
        text-align: center;
        color: #343a40;
        line-height: 1.7em;
    }

    .serviceHeading h1 {
        font-size: 9vw;
        color: #214260;
        letter-spacing: 6px;
        text-align: center;
        font-weight: bold;

    }

    .serviceHeadingSub h1 {
        font-size: 9vw;
        color: #214260;
        letter-spacing: 6px;
        text-align: center;
    }

    .boxText p {
        font-size: 3.5vw;
        text-align: center;
    }

    .boxText h2 {
        font-size: 4vw;
        text-align: center;
        padding: 1px;
        line-height: 1.7em;
    }

    .keuze a h1 {
        font-size: 6vw;
        color: white;
        margin: 1px;
        padding-left: 20px;
        line-height: 1.5;
    }

    .keuze a p {
        font-size: 4vw;
        color: white;
        margin: 1px;
        padding: 10px 20px;

    }

    .cardText p {
        font-size: 3.5vw;
        padding: 0;
        margin: 10px 20px;
        line-height: 1.7em;
        text-align: justify;
    }

    .cardText {
        justify-content: flex-start;
    }

    .cardText h3 {
        font-size: 7vw;
        padding: 0;
        letter-spacing: 3px;
        margin: 10px 20px;
        text-align: left;
        align-self: flex-start;
        font-weight: bold;

    }

    .cardText h4 {
        font-size: 4vw;
        padding: 0;
        margin: 5px 20px;
        text-align: left;
        letter-spacing: 2px;

    }

    .textCol p {
        font-size: 3.5vw;
    }

    .box h5 {
        font-size: 4vw;
        margin: 5px;
    }

    .contactUs p {
        font-size: 3.5vw;
    }

    .boxText h2 {
        font-size: 4vw;
    }

    .aboutUsText p {
        font-size: 3.5vw;
        text-align: center;
        margin: 10px;
    }

    .aboutUsText h3 {
        font-size: 5vw;
        margin: 10px 5px;
        text-align: center;
        line-height: 1.7em;
    }

    .aboutUsText h4 {
        font-size: 4vw;
        margin: 10px 5px;
        text-align: center;
    }

    .footer p {
        font-size: 2.5vw;
    }

    .footer a p {
        font-size: 2.5vw;
    }

    .footer h6 {
        font-size: 3vw;
        text-align: center;
    }

}

@media screen and (min-width: 600px) {
    .navigation a p {
        font-size: 2vw;
    }

    .masthead p {
        font-size: 2.5vw;
    }

    .homeTitle h1 {
        font-size: 9vw;
    }

    .homeSubtitle h1 {
        font-size: 5vw;
    }

    .boxHeading {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
    }

    .boxHeading h1 {
        font-size: 8vw;
        letter-spacing: 7px;
        text-align: center;
    }

    .boxHeading h2 {
        font-size: 4vw;
        letter-spacing: 6px;
        text-align: center;
    }

    .boxHeadingCenter h2 {
        font-size: 4vw;
    }

    .boxText p {
        font-size: 2.5vw;
    }

    .keuze a h1 {
        font-size: 5vw;
    }

    .keuze a p {
        font-size: 2.5vw;
    }

    .serviceHeading h1 {
        font-size: 9vw;
        letter-spacing: 6px;
        text-align: center;
    }

    .serviceHeadingSub h1 {
        font-size: 9vw;
        letter-spacing: 6px;
        text-align: center;
    }

    .cardText p {
        font-size: 2vw;
        padding: 5px;
        margin: 20px 5px 20px 40px;
    }

    .cardText h3 {
        font-size: 4vw;
        padding: 5px;
        margin: 40px 20px 20px 40px;
    }

    .cardText h4 {
        font-size: 2.5vw;
        padding: 5px;
        margin: 5px 5px 0 40px;
    }

    .textCol h5 {
        font-size: 2.5vw;
    }

    .textCol p {
        font-size: 2vw;
    }

    .aboutUsText p {
        font-size: 2vw;
        text-align: center;
        margin-bottom: 40px;
    }

    .boxCenter p {
        font-size: 2vw;
    }

    .aboutUsText p {
        text-align: center;
    }

    .aboutUsText h3 {
        font-size: 4vw;
        text-align: center;
    }

    .aboutUsText h4 {
        font-size: 2.5vw;
        text-align: center;
    }

    .footer p {
        font-size: 2vw;
    }

    .footer a p {
        font-size: 2vw;

    }

    .footer h6 {
        font-size: 2.5vw;
    }
}

@media screen and (min-width: 1064px) {
    .navigation a p {
        font-size: 1.2vw;
    }

    .homeTitle h1 {
        font-size: 7vw;
        margin: 10px;
    }

    .homeSubtitle h1 {
        margin: 10px;
        font-size: 3vw;

    }

    .masthead p {
        font-size: 1.5vw;
        margin: 0 20%;
    }

    .boxHeading {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
        width: 100%;
        margin: 30px 20px 10px 0;
        padding-left: 50px;
    }

    .boxHeadingCenter {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        width: 100%;
        margin: 10px;
        padding-left: 40px;

    }

    .boxHeading h1 {
        font-size: 4vw;
        letter-spacing: 7px;
        text-align: left;
        justify-self: flex-start;
        margin: 0;
        padding: 0;
    }

    .boxHeading h2 {
        font-size: 2vw;
        letter-spacing: 7px;
        text-align: left;

    }

    .boxHeadingCenter h2 {
        font-size: 2vw;
        letter-spacing: 7px;
        text-align: left;
        padding: 0;
        margin: 20px 0 0 0;
        color: #343a40;
    }

    .serviceHeading h1 {
        font-size: 4vw;
        letter-spacing: 7px;
        text-align: center;
        margin-top: 40px;
        padding-top: 20px;
    }

    .serviceHeadingSub h1 {
        font-size: 4vw;
        letter-spacing: 7px;
        text-align: center;
        margin-top: 20px;
        padding-top: 20px;
    }

    .boxText p {
        font-size: 1.5vw;
    }

    .boxText h2 {
        font-size: 2.5vw;
    }

    .keuze a p {
        font-size: 1.5vw;
    }

    .keuze a h1 {
        font-size: 2.5vw;
    }

    .cardText p {
        font-size: 1.2vw;
        padding: 5px;
        margin: 5px 20px;
    }

    .cardText h3 {
        font-size: 2.5vw;
        padding-top: 20px;
        margin: 10px 20px;

    }

    .cardText h4 {
        font-size: 1.5vw;
        padding: 5px;
        margin: 5px 20px;

    }

    .textCol p {
        font-size: 1.2vw;
    }

    .textCol h5 {
        font-size: 1.5vw;
    }

    .aboutUsText p {
        font-size: 1.2vw;
        text-align: left;
    }

    .boxCenter p {
        font-size: 1.2vw;
    }

    .contact p {
        font-size: 1.2vw;
    }

    .aboutUsText h3 {
        font-size: 2.5vw;
        text-align: left;
    }

    .aboutUsText h4 {
        font-size: 1.5vw;
        text-align: left;
        margin: 10px 7px;

    }

    .footer p {
        font-size: 0.8vw;
    }

    .footer a p {
        font-size: 0.8vw;
        text-align: center;
    }

    .footer h6 {
        font-size: 0.9vw;
    }
}

/* ||SECTI0N 1: NAVIGATION  */

.nav {
    display: flex;
    flex-flow: row wrap;
}

.navigation a {
    display: flex;
    flex-flow: row wrap;
    color: white;
    text-decoration: none;
    padding: 5px;
    margin: 0;
}


@media screen and (min-width: 200px) {
    .navigation {
        display: none;
    }

    .sticky {
        display: none;
    }

    .nav {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .navigation a img {
        width: 25px;
        height: 25px;
        padding: 5px;
        max-width: 25px;
        max-height: 25px;
        align-self: center;
    }

    .sticky a img {
        width: 25px;
        height: 25px;
        padding: 5px;
        max-width: 25px;
        max-height: 25px;
        align-self: center;
    }

    .nav a {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

    .navigation a:hover {
        background-color: transparent;
        border: 0;

    }


    .navigation p {
        font-size: 0.7em;
    }
}

@media screen and (min-width: 600px) {

    .navLogo img {
        display: flex;
        align-self: center;
        padding: 1px 3px;
        height: 40px;
        width: 40px;

    }
}

@media screen and (min-width: 1064px) {

    .navigation {
        top: 0;
        bottom: 98vh;
        display: flex;
        flex-flow: row nowrap;
        align-content: center;
        justify-content: flex-end;
        background-color: transparent;
        color: white;
        padding: 0;
        margin: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        height: 8vh;
    }

    .sticky {
        top: 0;
        bottom: 96vh;
        background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.85));
        -webkit-background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.95));
        -moz-background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.95));
        /*
        background-image: linear-gradient(45deg, #363795, #004e92, #363795);
        -webkit-background-image: linear-gradient(45deg, #363795, #004e92, #363795);
        -moz-background-image: linear-gradient(45deg, #363795, #004e92, #363795);*/
        box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .4);
        border-bottom: none;
        position: fixed;
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 0;
        margin: 0;

    }

    .navigation a {
        display: flex;
        flex-flow: row nowrap;
        border: 1px solid transparent;

    }

    .navigation a:hover {
        background-color: #efefef;
        opacity: 0.95;
        color: dodgerblue;
        box-shadow: #6c757d;
        border-radius: 20px;
        border: 1px solid slategray;
        margin:0;
    }

    .nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-end;
        width: 100%;
    }

    .nav a img {
        display: none;
    }


}


/* ||SECTION 2: MASTHEAD */
.masthead {
    display: flex;
    background-image: url("img/bg.png");
    background-size: cover;
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
    justify-content: center;
    align-content: space-around;
    overflow-x: hidden;
/ / horizontal;
    overflow-y: hidden;
/ / vertical;
    min-height: 100vh;
}

.boxM {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 30px;
    margin: 0;
}

.homeIcon {
    flex-basis: auto;
    align-self: center;
    padding-top: 30px;
    padding-bottom: 5px;
}

.homeHeading {
    flex-basis: auto;
    align-self: center;
}

.homeTitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.homeSubtitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.masthead hr.divider {
    border-color: #0074e4;
    background-color: dodgerblue;
}


@media screen and (min-width: 200px) {
    .masthead {
        background-position: right;
        align-content: flex-start;
    }

    .boxM img {
        margin-top: 40px;
        width: 150px;
        height: 150px;
    }

    .masthead hr.divider {
        width: 150px;
        border-width: 0.1rem;
    }
}

@media screen and (min-width: 600px) {
    .boxM {
        padding-top: 40px;
    }

    .boxM img {
        width: 200px;
        height: 200px;
        padding: 5px;
        margin: 30px;
    }

    .masthead hr.divider {
        width: 350px;
        border-width: 0.1rem;
    }
}

@media screen and (min-width: 1064px) {
    .masthead {
        padding-top: 20px;
    }

    .boxM {
        display: flex;
        flex-flow: column wrap;
        align-content: space-around;
        padding-top: 20px;
    }

    .boxM img {
        width: 220px;
        height: 220px;
        padding: 10px 5px 5px 5px;
        margin: 20px 10px 10px 10px;
    }

    .masthead hr.divider {
        width: 700px;
        border-width: 0.1rem;
    }
}

/* ||SECTION 3: DEPANNAGE */
.depannage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 0;
    padding: 30px 10px 10px 10px;
    width: 100%;
}

.boxD {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
    padding: 5px;
}

.boxText {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

}

.depannage button {
    border-radius: 20px;
    border: 1px solid #363795;
    background-image: linear-gradient(45deg, #363795, #004e92);
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding: 1em 2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    color: white;
    box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .2);

}
.depannage button:hover{
    border: 1px solid dodgerblue;
    background: dodgerblue;
    box-shadow: 0 16px 12px -12px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 16px 12px -12px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 16px 12px -12px rgba(0, 0, 0, .3);;
}


@media screen and (min-width: 200px) {

    .depannage {
        padding: 1px;
    }

    .boxD img {
        width: 150px;
        height: 150px;
    }

    .boxText {
        margin: 0;
        padding: 20px;
        justify-content: center;
    }
}

@media screen and (min-width: 600px) {
    .depannage {
    }

    .boxD img {
        width: 200px;
        height: 200px;
    }
}

@media screen and (min-width: 1064px) {

    .depannage {
        background-color: transparent;
        margin: 0;
        align-content: space-around;
        padding: 0 30px;
        min-height: 100vh;
    }

    .boxD img {
        width: 250px;
        height: 250px;

    }

    .depannage .boxHeading {
        align-content: flex-start;
    }

}


/* ||SECTION 4: KEUZE */
.keuze {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding-top: 30px;
}

.boxK {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    align-content: center;
    width: 100%;
    padding: 0;
}

.keuzeItem {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.keuzeIcoon {
    text-align: left;
}

.keuzeBtn {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;

}

.keuze a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: white;
    margin: 0;
    padding: 0;
}

.keuze button {
    margin: 0 0;
    /*
    background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.90));*/
    background-image: linear-gradient(45deg, #363795, #004e92);
    -webkit-background-image: linear-gradient(45deg, #363795, #004e92, #363795);
    -moz-background-image: linear-gradient(45deg, #363795, #004e92, #363795);
opacity: 0.95;
    border: solid 1px #004e92;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.keuze button:hover {
    background-image: linear-gradient(45deg, dodgerblue, #3366CC);
    -moz-background-image: linear-gradient(45deg, darkblue, midnightblue);
    -webkit-background-image: linear-gradient(45deg, darkblue, midnightblue);

    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
    border: solid 1px #3366CC;

}


@media screen and (min-width: 200px) {
    .boxK {
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;

    }

    .keuze {
        padding: 5px;
    }

    .keuzeIcoon img {
        display: flex;
        width: 70px;
        height: 70px;
        margin-left: 20px;
    }

    .keuze button {
        margin: 15px 10px;
        padding: 10px;
        min-height: 40vh;
        width: 85%;
        align-self: center;
    }

    .keuzeBtn {
        padding: 0;
    }
}

@media screen and (min-width: 600px) {
    .boxK {
        flex-direction: column;
        justify-content: center;
    }

    .keuzeIcoon img {
        display: flex;
        width: 80px;
        height: 80px;
    }

    .keuzeItem a {

    }

    .keuze button.keuzeBtn {
        min-height: 50vh;
        width: 75vw;
        margin: 20px;
    }

    .keuze button {
    }
}

@media screen and (min-width: 1064px) {
    .keuze {
        align-content: space-around;

    }

    .boxK {
        flex-direction: row;
        justify-content: center;

    }

    .keuzeIcoon img {
        display: flex;
        width: 85px;
        height: 85px;
    }


    .keuze button.keuzeBtn {
        height: 45vh;
        min-width: 20vw;
        max-width: 33vw;
        margin: 20px;
    }

}


/* ||SECTION 5: SERVICES */
.services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.boxS {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 10px 30px 10px;
    align-content: center;
    padding: 0;
    width: 90%;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    background: #f3f3f5;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;

}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.serviceHeading {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
}

.serviceHeadingSub {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    width: 100%;
}

.cardPartText {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 5px 0 0 5px;
    margin: 0;
}

.cardPartFoto {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-items: flex-start;
}

.cardText {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px;
    flex-wrap: wrap;
}

.card img {
    display: flex;
    flex-direction: row;
}


.systems {
    /*background-image: linear-gradient(45deg, #000428, #004e92);frost */
    /*background-image: linear-gradient(45deg, #005C97, #363795); /*clear sky*/
    /*background-image: linear-gradient(45deg, #4b6cb7, #182848);Pinot noir*/
    /* background-image: linear-gradient(45deg, #0f0c29, #302b63, #24243e);/*lawrencium*/
    background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.85));
    -webkit-background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.85));
    -moz-background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.85));
    box-shadow: 0 4px 8px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 6px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

@media screen and (min-width: 200px) {
    .boxS {
        margin: 10px;
    }

    .card {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        padding: 0;
        margin: 20px 0;
        min-height: 60vh;
    }

    .reverse {
        display: flex;
        flex-flow: column wrap;
    }

    .cardPartText {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        padding-top: 10px;
        margin: 0;
    }

    .cardText {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        margin: 0;
        padding: 0;
    }

    .cardPartFoto {
        min-height: 30vh;
        width: 100%;
    }

    .cardPartFoto img {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .serviceHeading {
        flex-direction: row;
        justify-content: center;
        margin-top: 50px;
        padding: 10px;
    }
}

@media screen and (min-width: 600px) {

    .card {
        width: 85%;
    }

    .card#reverse {
    }

    .cardPartText {
        flex-flow: column wrap;
    }

    .cardText {
        padding: 0 20px 0 0;

    }

    .cardPartFoto {
        height: 50vh;
    }

    .cardPartFoto img {
    }

    .serviceHeading {
    }

    .boxText {
        padding: 20px;
    }
}


@media screen and (min-width: 1064px) {
    .services {
        margin: 0 0 40px 0;
        width: 100%;
    }

    .boxS {
        width: 100%;
    }

    .card {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        padding: 0;
        margin: 20px 0;
        width: 75%;
        min-height: 50vh;

    }

    .cardText {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .cardPartText {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        width: 49.9%;
        padding-top: 10px;
        margin: 0;
        min-height: 45vh;
    }

    .cardPartFoto {
        width: 49.5%;
        height: 100%;

    }

    .cardPartFoto img {
        display: flex;

    }

    .serviceHeading {
        flex-direction: row;
        justify-content: center;
        margin-top: 40px;
        padding-top: 20px;
    }

    .serviceHeadingSub {
        flex-direction: row;
        justify-content: center;
        margin-top: 40px;
        padding-top: 20px;
    }
}


/* services: systems */
.systems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.columnholder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 10px;
    padding: 10px 0;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 10px;
    flex-wrap: wrap;
}

.boxIcon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 10px;
}


.textCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 5px;
}


@media screen and (min-width: 200px) {
    .systems {
        flex-direction: row;
    }

    .columnholder {
        flex-direction: column;
    }

    .textCol {
        flex-direction: column;
        justify-content: center;
    }

    .boxIcon img {
        height: 75px;
        width: 75px;
    }
}

@media screen and (min-width: 600px) {
    .systems {
        flex-direction: column;
    }

    .columnholder {
        flex-direction: column;
    }

    .textCol {
        flex-direction: column;
        justify-content: center;
        width: 80%;
    }

    .boxIcon img {
        height: 100px;
        width: 100px;
        padding: 10px;
    }

}


@media screen and (min-width: 1064px) {
    .systems {
        flex-direction: row;
        margin: 20px 0;
    }

    .columnholder {
        flex-direction: row;
        justify-content: center;
        align-content: center;
        width: 100%;
        padding: 50px 0;
    }

    .box {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
    }

    .textCol {
        flex-direction: column;
        justify-content: center;
        max-width: 80%;
        align-self: center;
    }

    .box {
        width: 40%;
    }

    .boxIcon img {
        height: 125px;
        width: 125px;
        margin: 10px;
    }
}


/* ||SECTION 6: CONTACT US */
.contact {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
}

form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    padding: 3% 1%;
    margin: 2% 2%;
    background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.95));
    -webkit-background-image: linear-gradient(45deg, #CFDEF3, #eeefff);
    -moz-background-image: linear-gradient(45deg, #CFDEF3, #eeefff);
    border: solid 1px #CFDEF3;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    width: 100%;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

form:hover {
    box-shadow: 0 10px 20px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 20px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px 6px rgba(0, 0, 0, 0.1);
}

.contact .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.contact .icon img {
    width: 100px;
    height: 100px;
    margin: 10px;
}

input {
    width: 100%;
    box-sizing: border-box;
    height: 4vh;
    font-family: "Poppins", sans-serif;
    padding-left: 15px;
    margin: 0;
    border: none;
    border-radius: 20px;
    background: rgba(255,255,255,.2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
}


input:focus {
    background-color: #f4f9ff;
    border: solid 1px #f4f9ff;
    outline: none;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
}

input[type=checkbox] {
    background-color: #ffffff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    width: 20px;
    margin: 2%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;

}

input[type=checkbox]:focus {
    box-shadow: none;
}

.formpart {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    margin: 2%;
}

legend {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.5em;

}
fieldset {
    color: white;
}

.form p {
    font-size: 1.3em;
    color: white;
    margin: 10px;
}

input[type=submit] {
    background-color: #1059ff;
    margin: 10px;
    padding: 10px;
    font-size: 1em;
    font-weight: bold;
    width: 30%;
    height: 6vh;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: solid 1px #1059ff;
    transition: transform 80ms ease-in;
    -webkit-transition: transform 80ms ease-in;
    -moz-transition: transform 80ms ease-in;
    color: white;
    letter-spacing: 2px;
    align-self: center;
    justify-self: center;
    text-transform: uppercase;
    box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .2);


}

input[type=submit]:hover {
    background-color: dodgerblue;
    border: solid 1px dodgerblue;
    box-shadow: 0 16px 12px -12px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 16px 12px -12px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 16px 12px -12px rgba(0, 0, 0, .3);
}

.contact button {
    margin: 5px;
    padding: 15px;
    background: #1059ff;
    font-weight: bold;
    color: white;
    width: 45%;
    align-self: center;
    border-radius: 20px;
    border: 1px solid #1059ff;
    transition: transform 80ms ease-in;
    text-transform: uppercase;
    box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 4px -4px rgba(0, 0, 0, .2);
}

.contact button:hover {
    background-color: dodgerblue;
    opacity: 1;
    padding: 5px;
    border: solid 1px dodgerblue;
    box-shadow: 0 16px 12px -12px rgba(0, 0, 0, .3);

}

.contact fieldset {
    margin: 10px;
    border: none;
    background-color: transparent;
}

.contact button:focus {
    outline: none;
}

label {
    width: 100%;
    margin-top: 10px;
    padding: 0;
    color: rgba(255,255,255,.7);
    line-height: 2em;

}
label p {
    font-size: 2vw;
}

label a {
    color: dodgerblue;
}

label a:hover {
    color: dodgerblue;
}

.formpartPrivacy {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-self: center;
}

.form a {
    color: #1059ff;
}

.form a:hover {
    color: lightskyblue;
}

.social-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin: 10px;
    padding: 5px;
    width: 100%;
}

.social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: 20px 10px;
    padding: 10px;
}

@media screen and (min-width: 200px) {
    form {
        opacity: 1;
        width: 90%;
    }

    .contact button {
        font-size: 1.2em;
        margin: 10px;
        padding: 5px;
        opacity: 1;

    }

    .contact button:hover {
        padding: 5px;
    }

    input[type=submit] {
        font-size: 0.7em;
    }
}

@media screen and (min-width: 600px) {
    .contact {
        padding: 10px;
    }

    form {
        align-self: center;
        width: 70%;
        margin: 5% 10%;
    }
}

@media screen and (min-width: 1064px) {
    .contact {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        padding: 0 30px;

    }

    form {
        align-self: center;
        width: 40%;
        margin: 5% 10%;
        opacity: 0.90;

    }

    fieldset {
        width: 80%;
    }

    .boxHeading {
        align-content: flex-start;
    }
}


/* ||SECTION 7: ABOUT US */
.aboutUs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    opacity: 1;
    padding: 30px 0;
}

.boxA {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.aboutUsText {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.aboutUsIconStart {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 5px;
    margin: 5px;
}

.aboutUsIconCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    margin: 10px;
}

.aboutUsIconEnd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 5px;
    margin: 5px;
}

.aboutUsIconCenter img {
    display: flex;
    padding: 5px;
    margin: 5px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

@media screen and (min-width: 200px) {
    .aboutUs {
        flex-direction: column;
        align-content: center;
        padding: 0;
    }

    .boxA {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    .aboutUsIconStart img {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        width: 80px;
        height: 80px;
    }

    .aboutUsIconCenter img {
        height: 80px;
        width: 95px;
    }

    .aboutUsIconEnd img {
        width: 80px;
        height: 80px;
    }

    .aboutUsText {
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        padding: 10px;
    }

    .boxHeading#nopadding {
        padding-top: 0;
    }
}

@media screen and (min-width: 600px) {
    .aboutUs {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        padding: 10px;
    }

    .boxA {
        flex-direction: column;
        justify-content: center;

    }

    .aboutUsHeading {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-start;
        width: 100%;
        padding: 5px;
    }

    .aboutUsIconStart img {
        width: 150px;
        height: 150px;
    }

    .aboutUsIconCenter img {
        width: 170px;
        height: 150px;

    }

    .aboutUsIconEnd img {
        width: 150px;
        height: 150px;
    }

    .aboutUsText {
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        margin: 10px;
    }
}

@media screen and (min-width: 1064px) {
    .aboutUs {
        flex-direction: row;
        justify-content: center;
        align-content: center;
        margin: 20px 20px;
    }

    .boxA {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }

    .boxCenter {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        width: 100%;
        margin: 10px 1%;
    }

    .boxCenter .aboutUsText {
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .aboutUsIconStart {
        margin-left: 5%;
    }

    .aboutUsIconEnd {
        margin-left: 5%;
    }

    .aboutUsIconStart img {
        height: 125px;
        width: 125px;
    }

    .aboutUsIconCenter img {
        height: 125px;
        width: 140px;
    }

    .aboutUsIconEnd img {
        height: 125px;
        width: 125px;
    }

    .aboutUsText {
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-end;
        flex-wrap: wrap;
        margin: 10px 40px;
        padding: 0 20px;
        max-width: 73%;
    }

    .boxHeading#nopadding {
        padding-top: 0;
    }
}

@media screen and (min-width: 1600px) {

    .aboutUsIconStart {
        margin-left: 7%;
    }

    .aboutUsIconEnd {
        margin-left: 7%;
    }
}

/* ||SECTION 8: FOOTER */
.footer {
    background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.95));
    -webkit-background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.95));
    -moz-background-image: linear-gradient(rgba(35,43,85,0.75), rgba(35,43,85,0.95));
    /*
        -webkit-background-image: linear-gradient(45deg, #E0EAFC, #CFDEF3);
        -moz-background-image: linear-gradient(45deg, #E0EAFC, #CFDEF3);
        background-image: linear-gradient(90deg, #151515, #101010, #050505);
        -webkit-background-image: linear-gradient(90deg, #151515, #101010, #050505);
        -moz-background-image: linear-gradient(90deg, #151515, #101010, #050505);*/
    opacity: 0.95;
    -moz-opacity: 0.95;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.footer p {
    color: #eeefff;
}

.footer h6 {
    color: white;
}

.footer a {
    color: #eeefff;
}

.footNav {
    display: flex;
    flex-direction: row;

}

.footStrategy {
    display: flex;
    flex-direction: column;

}

.footPolicy {
    display: flex;
    flex-direction: column;

}

.footContact {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;

}

.footSocials {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}

.footSocials a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-self: center;
}

.footCopyright {
    display: flex;
    flex-direction: row;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover p {
    color: dodgerblue;
}

.footer, .fas {
    color: white;
}

.footer, .far {
    color: white;
}

.fa {
    color: white;
    padding: 0;
    margin-right: 1em;
    font-size: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    align-self: center;
}

@media screen and (min-width: 200px) {
    .footer {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        padding: 20px 5px;
    }

    .footer p {
        text-align: center;
        padding: 5px 10px;
    }

    .footer h6 {
        text-align: center;
        padding: 5px;
        margin: 0;
    }

    .footer a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        padding: 5px 5px;
    }

    .footer a p {
        text-align: center;
        padding: 1px;
    }

    .footNav {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        order: 0;
    }

    .footStrategy {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        order: 1;
        padding: 5px;
    }

    .footContact {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        order: 2;
    }

    .footSocials {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        order: 3;
    }

    .footSocials a {
        padding: 5px;
        margin: 10px 5px;
        height: 5vh;
    }

    .footPolicy {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        order: 4;
    }

    .footCopyright {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        padding: 5px;
        margin: 0;
        order: 5;
    }


}

@media screen and (min-width: 600px) {
    .footer {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        padding: 20px 10px;
    }

    .footer p {
        text-align: center;
        margin: 5px 10px;
        padding: 5px 10px;
    }

    .footer h6 {
        text-align: center;
        margin: 5px 10px;
        padding: 5px 10px;
    }

    .footer a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        margin: 5px 10px;
        padding: 5px 10px;
    }

    .footer a p {
        text-align: center;
        margin: 1px 1px;
        padding: 1px;
    }

    .footNav {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        order: 0;
    }

    .footStrategy {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        order: 1;
    }

    .footContact {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        order: 2;
    }

    .footSocials {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        order: 4;
    }

    .footPolicy {
        display: flex;
        flex-direction: column;
        order: 3;
    }

    .footCopyright {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        padding: 5px;
        margin: 0;
        order: 5;
    }


}

@media screen and (min-width: 1064px) {
    .footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        padding: 30px;

    }

    .boxF {
        margin: 20px;
    }

    .footer p {
        text-align: center;
        margin: 5px 10px;
        padding: 5px 10px;
    }

    .footer h6 {
        text-align: center;
        margin: 5px 10px;
        padding: 5px 10px;
    }

    .footer a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        margin: 5px 10px;
        padding: 5px 10px;
    }

    .footer a p {
        text-align: center;
        margin: 1px 1px;
        padding: 1px;
    }


    .footNav {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        width: 15%;
        padding: 5px;
    }

    .footStrategy {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        width: 30%;
    }

    .footContact {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        flex-wrap: nowrap;
        width: 30%;
        padding: 5px;

    }

    .footPolicy {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        width: 15%;
        padding: 5px;

    }

    .footSocials {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: 50px;
        padding: 5px;
        margin: 0;
    }

    .footCopyright {
        padding: 5px;
        margin: 0;
    }

}


/* PRIVACYBELEID */
.policyHeading {
    display: flex;
    margin: 5px;
    padding: 30px;
    flex-flow: column wrap;
    align-content: flex-start;
    justify-content: space-around;
}

.policyHeading h1 {
    padding: 5px;
    letter-spacing: 2px;
}

.policyBox ul {
    line-height: 1.7em;

}

.privacy {
    margin: 0;
    padding: 20px;
}

.privacy p {
    font-size: 1em;
    color: white;
}

.policyHeading p {
    color: #121212;
}

.policyHeading li {
    color: #121212;
}

.privacy h1 {
    font-size: 3em;
    color: #082c4e;
}

.privacy h2 {
    font-size: 1.5em;
    color: #333333;
    font-weight: bold;
}

.privacy h3 {
    font-size: 1.3em;
    color: #343434;
}

.policyBox li {
    color: white;
}

.policyBox {
    display: flex;
    margin: 30px;
    padding: 30px;
    flex-flow: column wrap;
    align-content: flex-start;
    justify-content: flex-start;
    background: dodgerblue;
    border: 1px solid;
    border-radius: 12px;
}

.policyBox h2 {

    padding: 5px;
    letter-spacing: 2px;
}

.policyBox h3 {
    padding: 5px;
    letter-spacing: 1px;
}

.privacyBox p {
    padding: 5px;
    text-align: justify;
}

@media screen and (min-width: 200px) {

    .radial-menu {
        top: 15px;
        right: 15px;
        position: fixed;
        display: flex;
        width: 75px;
        height: 75px;
        background-color: transparent;
        border-radius: 50%;
        z-index: 20;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
        line-height: 75px;
    }

    .menu-item1 {
        width: 60%;
        height: 60%;
        background-color: dodgerblue;
        border-radius: 50%;
        position: absolute;
        color: white;
        text-align: center;
        line-height: 40px;
        top: 25%;
        left: 25%;
        z-index: 19;
        transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        border: solid 1px #1b81e5;
    }

    .menu-item2 {
        width: 60%;
        height: 60%;
        background-color: dodgerblue;
        border-radius: 50%;
        position: absolute;
        color: white;
        text-align: center;
        line-height: 40px;
        top: 25%;
        left: 25%;
        z-index: 19;
        transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
        -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
        -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        border: solid 1px #1b81e5;
    }

    .menu-item3 {
        width: 60%;
        height: 60%;
        background-color: dodgerblue;
        border-radius: 50%;
        position: absolute;
        color: white;
        text-align: center;
        line-height: 40px;
        top: 25%;
        left: 25%;
        transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;
        -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;
        -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        border: solid 1px #1b81e5;
    }

    .menu-item4 {
        width: 60%;
        height: 60%;
        background-color: dodgerblue;
        border-radius: 50%;
        position: absolute;
        color: white;
        text-align: center;
        line-height: 40px;
        top: 25%;
        left: 25%;
        transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
        -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
        -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        border: solid 1px #1b81e5;
    }

    .mask {
        top: 15px;
        right: 15px;
        width: 75px;
        height: 75px;
        background-image: linear-gradient(rgba(35,43,85,0.98), rgba(35,43,85,1));
        -webkit-background-image: linear-gradient(45deg, #363795, #004e92, #363795);
        -moz-background-image: linear-gradient(45deg, #363795, #004e92, #363795);
        border-radius: 50%;
        position: absolute;
        z-index: 21;
        color: white;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        position: fixed;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    }
}

@media screen and (min-width: 1064px) {
    .radial-menu {
        display: none;
    }
}

/* Voeg deze CSS toe aan je style.css voor de textarea */

textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 120px;
    font-family: "Poppins", sans-serif;
    padding: 15px;
    margin: 0;
    border: none;
    border-radius: 20px;
    background: rgba(255,255,255,.2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    resize: vertical;
    line-height: 1.5;
    color: #333;
}

textarea:focus {
    background-color: #f4f9ff;
    border: solid 1px #f4f9ff;
    outline: none;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1);
}

/* Placeholder styling */
input::placeholder,
textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
}

/* Rate limit error melding styling */
.error-message {
    background-color: #ff4444;
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}

.success-message {
    background-color: #00C851;
    color: white;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}