body {
    overflow-y: scroll;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f1f3f6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    
a:hover {
    text-decoration: none;
}
    
.mHero {
    background-image: linear-gradient(to bottom, rgba(252, 252, 252, 0), rgba(0, 0, 0, 0.7)), url('img/kirstinmaki15.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mHero2 {
    background-image: url('img/kaivinkone_merja_2.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: cover;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mHero3 {
    background-image: url('img/talvi_1_2.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-position: center bottom; 
    background-size: cover;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mHero4 {
    background-image: url('img/talvi_2_2.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: cover;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.mHero h3, .mHero2 h3 {
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.38px;
    line-height: 43px;
    overflow-wrap: break-word;
}

.mHero p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

h1 {
    color: rgb(7, 16, 33);
    display: inline;
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    height: auto;
    letter-spacing: normal;
    line-height: 27.6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.big {
    font-size: 3rem;
    color: #4267B2;
}

.fpBox {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top: 5px solid #549EF2;
}

.fpBox hr {
    border-top: 1px solid #888;
}

.content_btn {
    background-color: #f1f3f6;
    color: rgb(7, 16, 33);
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
    
.content_btn:hover {
    background-color: rgb(13, 75, 193);
    color: white;
}

.mNotice .badge {
    background-color: #f1f3f6;
    color: rgb(7, 16, 33);
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.1px;
    line-height: 24px;
    padding: 2px 9px 2px 9px;
    text-transform: uppercase;
}

.nav .nav-link {
    background-color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
    
.nav .nav-link:hover, .nav .nav-link.active {
    background-color: rgb(13, 75, 193);
    color: white;
}

/******************** TALOYHTIÖ *************************/
.infoBox {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top: 5px solid #FCAF4A;
}

/******************** PALVELUT *************************/
.servicesBox {
    background-color: #fff;
    xcolor: #b9b9b9;
    border-top: 5px solid #2aaac1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/******************** YHTEYSTIEDOT *************************/
.contactsBox {
    background-color: #fff;
    xcolor: #b9b9b9;
    border-top: 5px solid #5ad67d;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contactsBox img {
    max-width: 200px;
}

.contactsBox h1 { xcolor: #fff; }
.contactsBox h4 { font-size: 1.5em; font-weight: 600; line-height: 1.2em; }
.contactsBox .description { xcolor: #b9b9b9; }
.contactsBox .sub_header { xcolor: #fff; font-size: 14px; text-transform: uppercase; font-weight: bold; }
.contactsBox a { xcolor: #fff; }
.contactsBox a:hover, .contactsBox a:focus { xcolor: #fff; text-decoration: none; }

.arrows {
    font-size: 22px;
    line-height: 14px;
}
