
body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2em !important;
    padding-bottom: 0em !important;
    padding-top: 0em !important;
}

.navbar {
    margin-bottom: 0em !important;
}

.navbar-nav {
    padding: 13px 10px !important;
}

.navbar-brand img {
    height: 50px;

}

.d-2 {
    background-image: url("ylakuva_taukotuli.jpg");
    background-size: cover;
    background-position: center center;
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;

}

.d-2 p {
    padding: 2em 0em;
}

.d-3 {
    padding: 3em;
    vertical-align: middle;
    font-size: 1.1em;
}

.d-4 {
    background-color: #ebebeb;
    padding: 3em;
    vertical-align: middle;
    font-size: 1.1em;
}


.image {
    text-align: right;
}



.d-5 {
    background-color: #1f1f1f;
    padding: 3em;
    font-size: 1.1em;
}

.transparent {
    background: rgba(0, 0, 0, 0.4) !important;
    padding: 3em 0em 2em 0em;
}

.ylakuva {
    text-align: center;
}

.ylakuva img {
    height: 350px;
}

.teksti {
    padding: 2em !important;
}

.logot {
    
}

.taukotulet {
    height: 120px;
    margin-right:4em;
}

.suomen-latu {
    height: 60px;
}

h2 {
    font-size: 2em !important;
    font-weight: 700 !important;
    margin-bottom: 1.5em !important;
}

.d-3 p, .d-4 p {
    line-height: 1.8em !important;

}

footer {
    color: #fff;
}

footer a {
    color: #e7a633;
}






@media only screen and (max-width: 576px) {
    .d-3, .d-4, .d-5 {
       padding: 2em 1em 0em 1em;
       font-size: 1em;
       line-height: 1.4em;
    }

    .navbar-brand img {
        height: 40px;
    }

    .ylakuva img {
        height: 250px;
    }

    .d-2 {
        font-size: 1em;
        line-height: 1.8em;
    }

    .transparent {
        background: rgba(0, 0, 0, 0.4) !important;
        padding: 1em 0em 0em 0em;
    }

    .teksti {
        padding: 1em !important;
    }

    h2 {
        font-size: 1.6em !important;
        margin-top: 0.4em !important;
        margin-bottom: 0.5em !important;
    }

    footer {
        line-height: 1.8em;
    }

    .taukotulet, .suomen-latu {
        margin-bottom: 2em;
    }
    
  }