* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f5f5f5;
    font-family: 'Inter', sans-serif;

    overflow-x: hidden;
}




a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.italic {
    font-style: italic;
}

.ayrac {
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.ayrac div {
    height: 1px;
    width: 60%;
    background-color: #a8a8a8;
}

h1 {
    font-weight: 100;
    margin-bottom: 5vh;
    text-align: center;
}

h2 {
    font-weight: 100;
}














.carouselholder {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 50px;
}

.carousel {
    width: 50%;    
}

.slick-prev:before,
.slick-next:before {
  color: #1f1f1f !important; 
}

@media only screen and (max-width: 420px) {
    .carousel {
        width: 80%;    
    }
}


.header {
    height: 100px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 30px;
    font-weight: 200;
    padding-left: 50px;
    height: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 10vw;
    margin-right: 3vw;
}

.social img {
    height: 25px;
    cursor: pointer;
    margin-left: 10px;
}

@media only screen and (min-width: 421px) and (max-width: 1256px) {
    .social {
        width: 20vw;
    }
}

@media only screen and (max-width: 420px) {
    .social {
        width: 30vw;
        margin-right: 20px;
    }

    .logo {
        padding-left: 20px;
    }
}

.edaphoto {
    margin-top: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.edaphoto img {
    height: 300px;
    filter: grayscale(100%);
}





.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    margin-bottom: 50px;
}

.menu div {
    font-weight: 200;
    margin: 5px;
}

.link {
    user-select: none;
    cursor: pointer;
}

.abouttext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-weight: 200;
}

.abouttext p {
    width: 80%;
}


.filmography {
    font-weight: 200;
    padding-left: 10%;
    padding-right: 10%;
}






.academictext {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

    height: 150px;
}

.academictext a {
    font-size: 21px;
}





.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gallery img, .gallerythumb img {
    height: 200px;
    margin: 2px;
}

.gallerythumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}    

.gallerythumb div {
    margin: 10px;
}




.explanation {
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.explanation p {
    max-width: 1000px;
}







.videos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.videos div, .videos iframe {
    width: 960px;
   }

.tampon {
    width: 100% !important;
    height: 170px !important;
}


@media only screen and (max-width: 420px) {
    .videos div, .videos iframe {
        width: 100%;
        height: 100%;
    }
    .tampon {
        width: 100% !important;
        height: 35px !important;
    }
}
