

body {

    font-family: 'Poppins', sans-serif !important;

    font-size: 1.4rem !important;

    font-weight: 300 !important;

}



.d-2 {

    background-image: url("ylakuva_yrityshakemistot.jpg");

    background-size: cover;

    background-position: center center;

    text-align: center;

}



.ylakuva img {

    height: 350px;

}



.d-3 {

    padding: 6rem 0rem;

    text-align: center;

    line-height: 1.8em !important;

}

.location {
    padding: 0.3rem 1rem 0.3rem 3.3rem;
    border: 1px solid #333;
}

input.location {
    background: transparent url("search.svg");
    background-repeat: no-repeat;
    background-position: left 10px top 8px;
    background-size: 30px;
}



.d-4 {

    font-size: 1.2rem !important;
    
    background-color: #ebebeb;

    padding: 6rem 0rem;

    vertical-align: middle;

    line-height: 1.6em;



    h3 {

        margin-bottom: 1rem;

        font-size: 1.5rem !important;
        
        font-weight: 600 !important;

        background-color: #ccc;

        padding: 0.7rem;

        color: #000;

    }



    a {
        
        color: #182153;

        margin-bottom: 1rem;

    }

}


.d-6 {

    background-color: #252525;

    color: #ffffff;

    padding: 3rem 0rem;

    text-align: center;



    h2 {

        color: #fff !important;

    }



    a {

        color: #f2862c;

    }

}



.logo-hakosalo {

    max-width: 200px !important;

    margin-top: 2rem;

}



.logo-header {

    max-width:1000px;

}



.open-icon {

    width: 15px;

}

.highlight {
    background-color: yellow;
 }

.transparent {

    background: rgba(0, 0, 0, 0.5) !important;

    padding: 2em 0em 2em 0em;

}



h2, h3 {

    font-weight: 900 !important;

    color: #000;

}



h2 {

    font-size: 1.8em !important;

    margin-bottom: 1.5em !important;

    text-align: center;

}



.responsive {

    width: 100%;

    height: auto;

}


@media only screen and (min-width: 576px) {

    #location {
        width: 25rem;
    }

}


@media only screen and (max-width: 576px) {



    body {

        font-size: 1.3rem !important;

    }

    

    .ylakuva img {

        height: 100px;

    }



    h2 {

        font-size: 1.4em !important;

        margin-bottom: 1em !important;

    }



    .d-3, .d-4, .d-6 {

        padding: 3rem 0rem;

    }

}