@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.EQlogo {
    margin: 15px;
    margin-bottom: 30px;
}
.navbar {
    min-height: 80px;
    border-bottom: 0.25vh solid black;
}
.nav-link {
    font-size: 18px;
    margin-left: 10px;
    border-radius: 1vh;
    margin-top: 4px;
}
.nav-link:hover {
    text-decoration: underline;
}
.nav-link:active {
    color: black;
}
.kolumni {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.featurette-divider {
    margin: 5rem 0;
}
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}
.featurette {  
    display: flex;
    align-items: center;
}
.text-muted {
    margin-top: 10px;
    margin-bottom: 10px;
}
.otsikko-kuva {
    margin-bottom: 20px;
    margin-top: 20px;
}
.laatukuvat {
    display: flex;
    justify-content: center;
    align-items: center;
}
.kuvateksti {
    width: 300px;
}
.page-footer {
    color: white;
}
.copyright {
    color:white;
}

@media (orientation: landscape) and (min-width: 1000px) {
    .poster {
        height: 40vh;
        background-color: #4b6880;
        font-size: 3.5em;
        font-family: Roboto;
        color: white;
        display: flex;
        align-items: center;
    }
    .nelkut {
        width:65px;height:65px;margin-left:10px;
    }
    .console-container {
        margin-left: 100px;
        margin-right: 100px;
        display: block;
    }
}
@media (orientation: landscape) and (max-width: 1000px) {
    .poster {
        height: 60vh;
        background-color: #4b6880;
        font-size: 2em;
        font-family: Roboto;
        color: white;
        display: flex;
        align-items: center;
    }
    .nelkut {
        width:50px;height:50px;margin-left:10px;
    }
    .tekstikuva {
        align-items: flex-end;
    }
    .console-container {
        margin-left: 50px;
        margin-right: 50px;
        display: block;
    }
}
@media (orientation: portrait) {
    .poster {
        height: 40vh;
        background-color: #4b6880;
        font-size: 1.8em;
        font-family: Roboto;
        color: white;
        display: flex;
        align-items: center;
    }
    .nelkut {
        width:50px;height:50px;margin-left:10px;
    }
    .tekstikuva {
        align-items: flex-end;
    }
    .console-container {
        margin-left: 20px;
        margin-right: 20px;
        display: block;
    }
}


/* TARJOUSPYYNTÖ */

.otsikko-lomake {
    padding-top: 10px;
    padding-bottom: 20px;
}
.yhteystietoni, .yritystiedot {
    padding-top: 20px;
}
.form-container input{
    margin-bottom: 5px;
}
  
.form-container label{
    margin-bottom: 5px;
}
.form-heading {
    margin-top: 10px;
    margin-top: 10px;
}
.lomake {
    padding-bottom: 50px;
}
.tietosuoja {
    color:blue;
    cursor: pointer;
}

/* LOMAKE */
.footer {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background-color: yellow;
}
.lomake-container {
    display: flex;
    min-height: 86%;
    align-items: center;
    justify-content: center;
}
.takaisin-container {
    vertical-align: middle;
}
.takaisin {
    text-decoration: none;
    color: white;
}

/* PALVELUT */
.palvelumme {
    padding-top: 20px;
}