

body {

    font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    font-size: 1.4rem !important;
    line-height: 2.2rem !important;
    text-align: left;

}

.d-2 {

    background-image: url("ylakuva_toimitilat.jpg");
    background-size: cover;
    background-position: center center;
    text-align: center;

}

.ylakuva img {
    height: 350px;
}


.d-3 {
    padding: 6rem 0rem;
}


hr {
    margin-top: 2rem !important;
}

h1, h2, h3 {
    font-weight: 900 !important;
    color: #000;
}

h1 {
    font-size: 2em !important;
    margin-bottom: 1.5em !important;
    text-transform: uppercase;
}

h2 {
    font-size: 1.4em !important;
    margin: 1.5em 0em 1.5em 0em !important;
    text-transform: uppercase;
}

h3 {
    font-size: 1.2m !important;
    margin: 1.5em 0em 1.5em 0em !important;    
    color: #185373;
}

.alert {
    font-size: 1.1rem;
}

a, a:hover {
        
        color: #0b1a70 !important;

        margin-bottom: 1rem;

    }




.d-6 {

    background-color: #252525;

    color: #ffffff;

    padding: 3rem 0rem;

    text-align: left;



    h2 {

        color: #fff !important;

    }



    a {

        color: #f2862c;

        font-weight: 6s00;

    }

}



.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;

}






.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;

    }



}