*{
    box-sizing: border-box;
    font-family: objektiv-mk2, sans-serif;
}
body *{
    line-height: 1.5em;
}
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 0;
    overflow-x: hidden;
}
#Etusivu{
    width: 100%;
}
#Navigaatiopalkki{
    width: 100%;
    height: 90px;
}
#Yritys{
    position: relative;
    left: 50px;
    top: 50px;
    font-size: min(4vw, 1.7em);
    font-weight: 700;
}
#Linkit{
    float: right;
    position: absolute;
    right: 5vw;
    top: 50px;
    padding-left: 10vw;
    font-size:1em;
    font-weight: 500;
}
#Linkit a{
    margin-left: 3vw;
    color: #000;
    text-decoration: none;
}
#Soita{
    position: fixed;
    float: right;
    right: 50px;
    font-weight: 500;
    background: white;
    height: 44px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 5vh;
    border-radius: 20px;
    font-size: 1.1em;
    color: #000;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0px 0px 10px #0002;
}
#Soita i{
    font-size: 1.1em;
    margin-left: 20px;
}
#EtusivunTausta{
    width: 100%;
    height: 95vh;
    background: #082F0C;
    color: white;
    display: inline-block;
}
#EtusivuWrapper{
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
#EtusivunTeksti{
    padding-top: 33vh;
    font-size: 1.4em;
    font-weight: 500;
    display: inline-block;
}
#EtusivunTeksti h1{
    font-size: 1.5em;
    font-weight: 900;
}
#EtusivunKuva{
    display: inline-block;
    float: right;
    right: 0;
    padding-top: 26vh;
    width: 700px;
    max-width: 98%;
    padding-right: 30px;
    padding-left: 30px;
}
#EtusivunKuva img{
    border-radius: 20px;
    top: 25vh;
    width: 100%;
}
#Palvelut{
    width: 100%;
    background: #E8E8E8;
    padding-bottom: 15vh;
    overflow: hidden;
}
#PalvelutSisalto{
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
#Palvelut h2{
    padding-top: 10vh;
    font-weight: 900;
    font-size: 1.5em;
    margin-left: 4.5%;
}
#EsittelyTeksti{
    padding-top: 3vh;
    font-weight: 400;
    font-size: 1.1em;
    margin-left: 4.5%;
}
.PalveluKortti{
    display: inline-block;
    width: 450px;
    margin-right: 4.5%;
    margin-left: 4.5%;
    background: white;
    border-radius: 20px;
    margin-top: 5vw;
    padding-bottom: 3%;
    vertical-align: top;
}
.KortinKuva img{
    width: 90%;
    height: 250px;
    object-fit: cover;
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.KortinTeksti h3{
    font-weight: 400;
    font-size: 1.3em;
}
.KortinTeksti{
    font-weight: 200;
    margin-left: 10%;
    font-size: 1em;
    margin-right: 10%;
}

#Kuvia{
    width: 100%;
    background: #fff;
    padding-bottom: 15vh;
    overflow: hidden;
}
#KuviaSisalto{
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
#Kuvia h2{
    padding-top: 10vh;
    font-weight: 900;
    font-size: 1.5em;
    margin-left: 4.5%;
}
#Kuvia .Kuva{
    width: 300px;
    margin: 40px;
    display: inline-block;
    vertical-align: top;
}
#Kuvia .Kuva .KuvaWrapper{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    position: relative;
    transition: 300ms;
}
#Kuvia .Kuva img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top:0;
}
#Kuvia .Kuva .KuvaWrapper:hover{
    transition: 300ms;
    transform: scale(2);
    transition-delay:0.5s;
    z-index: 100;
}
#Kuvia .Kuva .KuvaWrapper:hover img{
    object-fit: contain;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
#Kuvia .Kuva .Kuvateksti{
    margin-top: 15px;
    padding-left: 5px;
}
#Yhteystiedot{
    width: 100%;
    background: #082F0C;
    color: white;
    overflow: hidden;
    padding-top: 5%;
    padding-bottom: 15%;
    display: inline-block;
}
#Yhteystiedot h2{
    font-weight: 900;
    text-align: center;
    font-size: 1.5em;
}
#Tiedot{
    vertical-align: middle;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    margin-top: 10vh;
}
#Henkilot{
    padding-right: 30px;
    display: inline-block;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#YrityksenTiedot{
    font-weight: 400;
    display: inline-block;
    font-size: 1.8vh;
    vertical-align: middle;
    margin-right: 5%;
    padding-left: 30px;
}
.HenkiloTiedot{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
    margin-left: 5%;
    text-align: left;
}
.HenkilonKuva{
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}
.HenkilonKuva img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
}
.HenkilonTiedot{
    font-weight: 400;
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
}
.HenkilonTiedot #Nimi{
    font-weight: 700;
}
#Alapalkki{
    width: 100%;
    height: 5vh;
    background: #1F1F1F;
    color: white;
    overflow: hidden;
    text-align: center;
    vertical-align: middle
}
#AlapalkinTeksti{
    font-weight: 200;
    padding-top: 15px;
    padding-bottom: 15px;
}
#ModaaliTausta{
    position: fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0.3);
    display:none;
}
#Modaali{
    width: min(100vw, 850px);
    border-radius: 20px;
    background: white;
    padding: 20px;
    margin: auto;
    margin-top: 50px;
    padding-top: 50px;
    position: relative;
}
#SuljeIkkuna{
    position: absolute;
    right: 10px;
    top: -3px;
    padding: 5px;
    border: none;
    font-size: 1.4em;
    background: none;
    font-family: "Comic Sans MS", "Comic Sans";
    cursor: pointer;
}
a{
    color: #082F0C;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}