section.sbs-customsite .input {
    border: 1px solid #ddd;
    width: 100%;
    padding: .25em;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #333;
    background: rgba(255,255,255,0.8);
}
section.sbs-customsite textarea.input {
    height: 150px;
}

html, body { background-color: white !important; }
.page-kilpailut { background-color: white !important; }
section.sbsform .form-sendbutton {
    background: #ba0c2f;
}
section.sbs-customsite .block {
    width: 100%;
}

.oo { font-size: 140%; color: #c50914; margin-bottom: 5px; }
.nappi { padding: 10px 10px 10px 10px; margin-bottom: 12px; border: 1px solid #c50914; text-align: center; cursor: hand; cursor: pointer; box-shadow: 2px 2px 5px #363f92; }
.nappi:hover { background-color: #dddddd; }
.valittu { background-color: #ffd6e3 !important; box-shadow: inset 2px 2px 5px #212b2d; color: #ffffff !important; }
.form-sendbutton { background-color: #c50914 !important; }

section.sbs-customsite .block .block-container {
    display: flex;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 2em 0;
}
section.sbs-customsite .block .column {
    padding: 1em;
    flex-basis: 50%;
    flex-grow: 1;
}
section.sbs-customsite .column.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.sbs-customsite .column.centered .container {
    margin-top: -3em;
}
section.sbs-customsite .block p img {
    max-width: 300px;
    width: 100%;
}
section.sbs-customsite .block p {
    line-height: 130%;
    margin: 1em 0;
}
section.sbs-customsite .block h1 {
    font-weight: 900;
    line-height: 100%;
    margin: 0;
}
section.sbs-customsite .block a {
    color: #ba0c2f;
    text-decoration: underline;
}

section.sbs-customsite .block.header {
    display: flex;
    width: 100%;
    height: 30vw;
    min-height: 690px;
    max-height: 800px;
    text-align: center;
    background-image: url("/files/customsite/CS_1401/img/vinyylilevyt-head.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -50px;
    align-items: center;
    justify-content: center;
    padding: 0 2em;
}

section.sbs-customsite .block.header h1 {
    color: #ffffff; //#d6006c
    margin: 0;
    font-weight: 900;
    font-size: 6em;
    text-transform: uppercase;
    // text-shadow: 1px 1px 10px #444444; 
    text-shadow: 1px 1px 20px #444444, 1px 1px 1px rgba(150, 150, 150, 0.3);
}

section.sbs-customsite .block.header p.intro {
    color: white;
    margin: 1em 0 1.5em;
    font-size: 2em;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

// .mainblock { margin-top: -70px; }       

@media screen and (max-width: 1500px) {
    section.sbs-customsite .block.header h1 {
        font-size: 5em;
    }
    section.sbs-customsite .block .column {
        padding: 3em;
    }
}

@media screen and (max-width: 768px) {
    section.sbs-customsite .block.header h1 {
        font-size: 3em;
    }
    section.sbs-customsite .block.header p.intro {
        font-size: 1.5em;
    }
    section.sbs-customsite .block .block-container {
        flex-flow: row wrap;
    }
    section.sbs-customsite .block .column {
        padding: 1em 3em;
        flex-basis: 100%;
    }
    section.sbs-customsite .column.centered .container {
        margin-top: 0;
    }
    section.sbs-customsite .block.header {
        background-image: url("/files/customsite/CS_1401/img/vinyylilevyt-head.jpg") !important;
    }    
    // .mainblock { margin-top: -150px; }        
    
    
}

@media screen and (max-width: 450px) {
    section.sbs-customsite .block .column {
        padding: 1em 1em;
    }
    section.sbs-customsite .block.header p.intro {
        font-size: 1em;
    }
    
}


.shadow { text-shadow: 1px 1px 10px #000000; -moz-text-shadow: 1px 1px 10px #000000; -webkit-text-shadow: 1px 1px 10px #000000; }
.laskuriteksti { font-size: 12px; font-weight: normal; }
#laskuri { font-size: 55px; }


@media screen and (max-width: 500px) {
     .vainkapea { display: inline-block !important; }
}
 
.ots { width: 100%; display: none;  }

@media screen and (min-width: 1025px) {
     .ots-levein { display: block !important; }
     #laskuri { font-size: 80px; }
}

@media screen and (max-width: 1024px) {
     .ots-mobiili { display: block !important; }
}


