@import "_reset.css";
html {
    font-size: 0.625em; /* 10px */
    color: white;
}

body {
    background-color: black;
    font-size: 1.4em;
    font-family: 'helvetica neue', monospace;
}



/*p {
    margin-left: 0.8em;
}*/

a {
    text-decoration: none;
    color: white;
}




.contactabouts {
    margin-left: 50%;
    text-align: left;
    padding-top: 1em;
    text-decoration: none;
    text-emphasis-color: white;
}

h1, .contact-padding {
    text-decoration: none;
    color: white;
    padding-top: 3em;
    text-align: center;

}



h2 {
    font-weight: bold;
    font-size: 2em;
    padding-bottom: 0.8em;
    margin-left: 0.4em;
    padding-top: 1em;
    
}


.swiper {
    margin: 4em;
    width: 80vw;
    height: 80vh;
    object-fit:contain;

}
.swiper-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;

}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;


}
.swiper-button-next, .swiper-button-prev {

    background-image: url('/assets/cursor/cursor_slide.svg');
    background-repeat: no-repeat;
    object-fit: cover;
    height: 100%;
    width: 20vw;
    align-content: center;
}

.project-container {
    display: flex;
    flex-direction: row;
}



.left {
    display: flex;
    flex-direction: column;
    width: 50vw;
    padding-left: 0.8em;
}

@media only screen and (max-width: 600px) {

    .project-container {
        flex-direction: column;
    }
    
     video{
         max-width: 100vw;
    } 
    
.text {
        width: 100%;
        padding-left: 0.8em;
        
    }
    
    
    
    img {
        width: 98vw;
        height: 100%;
        padding-bottom: 1em;
        padding-right: 1em;
        
    }
    
   
    
    .swiper-wrapper {
        width: 90vw;
        height: auto;
        
    }
    
    .swiper {
        height: auto;
    }
}


@media only screen and (min-width: 601px) {
    
    body{
         padding-left: 2em;
    }

    .project-container {
        flex-direction: row;
    }
    
    img {
        width: 70%;
        height: auto;
        padding-bottom: 1em;
        padding-right: 1em;
        
    }
    video{
         max-width: 98vw;
    } 
    .text {
        width: 40%;

        
    }
    
    .left{
        width:50%;
        height: auto;
    }
    
    .swiper-wrapper {
        width: 90vw;
        
    }
    
    .swiper-button-prev, .swiper-button-next {
    
        max-width: 10vw;
    }
}