html, body {
    margin: auto;
    max-width: 1400px;
    padding: 0;
    
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.banner {
    margin: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: solid white;
}

.banner img {
    max-width: 100%;
    height: auto;
}
#slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Euphoria Script', cursive;
    font-size: 28px;
    margin-top: 3px;
    margin-bottom: 5px;
    width: 100%; 
    height: 30px;
    text-align: center; 
    opacity: 1;
    transition: opacity 2s ease-in-out;
}
.Pääkuva {
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 100%;
    margin: auto;
}

.Pääkuva img {
    width: 100%;
}
.mobile{
    display: none;
}

hr {
    width: 90%;
    margin-bottom: 0;
}

section, aside {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    font-family: 'Euphoria Script', cursive;
    font-size: 42px;
    letter-spacing: -0.7px; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    font-weight: 600;
}

h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 23px;
    font-weight: 300;
}
h3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 5px;
    font-family: 'Euphoria Script', cursive;
    font-size: 39px;
}
.tietoa {
    font-family: "Barlow Condensed", sans-serif;
    text-align: center;
    font-size: 19px;
    margin-bottom: 50px;
}


#omaKuva img {
    float: left;
    margin: auto;
    margin-top: 30px;
    margin-left: 17%;
    width: 74%;
    
}
.VKS-sormukset{
    width: 110%;
    margin-left: -4.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 50px;

}
.VKS-sormukset img{
    width: 30%;
    margin-right: 5px;
    margin-left: 5px;
    border: solid#000 4px;
    
}

#Kuvat {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
aside #TaustaMinusta{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    
}

#Kuvat img {
    max-width: 100%;
    height: auto;
    margin: 10px;
}
#Omakuva{
    margin: auto;
    width: 55%;
    margin-bottom: 20px;
}
#Omakuva img{
    width: 100%;
    border: solid black 4px;
}

#haatlehtiKuvat {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Lisää väliä kuvien väliin */
}

#haatlehtiKuvat img {
    margin-top: 10px;
    width: 80%; /* Säädä tarvittaessa */
    border: 4px solid #28361b;
}
.Listat{
    margin-top: 30px;
    margin-left: 150px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;

}
.VaihtuvatKuvat {
    margin-top: 30px;
    float: left;
    width: 81%;
    height:81%;
    position:relative;
    margin-right: 8%;
    opacity: 1;
    transition: opacity s ease-in-out;
}

.VaihtuvatKuvat img {
    width: 100%;
    height: auto;
    display: none;
}
.visible {
    display: block;
}
.Gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    width: 90%;
    flex-wrap: wrap;
}

.Gallery img {
    width: calc(33% - 20px);
    margin: 10px; 
    border: 4px solid white; 
}

#clearFloats {
    content: "";
    display: table;
    clear: both;
}

#footerteksti {
    display: flex;
    align-items: last baseline;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 97%;
    height: 110px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
}

footer #Links a {
    margin: 0 5px;
    display: inline-block;
}

footer #Links img {
    margin-top: 0px;
    width: 120px; 
    height: 120px; 
}
 footer p{
    margin-top: -25px;
    font-size: 11px;
 }

/*suurenevat kuvat*/
.modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.8); 
    justify-content: center;
    align-items: center;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 10px;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 10px;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}


@media screen and (max-width: 1408px){
    #omaKuva {
        margin-left: 2%;
        margin-bottom: 5px; /* Vähennetään väliä */
        width: 69%;
    }

    #omaKuva img {
        width: 100%; /* Kuva täyttää #omaKuva:n */
        border: solid #000 3px;
    }

    .VaihtuvatKuvat {
        margin-top: 24px; /* Tiivistetään yläreunan väliä */
        margin-left: 10%;
        width: 70%;
    }
}
@media screen and(min-width: 1281px) {
 
    #omaKuva{
        width: 80%;
    }
    #omaKuva img {
        float: left;
        margin: auto;
        margin-top: 30px;
        margin-left: 100px;
        width:100%;
        border: solid #000 3px;
    }
    .VaihtuvatKuvat {
        margin-top: 30px;
        margin-left: 25px;
        float: left;
        width: 73%;
        height:73%;
        position:relative;
        margin-right: 2%;
    }
    
    .VaihtuvatKuvat img {
        width: 100%;
        height: auto;
        display: none;
        
    }
    
    .visible {
        display: block;
    }
    
}
@media screen and ( min-width:1025px ) and (max-width: 1280px) {

  
    #omaKuva {
        margin-left: 5%; /* Siirretään kuva vasemmalle */
        width: 75%; /* Säädetään leveys */
        margin-right: 5px;
    }

    #omaKuva img {
        width: 100%; /* Kuva täyttää #omaKuva:n */
        border: solid #000 3px;
    }
    .VaihtuvatKuvat {
        margin-top: 30px;
        float: left;
        width: 81%;
        height:81%;
        position:relative;
        margin-right: 8%;
    }
    
    .VaihtuvatKuvat img {
        width: 100%;
        height: auto;
        display: none;
        
    }
    
    .visible {
        display: block;
    }
}

@media ( min-width: 778px ) and ( max-width :  1024px ) {

    .banner img {
        width: 50%;
        margin-bottom: 0;
    }
  

    .banner {
        margin-top: 5px;
    }

    #omaKuva {
        display: flex;
        flex-direction: column;
        align-items: center; /* Keskitetään sisältö vaakasuunnassa */
        justify-content: center; /* Keskitetään sisältö pystysuunnassa */
        width: 90%;
        margin: 0 auto; /* Keskittää #omaKuva:n itsensä */
    }
    #omaKuva img {
        width: 100%;
        text-align: center;
        margin: 0 auto; 
        height: auto;
        border: none;
    }
    .VaihtuvatKuvat {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 10px 0;
    }


    .VaihtuvatKuvat img {
        width: 100%;
        height: auto;
        margin: 10px 0; 
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    aside {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer {
        width: 90%;
        height: 60%;
    }

    footer #Links img {
        width: 100px;
        height: 100px;
    }

    #footerteksti {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .tietoa{
        font-size: 17px;
        padding-left: 20px;
        padding-right: 20px;

    }
    h1{
        margin-top: 5px;
        font-size: 40px;
    }
    .Gallery img {
        width: 130px;
        margin: 2px; 
        border: 4px solid white; 
    }
    h3{
        text-align: center;
        font-size: 20px ;
    }
    h2{
        text-align: center;
        margin-top: 13px;
        font-size:30px ;
        padding-left: 20px;
        padding-right: 20px;
    }
    #haatlehtiKuvat img{
        margin-top: 0px;
        width: 90%;
        border: 2px solid #28361b;
    }
    #haatlehtiKuvat {
        margin-top: 0px;
    }
    .Listat{
        text-align: left;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 17px;
    }
    .VKS-sormukset {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #Omakuva{
        width: 90%;
    }
    .VKS-sormukset img {
        width: 90%;
        border: solid #000 2px;
        margin-bottom: 10px; 
    }
    
}


@media ( min-width:  481px ) and ( max-width:  777px ) {
  
    .banner img {
        width: 50%;
        margin-bottom: 0;
    }

    .banner {
        margin-top: 5px;
    }
    #slogan{
        font-size: 15px;
      
    }
    #omaKuva {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 94%;
    }

    .VaihtuvatKuvat {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 10px 0;
    }

    #omaKuva img {
        width: 87%;
        margin: 0 auto; 
        height: auto;
        border: none;
    }

    .VaihtuvatKuvat img {
        width: 92%;
        height: auto;
        margin: 10px 0; 
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    aside {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer {
        width: 90%;
        height: 60%;
    }

    footer #Links img {
        width: 100px;
        height: 100px;
    }

    #footerteksti {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .tietoa{
        font-size: 17px;
        padding-left: 20px;
        padding-right: 20px;
    
    }
    h1{
        margin-top: 5px;
        font-size: 40px;
    }
    .Gallery img {
        width: 230px;
        margin: 2px; 
        border: 2px solid white; 
    }
    h3{
        text-align: center;
        font-size: 26px ;
    }
    h2{
        text-align: center;
        margin-top: 13px;
        font-size:24px ;
        padding-left: 20px;
        padding-right: 20px;
    }
    #haatlehtiKuvat img{
        margin-top: 0px;
        width: 90%;
        border: 2px solid #28361b;
    }
    #haatlehtiKuvat {
        margin-top: 0px;
    }
    .Listat{
        text-align: left;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 17px;
    }
    .VKS-sormukset {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #Omakuva{
        width: 90%;
    }
    .VKS-sormukset img {
        width: 90%;
        border: solid #000 2px;
        margin-bottom: 10px; 
    }
  }
  @media(max-width: 480px) {
    .banner img {
        width: 50%;
        margin-bottom: 0;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    
    .banner {
        margin-top: 5px;
    }
    #slogan{
        font-size:12px;
        margin-top: -10px;
    }
    #omaKuva {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 94%;
    }

    .VaihtuvatKuvat {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 10px 0;
    }

    #omaKuva img {
        width: 87%;
        margin: 0 auto; 
        height: auto;
        border: none;
    }

    .VaihtuvatKuvat img {
        width: 92%;
        height: auto;
        margin: 10px 0; 
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    aside {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer {
        width: 90%;
        height: 65px;
        margin-bottom: 20px;
    }
   
    footer #Links img {
        width: 70px;
        height: 70px;
        margin-top: -2px;
        
    }

    #footerteksti {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 0px;
    }
    footer p{
        font-size: 9px;
        margin-top: -12px;
       
    }
    .tietoa{
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 0.9;
        margin-bottom: 10px;

    }
    h1{
        padding-top: 10px;
        margin-top: 5px;
        font-size: 30px;
        font-weight: 350;
        margin-bottom: 0
        ;
    }
    .Gallery img {
        width: 140px;
        margin: 2px; 
        border: 2px solid white; 
    }
    h3{
        text-align: center;
        font-size: 23px ;
        font-weight: 300;
        margin-bottom: 5px;
    }
    h2{
        text-align: center;
        margin-top: 13px;
        font-size:23px ;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 350;

    }
    #haatlehtiKuvat img{
        margin-top: 0px;
        width: 90%;
        border: 2px solid #28361b;
    }
    #haatlehtiKuvat {
        margin-top: 0px;
    }
    .Listat{
        text-align: left;
        margin-top: 10px;
        margin-left: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        line-height: 1;
    }
    .VKS-sormukset {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #Omakuva{
        width: 90%;
    }
    .VKS-sormukset img {
        width: 90%;
        border: solid #000 2px;
        margin-bottom: 10px; 
    }
}