* {
  box-sizing: border-box;
}

html {
    scroll-behavior: auto !important;
}

body {
    margin:0;
    font-size: 16px;
    color: rgba(0,0,0,.87);
    font-family: 'Arial' !important;
    background-color: #f4f4f4;
    height: auto;
    letter-spacing: 0.001em !important;
    -webkit-overflow-scrolling: touch !important;
    line-height: 1.4285em;
}

.tekstisisalto{
    width:80%;
    margin:auto;
    padding:50px 0px;
}

.kieltosyyotsikko{
     margin: 25px 0px 3px;
}

#kieltoform #kieltosyy {
    margin:4px 0px 4px;
    padding: 0px;
    list-style-type: none;
}

.palkki {
    display: flex;
    height: 90px;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.001em;
    align-content: start;
    justify-content: start;
    margin-bottom: 25px;
}

.sisalto {
    width: 100%;
    color: #000;
    max-width: 800px;
    min-width: 320px;
    margin: 0em auto;
    padding: 1em 1.5em;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px #808080;
    margin-bottom: 20px;
    padding: 0 !important;
}

ul#kieltosyy li>*, input{
    cursor: pointer;
}

input#tallenna {
    margin: 16px 0px;
    width: 130px;
    height: 30px;
    border: 2px solid #000000;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
}

.sisalto p {
    margin: 0px 0px 16px;
    text-align: left;
}

.sisalto h2 {
    font-family: 'NewBaskervilleStd-Bold' !important;
    /*max-width: 60%;*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.28571429em;
    margin: 16px 0px;
}

.sisalto a {
    text-decoration: underline;
    color: rgba(0,0,0,.87);;
}

.sisalto a:hover, footer a :focus {
    color: rgba(0,0,0,.87);
    text-decoration: underline;
}

.success {
    background-color: #a4ece6;
    color: #000000;
    border-color: #256d66;
}

.logo {
    height: 90px;
    padding: 20px;
    margin-left: 5vw;
}

.footer-section {
    margin-top: 25px;
    width: 100%;
}

footer {
    background-color: #000000;
    color: #d3dada;
    padding: 25px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: #d3dada;
    vertical-align: baseline;
}

footer a:hover, footer a :focus {
    color: #f4f4f4;
    text-decoration: underline;
}

footer ul {
    padding: 0;
    list-style: none !important;
    align-self: center;
    align-items: center;
    display: block;
}

footer ul li:before {
    content: " ";
}

footer ul li:after {
    content: "-";
    color: #fff;
    margin: 0 4px;
    position: relative;
    font-size: 25px;
    font-weight: 200;
    top: 3px;
    left: 3px;
}

footer ul li:last-child::after { content:''; }

footer ul li {
  display: inline;
}

footer h4 {
    font-family: baskerville-display-pt, serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 1.07142857rem;
    margin: 8px 0px 12px;
}

footer img {

}