@font-face {
    src: url(font/Rajdhani-Regular.ttf);
    font-family: Rajdhani-Regular;
}

body {
    margin: 10px;
}

.container {
    display: grid;
    grid-template-columns: 1fr;    
}


.disthenavbar {
    display: flex;
    justify-content: space-between;
    padding: 38px;
    font-family: Rajdhani-Regular;
    
}

.rightside {
    font-size: 1.3em;
}

.leftside {
    display: flex;
    font-family: Rajdhani-Regular;

}

.disthenavbar > .leftside > div {
    margin-right: 20px;
    font-size: 1.3em;
    text-transform: uppercase;  
    font-family: Rajdhani-Regular;
    
}

.navwrapperlink {
    height: 22px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.4s;
}

.navwrapperlink a {
    color: #8a8a8a;
    text-decoration: none;
    transition: color 0.4s;
    
}

.navwrapperlink:hover {
    border-bottom: 1px solid black;
}

.navwrapperlink a:hover {
    color: black
}

.active-nav-link {
    border-bottom: 1px solid black;

}

.active-nav-link a {
    color: black !important;

}

.portfolio-items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;


}

.portfolio-item-wrapper {
    position: relative;
    padding: 10px;
}

.portfolio-img-background {
    height: 400px;
    width: 100%; 
    background-size: cover;
    background-position: center;  
    background-repeat: no-repeat;
}




.img-text-wrapper2 {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0, 0.5);
    color: #ffffff;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Rajdhani-Regular;
    opacity: 0;
    transition: opacity 0.5s;
    
}

.img-text-wrapper2:hover {

    opacity: 1;
}

.img-text-wrapper3 {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0, 0.5);
    color: #ffffff;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Rajdhani-Regular;
    opacity: 0;
    transition: opacity 0.5s;
}

.img-text-wrapper3:hover {

    opacity: 1;
}

.img-text-wrapper4 {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0, 0.5);
    color: #ffffff;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Rajdhani-Regular;
    opacity: 0;
    transition: opacity 0.5s;
    
    

   
}

.img-text-wrapper4:hover {

    opacity: 1;
}

.img-projecten-glasinlood {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0, 0.5);
    color: #ffffff;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Rajdhani-Regular;
    opacity: 0;
    transition: opacity 0.5s;
}

.img-projecten-glasinlood:hover {

    opacity: 1;
}


.img-projecten-blijven {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0, 0.5);
    color: #ffffff;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Rajdhani-Regular;
    opacity: 0;
    transition: opacity 0.5s;
    
    
}

.img-projecten-blijven:hover {

    opacity: 1;
}

.img-text-wrapper5 {

    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background-color: rgba(0,0,0, 0.5);
    color: #ffffff;
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Rajdhani-Regular;
    opacity: 0;
    transition: opacity 0.5s;
    

}

.img-text-wrapper5:hover {
    opacity: 1;
   
    
}



.subtitle a {

    Font-size: 4em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;


}




/*

.subtitle a {
    transition: 0.5s;
    font-weight: 600;
    
    color: transparent;
   


    
}

.subtitle a {
    color: transparent;
    text-decoration: none;
    transition: color 0.4s;
    
}
.subtitle a:hover { 
    font-weight: 600;
    color: #ffffff

    
}

.img-darken {
    transition: 0.5s;
    filter: brightness(50%)
    

}

*/

/*about*/

.two-column-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-family: Rajdhani-Regular;
}

.profile-image-wrapper img {
    width: 100%;
    
}

.profile-content-wrapper {
    padding: 30px;
}

.profile-content-wrapper h1 {
    color:#8a8a8a
}

/* galerij*/


.content-wrapper-strip {
    display: grid;
    grid-template-columns: 1fr;
   
}

.afbeeldingstrip-wrapper {
    position: relative; 
    padding-right: 300px;
    padding-left: 300px;
    padding-top: 30px;
   
    
}

.strip-img-wrapper {
    margin:0 auto;
    height: 600px;
    width: 800px; 
    background-size: cover;
    background-position: center;  
    background-repeat: no-repeat;
   
}




@media (max-width: 600px) {

    .disthenavbar {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        font-family: Rajdhani-Regular;
        
    }

    .portfolio-items-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
    
    
    }
    .portfolio-img-background {
        height: 150px;
        width: 100%; 
        background-size: cover;
        background-position: center;  
        background-repeat: no-repeat;
    }

    .strip-img-wrapper {
        height: 300px;
        width: 100%; 
        background-size: cover;
        background-position: center;  
        background-repeat: no-repeat;
       
    }
    
    .afbeeldingstrip-wrapper {
        position: relative; 
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
    }

    /*about*/


    .two-column-wrapper {
    
        grid-template-columns: 1fr;
        font-family: Rajdhani-Regular;
    }

    .subtitle a {

        Font-size: 2em;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 400;
        text-decoration: none;
    
    
    }
    
    .rightside {
        font-size: 1em;
 
   }

   .disthenavbar > .leftside > div {
    margin-right: 20px;
    font-size: 1em;
    text-transform: uppercase;  
    font-family: Rajdhani-Regular;
    
}
}

