html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
    padding: 0;
    margin: 0;
}
body {
    background: #08b89d;
    font-family: "Gentium Basic", "Georgia", "Times", serif;
    font-size: 100%;
    color: #fff;
}
#page {
    padding: 1.5em;
    width: auto;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
h1 {
    text-align: center;
    margin: 0 0 1em;
}
h2 {
    padding: 0 0 1em;
    font-size: 1.8em;
}
h3 {
    font-size: 1.4em;
    line-height: 1.4em;
}
h4 {
    font-size: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
hr {
    border-top: 1px solid #fff;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    height: 0;
    margin: 0.7em 0;

}
.small {
    font-size: 0.8em;
    text-align: center;
}
#kuvat a {
    width: 23%;
    margin: 1%;
    float: left;
    display: block;
    box-sizing: border-box;
    border: 0.25em solid #fff;
}
#kuvat:after {
    content: " ";
    display: block;
    float: none;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
.clear {
clear: both;
float: none;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
p {
    font-size: 1.25em;
    line-height: 1.4em;
    padding: 0 0 0.3em;
}
#hilight {
    background: none;
    min-height: 0;
}
#hilight .content {
    width: 100%;
    text-align: center;
}
#huutokauppakeisari {
    margin: 1em 0;
}
#huutokauppakeisari div.header {
    width: auto;
    margin: 0 auto;
}
#huutokauppakeisari div.header:after {
    content: " ";
    float: none;
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
#huutokauppakeisari div.header img {
    display: none;
}
#huutokauppakeisari div.header h2 {
    float: none;
    width: auto;
    padding: 0.5em 0;
}
#vehicles {
    background: #202020;
    color: #fff2f2;
    padding: 1em 2em;
    border-radius: 1em;
    text-align: center;
    list-style-type: none;
    font-size: 80%;
}
#vehicles:after {
    content: " ";
    clear: both;
    float: none;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
#vehicles li {
    width: auto;
    float: none;
    margin: 0.25em 1.5%;
}
#vehicles img {
    display: none;
}
#footer {
    text-align: center;
}
iframe#map {
    display: block;
    margin: 0 auto 1.5em;
    border: 1px solid #202020;
    box-sizing: border-box;
    overflow: hidden;
    height: 300px;
    width: 100%;
}
#vehicles .header {
    float: none;
    width: auto;
    font-size: 1.5em;
    margin: 0 0 0.5em;
}
#vehicles .footer {
    float: none;
    clear: both;
    width: auto;
    padding: 1em 0 0;
    font-size: 1.3em;
}
#pk {
    margin: 1em 0;
}
.korostusteksti {
    text-transform:uppercase;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    background: #b97e53;
    padding: 0 1em 0 1em;
    
}

@media screen and (min-width: 740px) {
    body {
        font-size: 120%;
    }
    #page {
        max-width: 750px;
        width: 90%;
        margin: 0 auto;
        padding: 3em 0;
    }
    #hilight {
        background: url('images/piirros2026.png') no-repeat right top;
        min-height: 430px;
    }
    #hilight .content {
        width: 360px;
    }
    #huutokauppakeisari div.header {
        width: 600px;
    }
    #huutokauppakeisari div.header img {
        display: block;
        float: left;
    }
    #huutokauppakeisari div.header h2 {
        width: 300px;
        float: right;
        padding: 1em 0 0;
    }
    #vehicles img {
        width: 150px;
        height: auto;
        display: block;
        margin: 1em auto 0.5em;
    }
    #vehicles li {
        width: 30%;
        float: left;
    }
    iframe#map {
        height: 400px;
    }
}