body {
   
    background-color: #F4F7F3;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header img {
    width: 300px;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.sisalto {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #4A4A4A;
    padding: 0 20px;
    margin-top: -10px;
    
    
}


.off-screen-menu {
    color:#FFFFFF;
    background-color: rgb(34, 37, 49);
    height: 100vh;
    width: 70%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
    transition: .3s ease;
    z-index: 100;
}

.off-screen-menu a {
    color: #FFFFFF;
    text-decoration: none;
}

.off-screen-menu ul {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.off-screen-menu.active {
    right: 0;
}

nav {
    display: flex;
    padding: 0;
}

.ham-menu {
    height: 30px;
    width: 30px;
    margin-left: auto;
    position: relative;
}

.ham-menu span {
    height: 3px;
    width: 100%;
    background-color: #000000;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

.ham-menu span:nth-child(1) {
    top: 20%;
}

.ham-menu span:nth-child(3) {
    top: 80%;
}

.etusivunkuva img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.meistakuva img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color:#000000;

    
}

.nappi {
  background-color: #1A3D2B;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  
}

.nappi a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

footer {
   
   background-color: #1A3D2B;
   color: white;
   text-align: center;
   margin-top: auto;
   
   
}

.lahde a {
    color: #808080;
   
}

.kartta {
    line-height: 0;
    margin: 0;
    padding: 0;
}



.kartta iframe {
    width: 100%;
    height: 300px;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    
    
}

i {
    color: #1A3D2B;
    padding: 0 20px;
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 25px
}

.yhteystieto {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.yhteystieto i {
    font-size: 35px;
    color: #1A3D2B;
}

.yhteystieto p {
    font-size: 18px;
    color: #808080;
    margin: 0;
}

.hero {
  display: grid;
  gap: 2rem;
}

.yhteys-kuva {
    display: none;
}


@media only screen and (min-width: 992px) {
    body {
        margin: 0;
    }

    header {
        margin-left: 20px;
    }

    .sisalto-alue {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 40px;
        
    }

    .etusivunkuva img {
        width: 500px;
        height: 500px;
        object-fit: cover;
        border-radius: 15px;
        margin-top: 50px;
    }

    .sisalto {
        width: 50%;
        margin-right: auto;   
        padding-left: 60px; 
        max-width: 420px;
        
    }

    .sisalto p {
    max-width: 400px; 
    line-height: 1.5;
}

.sisalto h1 {

    max-width: 500px;
    font-size: 40px;
}


.nappi {

   width: 50%;
   
}

.ham-menu {
        display: none; 
    }

.off-screen-menu {
        position: static;
        background-color: transparent;
        height: auto;
        width: auto;
        flex-direction: row;
        align-items: center;
        font-size: 1rem;
        transition: none;
        margin-left: auto;
        margin-right: 40px;
    }

    .off-screen-menu a {
        color: #000000;
    }

    .off-screen-menu ul {
        display: flex;
        flex-direction: row;
        gap: 40px;
        margin: 0;
    }

    .close-btn {
        display: none;
    }

 .kartta iframe {
    width: 100%;
}

.yhteys-kuva img {
        width: 500px;
        height: 400px;
        object-fit: cover;
        border-radius: 15px;
    }

    .meistakuva img {
        width: 500px;
        height: 500px;
        object-fit: cover;
        border-radius: 15px;
        margin-top: 50px;
    }

.yhteys-kuva {
        display: block;
    }
   
.off-screen-menu ul li a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.off-screen-menu ul li a:hover {
    color: #1A3D2B;
}

.off-screen-menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background-color: #1A3D2B;
    transition: width 0.3s ease;
}

.off-screen-menu ul li a:hover::after {
    width: 100%;
}

.off-screen-menu ul li a.active {
    color: #1A3D2B;
    font-weight: 600;
}

.off-screen-menu ul li a.active::after {
    width: 100%;
}

}
