/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#underconstruction{
    position: fixed;
    top: 95%;
    left: 10%;
    opacity: 0.50;
}

a{
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
    text-decoration:underline;    
}

a:link {
    color: green;
}

#page-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-left: 25px;
}

#watermerk-logo {
    position: fixed;
    margin: auto;
    top: 40px;
    left: 35px;
    bottom: 0;
    opacity: 0.10;
    z-index: -1;
    height: 120px;
}

section div{
    max-width: 500px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    font-weight: 650;
    text-align: left;
    padding-right: 4px;;
}

#welkom-content {
    color: rgb(139, 161, 139);
    line-height: 0.8cm;
    padding-bottom: 60px;
}

#creativiteit-content {
    font-size: 25px;
    color: rgb(77, 97, 107);
    line-height: 1.4cm;
    padding-bottom: 44px;
}

#creativiteit-content .regel-creativiteit {
    font-size: 25px;
    color: rgb(51, 153, 102);
}

#creativiteit-content .regel-enverlangen {
    font-size: 25px;
    color: rgb(51, 153, 102);
}

#creativiteit-content .regel-tedruk {
    font-size: 30px;
    transform: rotate(-3deg);
    color: rgb(204, 99, 102);
    padding-left: 4cm;
    padding-top: 5px;
}

#wanda-content {
    color: rgb(139, 161, 139);
    line-height: 0.8cm;
}

#wanda-content .regel-wanda {
    font-size: 30px;
    transform: rotate(-2deg);
    color: rgb(204, 99, 102);
    padding-left: 2cm;
    padding-bottom: 5px;
}

#coach-content {
    font-size: 18px;
    color: rgb(139, 161, 139);
    line-height: 0.8cm;
}

#coach-content .coach-helpen {
    font-size: 30px;
    transform: rotate(-3deg);
    color: rgb(204, 99, 102);
    padding-left: 2cm;
    padding-bottom: 15px;
}

.coach-opsomming {
    padding-left: 55px;
    font-size: 18px;
}

#coach-content ul{
    list-style-type: circle; 
}

#coach-content li{
    padding-top: 20px;
}

#aanbod-content {
    font-size: 18px;
    color: rgb(139, 161, 139);
    line-height: 0.8cm;
}

#aanbod-content .kennismaking {
    font-size: 30px;
    transform: rotate(0deg);
    color: rgb(204, 99, 102);
    padding-left: 1cm;
    padding-bottom: 15px;
}

#contact-content {
    font-size: 25px;
    color: rgb(146, 146, 130);
    line-height: 1.2cm;
}

#hallo {
    font-size: 30px;
    transform: rotate(-3deg);
    color: rgb(204, 99, 102);
    padding-left: 2cm;
    padding-bottom: 15px;
}

#privacy-content{
    text-align: center;
}











#blog1-content {
    font-family: 'Courier New', Courier, monospace;
    max-width: 600px;
    font-size: 20px;
    color: rgb(139, 161, 139);
    font-weight: 550;
    line-height: 0.8cm;
    text-align: left;
    padding-top: 55px;
}

#blog2-content {
    font-family: 'Courier New', Courier, monospace;
    max-width: 600px;
    font-size: 20px;
    color: rgb(139, 161, 139);
    font-weight: 550;
    line-height: 0.8cm;
    text-align: left;
    padding-top: 55px;
}

#menu-content {
    width: 600px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

#menu-items {
    flex: 65%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: rgb(140, 139, 161);
    font-weight: 550;
    line-height: 1.3cm;
}

#menu-image {
    flex: 35%;
    margin: 50px;
}

#menu-image>img {
    max-height: 200px;
    max-width: 100%;
    border-radius: 10px;
}

.menu-img-show {
    height: 100%;
    transition: transform .7s ease-in-out;
    transform: rotate(-30deg);
    z-index: 2;
}

#ervaringen-content {
    max-height: 500px;
    font-family: 'Courier New', Courier, monospace;
    max-width: 400px;
    font-size: 14px;
    color: rgb(139, 161, 139);
    line-height: 0.8cm;
    font-weight: 550;
    display: flex;
    flex-direction: column;
}

#ervaringen-home {
    flex: 15%;
    align-items: center;
}

#ervaringen-titel {
    flex: 25%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: rgb(140, 139, 161);
    font-weight: 550;
}

#ervaringen-carousel {
    flex: 60%;
    margin-left: 20px;
}

#blog-content {
    max-height: 500px;
    font-family: 'Courier New', Courier, monospace;
    max-width: 400px;
    font-size: 14px;
    color: rgb(139, 161, 139);
    line-height: 0.8cm;
    font-weight: 550;
    display: flex;
    flex-direction: column;
}

#blog-home {
    flex: 15%;
    align-items: center;
}

#blog-titel {
    flex: 25%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: rgb(140, 139, 161);
    font-weight: 550;
}

#blog-carousel {
    flex: 60%;
    margin-left: 20px;
}

.items {
    position: relative;
}


/* Hide the images by default */

.items {
    display: none;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.menu-blog-show {
    animation: 1.5s menu-slide 0s forwards;
    transform: translateX(400%);
    z-index: 2;
}

.menu-contact-show {
    animation: 1.5s menu-slide 0s forwards;
    transform: translateX(400%);
    z-index: 2;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

@keyframes menu-slide {
    from {
        width: 500%;
    }
}

@keyframes menu-slide {
    to {
        transform: translateX(0);
    }
}


#ditbenik-content {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    color: rgb(139, 161, 139);
    line-height: 0.8cm;
    font-weight: 550;
    display: flex;
    flex-direction: column;
}

.top2down {
    border: 3px solid green;
    width: 300px;
    position: absolute;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.top2down.one {
    top: -100px;
    left: 5%;
}

.top2down.two {
    top: -300px;
    left: 5%;
}

.top2down.three {
    top: -600px;
    left: 5%;
}

.down2top {
    border: 3px solid green;
    height: 400px;
    width: 300px;
    transition: all 1s ease;
    position: absolute;
    z-index: 1;
}

.down2top>img {
    max-height: 200px;
    max-width: 100%;
    border-radius: 10px;
}

.down2top.one {
    bottom: -500px;
    left: 40%;
}

.down2top.two {
    bottom: -600px;
    left: 40%;
}

.down2top.three {
    bottom: -1400px;
    left: 40%;
}


/* Desktop */

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports that meet the condition */
    
}


