
* {box-sizing: border-box}

* {font-family: sans-serif}


:root {
    --main-bg-color: #0D0C1E;
    
}


body {
    margin: 0;
    padding: 0;
    background-color: #050505;
    justify-content: center;
    align-items: center;
    display: block;
    overflow-x: hidden;
    height: 100%;
    
}

h5 {
    color: whitesmoke;
    margin-left: 40px;
    font-size: 25px;
    margin: 20px 0px 0px 40px;

}


.nav-links {
    position: absolute;
    justify-content: space-around;
    right: 0px;
    height: 35vh;
    display: flex;
    background-color: #050505;
    flex-direction: column;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    text-transform: uppercase;
    z-index: 10;
}


/* opacity moet hier nog op 0 */

/*.nav-links li {
    opacity: 0;
}*/

.burger {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    padding-right: 20px;
    padding-top: 20px;

}

@keyframes navLinkFade {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.nav-active {
    transform: translateY(0%);
}
.nav-links a {
    text-decoration: none;
    display: block;
    color: whitesmoke;
    list-style: none;

}



.burger div {
    width: 30px;
    height: 3px;
    margin: 5px;
    background-color:whitesmoke;
    border-radius: 5px;

}

.line1 {
    background-color: white;
    width: 25px;
    height: 4px;
}



footer {
    display: flex;
    justify-content: space-between;
}


.logo-footer h4 a, .logo-main h4 a {
    color: whitesmoke;
    text-decoration: none;
    padding-left: 40px;
    font-size: 30px;
    letter-spacing: 2px;
}

.note {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    font-size: 12px;
    margin-top: 0px;
    
}
 .note a {
     text-decoration: none;
     color:#8c6f80;
 }

.footer-links {
    display: none;
    justify-content: space-around;
    align-items: center;
}
.footer-links li {
    list-style-type: none;
    display: flex;
    margin-right: 40px;
    padding-right: 0px;
}

.footer-links a {
    text-decoration: none; 
    display: flex;
    text-transform: uppercase;
    }

.logo-footer h4 a {
    color: #8c6f80;
    }

.logo-footer h4 a:hover, .note a:hover {
    color: #B7A3AF;
    }
.sticky {
    position: sticky;
    position: -webkit-sticky;
}

.logo-main {
    margin-top: 16px;
}

.logo-main h4 {
    display: inline-block;
}

/*.mainpage span { 
    color: white;
    font-size: 30px;
    animation-name: animation;
    animation-duration: 6s;
}*/




/*
@keyframes mymove {
    from {width: 40%; left: 0px;}
    to {width: 55%; left: 250px;};
    
}*/

@keyframes mymove {
    from {left: 0px}
    to {left:232px; width: 60%}
}
.logomain {
    width: 40%;
    left: 10px;
    margin-left: 0px;
    position: relative;
    display:flex;
    animation-name: mymove;
    animation-timing-function: ease-in-out;
    animation-duration: 10s;
 

}

.mainpage {
    background-image: url(img/timelapse.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.logo {
    width: 260px;
    display: block;
    background-color: black; 

}

h1 {
    color: whitesmoke;
    padding-bottom: 100px;
    padding-left: 40px;
    font-size: 1.2em;
}

hr, p {
    color: whitesmoke;
    margin-left: 40px;
    margin-right: 40px;
}

/* weinig nut deze entry*/
.maintext {
    margin: 0px 0px 0px 0px;
}




.nav-links a, .footer-links a {
    color: #8c6f80;
}
.nav-links .current {
    color: whitesmoke;

}

.footer-links .current {
    color: whitesmoke;

}



.nav-links li a:hover {
    color: #B7A3AF;
}

.footer-links li a:hover {
    color: #B7A3AF;
}




#testje, .contact {
    background-color: white;
    margin-left: 40px;
    margin-right: 40px;
}

/*Styles Elearning */

#medium {
    display: none;
   

}

#small {
    width: 100%;
    height: auto;
   

  
}
/*Styles App design*/

.appdesign {margin: 10px 40px 0px 40px;
    background-color: white;
    padding-bottom: 20px;
   
}

.appdesign h2 {
    color: black;
    padding: 10px 40px 0px 20px;
    margin-left: 25px;
   

}

.square1, .square2, .square3 {
    background-color: #B7A3AF;
    border-radius: 25px;
    width: 250px;
    height: 250px; 
    position: relative;  
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.square2 {
    background-color: #95798a;
}

.square3 {
    background-color: #735166;

}
.square1 img {
    width: 72%;
    height: 115%;
    padding-left: 25px;
  
}

.square2 img, .square3 img {
    width: 72%;
    padding-left: 25px;
    height: 115%;

}

.slider p{
    opacity: 0;
    height: 100%;
    overflow: scroll;
    margin: 0px;
    width: 100%;
    
    
}

.square1:hover .slider {
    left: 0px;
    position: absolute;
    display: inline-block;
    background-color: #95798a;
    border-radius: 25px;
    margin: 0px;
    padding: 15px;
    height: 250px;
   
}

.square1:hover p, .square2:hover p, .square3:hover p {
   
    opacity: 100%;
 
    
}

.square2:hover .slider, .square3:hover .slider{
   position: absolute;
   display: inline-block;
    background-color: #95798a;
    border-radius: 25px;
    padding: 15px;
    height: 250px;
    margin: 0px;
    left: 0px;
    float: none;
   
}




/*Styles contact */


.contact, h3 {
    background-color: black;
    color: #8c6f80;
    font-size: 1.2em;
    
}


.contact, p {
    color: whitesmoke;
    font-size: 1.1em;

}

.contact, a {
    text-decoration: none;
    color: #B7A3AF;
    
}

.contact, a:hover {
    color:#8c6f80;
    
}

.contact, span {
    color: #B7A3AF;
    margin-left: 40px;
   
}

.contactform {
    margin-left: 40px;
}
#name, #email, #telefoon, #message {
    width: 90vw;
    max-width: 100%;

}
.form >p, .contact >p {
    margin-left: 0px;
}
.button {
    padding: 5px 40px;
    text-align: center;  
    font-size: 1.1em;
}

.button:hover {
    background-color: #522a44;
     color: #8c6f80;
}

input, textarea, button {
    background-color: #cedede;
    opacity: 0.6;   
    border: 2px solid black;
    border-radius: 8px;

    
}


/* for tablet styles*/
@media screen and (min-width: 620px){


    .burger {
        display: none;
    }
  

    .logo-footer h4 a {
    color:whitesmoke;
    }

    
    
    .nav-links {
        height: 8vh;
        top: 25vh;
        display: flex;
        flex-direction: row;
        position: static;
        transform: unset;
        transition: unset;
        padding-top: 20px;
        padding-right: 0px;
        

    }
    
    .nav-links li {
        list-style-type: none;
        margin: 0 0 0 auto;
   
       
    }
    

    nav {
        display: flex;
        flex-direction: row;
        margin-right: 40px;

       
        
    }

    .footer-links {
        display: flex;
        justify-content:space-around;
        align-items: center;
    }
    .footer-links li {
        list-style-type: none;
        display: flex;
        padding-right: 0px;
    }

    .footer-links a {
        text-decoration: none; 
        display: flex;
        text-transform: uppercase;

        }

    /* Elearning */

        #small {
        display: none;
    }
        #medium, #medium1 {
        display: block;
        width: 100%;
        height: auto;
    }
    
    /* Appdesign */

    .square1, .square2, .square3 {
        margin-left: 40px;
    }


    .slider p {
        width: 350px;
        
    }
    
    .square1:hover .slider, .square2:hover .slider, .square3:hover .slider {
    transform: translateX(19px);
    margin-left: 10px;
   
    }

    .appdesign h2 {
        margin-left: 40px;
        padding-left: 0px;

    }

    
}

/* for phone and very small tablet*/
@media screen and (min-width: 850px) {
    .slider p {
        width: 350px;
    }


  
    .square1:hover .slider, .square2:hover .slider, .square3:hover .slider {
        transform: translateX(270px);
        margin-left: 10px;
       
        }
}

/* for large tablet and laptops styles*/
@media screen and (min-width: 960px) {
    .burger {
        display: none;
    }
    body {
        font-size: 18px;
        background-color: black;
    }

    .burger div {
        display: none;
        background-color: white;
    }

    .logo {
        width: 300px;
    }
    /* geen idee wat with deed*/
    .nav-links {
        width: 90%;
    }
    /*.test_nav {
    display: flex;
    justify-content: center;
  
}*/
/* contact form styles*/
    .grid {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(8, 1fr);   
        
    }   
    .contact {
    grid-column: 1/5;
    grid-row: 1;
    }
    .contactform {
    grid-column: 5/9;
    padding-right: 20px;
    grid-row: 1;

    }

    .note {
        font-size: 15px;
    }

   
 
    /* Appdesign */
    .square1, .square2, .square3 {
        margin-left: 60px;
        filter: drop-shadow(3px 4px gray);
    }
    
    .appdesign, .appdesign h2 {
       
        animation-name: backgroundcolor;
        animation-duration: 35s;
        animation-iteration-count: infinite;
    }
    .appdesign h2 {
        padding-left: 20px;
       
    }
    .slider p {
        width: 500px;
    }
    @keyframes backgroundcolor {
        0% {background-color: rgb(14, 14, 12); color: whitesmoke}
        50% {background-color: #dad0d6; color: black}
        100% {background-color: rgb(14, 14, 12); color: whitesmoke}
        
    }
}

    /* for desktop styles*/
    @media screen and (min-width: 1200px) {
        body {
            font-size: 20px;
            background-color: black;
        
        }
        .big {
            max-width: 80%;
        }

        .logo-footer h4 a, .logo-main h4 a {
            padding-left: 40px;
        }

     
        .appdesign {
            margin-left: 125px;
            margin-right: 125px;
        }

       
    
}