
html {
    min-height: 100vh;
}

html {
    display: flex;
    flex-direction: column;
}

body {
    flex-grow: 1;
}

.logorivi {
    background-color:#CA97C7;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.logorivi img {
    height: 180px;
}


 @font-face {
    font-family: 'Gentium Plus';
    src: url('../fonts/GentiumPlus-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
 }

.nav-linkit {
    display: flex;
    justify-content: center;
    text-align: center;
    list-style: none;
    object-fit: center;
    margin: 0;
    font-family: 'Gentium Plus';
    background-color: #243960;
    padding-left: 0%;
}

.nav-linkit a {
    display: flex;
    text-decoration: none;
    font-size: 24px;
    color: white;
    margin: 2px;
    padding: 16px;
    padding-top: 10px;
    padding-right: 18px;

}

.nav-linkit a:hover {
    border: 2px solid white;
    margin: 0px;
}

.hamburger {
    display: none;
}


.karuselli {
    width: 100%;
    overflow: hidden;
}

.karusellinsisältö {
    display: flex;
    position: relative;
    width: 400vw;
    animation: liuku 20s infinite;
}

.karusellinsisältö img {
    width: 100vw;
    height: auto;
    max-height: 70vh;
}

@keyframes liuku {
  0%  { transform: translateX(0); }
  25% { transform: translateX(-100vw); }
  50% { transform: translateX(-200vw); }
  75% { transform: translateX(-300vw); }
  100%{ transform: translateX(0); }
}

@media (max-width: 768px) {
    .esittelytaiteilijasta {
        padding-left: 0px !important;
    }

    .esittelytaiteilijasta h1 {
        padding: 0px !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .sisainenboksi {
        flex-direction: column;
    }

    .kolmekuvataiteilijasta {
        width: 200px;
        height: auto;
    }


    .nav-linkit{
        display: none;
        flex-direction: column;
        background-color: #243960;
        position: absolute;
        top: 168px;
        right: 8px;
        width: 225px;
        padding: 5px;
        z-index: 9999;

    }

    .nav-linkit.active{
        display: flex;
    }

    .hamburger {
        display: flex;
        position: absolute;
        right: 35px;
        top: 75px;
        font-size: 30px;
        color: white;
        border-radius: 4px;
        border: 2px solid white;
    }

    #Otayhteyttänappi {
        margin-right: -50px;
    }

    #yhteystiedot {
        padding-left: -70px;
    }

    #kuvauksenteksti {
        padding-left: 55px;
    }

    #taide {
        margin-bottom: -50px;
    }

    .taideteokset_teokset {
        padding-bottom: 25px;
    }
}

.kolmekuvataiteilijasta {
    animation: photo 5s ease-out;
    width: 150px;
    height: auto;
}

.img-main {
    padding: 10px;
    width: 350px;
    height: auto;
}

.esittelytaiteilijasta h1 {
    padding: 20px;
}

@keyframes photo {
    from {transform: translateX(-200px);}
    to {transform: translateX(-700px) ;}

}


@media (max-width: 1024px) {
    .sisainenboksi {
        display: flex;
        flex-direction: column;
    }
}

.esittelytaiteilijasta {
    border: solid 30px;
    border-color: #FBD7F9;
    background-color: #FFFEEF;
    padding-bottom: 40px;
}


.kolmekuvataiteilijasta {
    padding-left: 250px;
    padding-top: 150px;

}

.kolmekuvataiteilijasta {
    animation: photo 5s ease-out;
    width: 500px;
    height: auto;
}

@keyframes photo {
    from {transform: translateX(300px);}
    to {transform: translateX(0) ;}
}

#kuvat {
    padding-bottom: 100px;
}


#Otayhteyttänappi  {
    background-color: #FFC97E;
    color: black;
    font-family: 'Gentium Plus';
    text-align: center;
    display: block;
    margin: 0 auto;
    width: fit-content;
    height:auto;
    font-size: 15pt;
}

#Otayhteyttänappi:hover {
    background-color: #CA97C7;
    color: white;
}

.etusivuntaideteokset {
    background-color: #FFFEEF;

}

#etusivunkolmikko {
    justify-content: center;
    gap: 30px;
    padding-top: 138px;
    background-color: #FFFEEF;
    text-align: center;
    align-items: center;
    font-family: 'Gentium Plus';
}


.etusivuntaideteokset img {
    width: 343px;
    height: 345px;

}

#etusivunkolmikko a {
    padding: 5px;
    border: 0;
    border-color: white;
}
#etusivunkolmikko a:hover{
    border: solid 5px; 
    padding: 0;
    border-color: #BCF2AE;
}

#etusivunkolmikko p {
    font-size: 20px;
}


#nappi  {
    background-color: #FFC97E;
    color: black;
    font-family: 'Gentium Plus';
    text-align: center;
    align-items: center;
    width: auto;
    margin-bottom: 80px;
    
}

#nappi:hover {
    background-color: #CA97C7;
    color: white;
}

.TaideteoksetSivunBody {
    background-color: #FFFEEF;
    font-family: 'Gentium Plus';
}

.TaideteoksetSivunBody img {
    width: 343px;
    height: 345px;
}

.TaideteoksetSivunBody a {
    padding: 5px;
    border: 0;
    border-color: white;
}
.TaideteoksetSivunBody a:hover{
    border: solid 5px; 
    padding: 0;
    border-color: #BCF2AE;
}

#kuva {
    width: 900px;
    height: 350px;
}


@media (min-width: 992px) {
    #kolmekuva {
        padding-left: 200px;
        padding-right: 200px;
    }

    .taideteokset_teokset {
        padding-bottom: 100px;
        width: 100px;  
    }

    .taideteokset_teokset img {
        width: 100px;
    }

    #otayhteyttakokonaisuus {
         width: 350px;
    }
}

@media (max-width: 1024px) {
    #otayhteyttäkokonaisuus {
        margin-left: 100px;
        width: 500px; 
        margin-left: 250px;
    }

    .taideteokset_teokset {
        padding-bottom:  100px;

    }

    #otayhteyttakokonaisuus {
        padding-left: 250px;
    }
}

 #kuvausteksti {
    padding: 10px;
 }

 
 #tekstikuvaus {
    padding: 10px;
 }

html, body {
    min-height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.esittelytaiteilijasta {
    flex: 1;
}

.Nayttelyt h1 {
    font-family: 'Gentium Plus';
    color: #CA97C7;
    font-weight: bold;
}

.Nayttelyt p {
    font-family: 'Gentium Plus';
    font-size: 20px;
}

.Nayttelyt img {
    width: 100px;
    height: auto;
}

