@charset "UTF-8";
.main-img {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    background-image: url(../kuvat/header-03.jpg);
    background-attachment: scroll;
}
.card-header-bg {
    background-color: #e8f2eb;
}
.border-vari {
    border-color: #cfe4d6;
}
.feather {
    width: 15px;
    height: 15px;
    stroke: #00782d;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    margin-right: 8px;
}
.logokuvake {
    display: inline-block;
}
.varjostus {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.marginaali-30 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.logo {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    max-width: 220px;
}
.logo:hover {
	opacity: .8;
}
.kuvake {
    width: 90%;
    max-width: 120px;
}
.puhtaasti-kuvake {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 50px;
}
a {
    color: #00782D;
}
a:hover {
    color: #009C3A;
}

@media (min-width:768px){
.kuvake {
    max-width: 200px;
}
}
