html {
        background-repeat: no-repeat;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

}

body {

    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;

}

.displaynone
{
    display: none;
}


#canvas_wit_horiz {
    position: absolute;
    top: 40px;
    background: white;
    opacity: 0.8;
    width: 100%;
    height: 150px;
}

#canvas_wit_vert {
    position: absolute;
    top: 240px;
    background: white;
    opacity: 0.8;
    width: 320px;
    min-height: 400px;
    left: 50%;
    margin-left: -535px;
}

#logo {
    z-index: 4;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -535px;
    width: 523px;
    height: 119px;
    background-image: url('/images/login/SCOlogo.png');
    background-repeat:no-repeat;
    background-position: center top;
}

#logo.wwp {
    background-image: url('/images/wwp/logo.png');
    background-size: contain;
    background-position: left;
}

#logindiv
{
    width: 400px;
    height: 150px;
    position: absolute;
    top: 71px;
    left: 50%;
    margin-left: 50px;
}

#slogan {

}

.slogan_nl
{
    background: url('/images/login/SCOslogan_nl.png');
    z-index: 4;
    position: absolute;
    top: 260px;
    left: 50%;
    margin-left: 120px;
    width: 333px;
    height: 81px;
}

.slogan_en
{
    background: url(/images/login/SCOslogan_en.png);
    z-index: 4;
    position: absolute;
    top: 260px;
    left: 50%;
    margin-left: 67px;
    width: 427px;
    height: 81px;
}

#paul_metz {
    z-index: 4;
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -146px;
    background: url(/images/login/SCOpaul_metz.png);
    width: 190px;
    height: 145px;
}

#right-content {
    z-index: 4;
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -146px;
    width: 580px;
    height: 145px;

}

#yt_promo {
    z-index: 4;
    width: 98%;
    margin: auto;
    display: inline-block;
    overflow: visible;
    }

.responsive-iframe-yt 	{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.responsive-iframe-yt iframe,
.responsive-iframe-yt object,
.responsive-iframe-yt embed 	{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content {
    padding: 10px;
    FONT: 12px/18px Arial, sans-serif;
    letter-spacing: 0.4px;
    color: #202020;
}

.content a {
    color: black;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: underline;
    color: red;
}

.content H1 {
    margin: 10px 0px 15px 0px ;
    color: #101010;
   # text-transform:uppercase;
    FONT: BOLD 14px Arial, sans-serif;
    letter-spacing: 1px
    }

    .content p {
    margin: 10px 0px 15px 0px ;
        }


    /* Login screen related under here */

#loginscreen
{
    width: 400px;
    height: 150px;
    position: absolute; top: 50%; left: 50%; margin-left: -200px; margin-top: -125px;
    padding-top: 100px;
    background-image: url(/images/logo.png);
    background-repeat:no-repeat;
    background-position: center top;
}


#facebook_page_link
{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 74px;
    left: 50%;
    margin-left: 390px;
    z-index: 10;
}

#login_dutch
{
    width: 35px;
    height: 18px;
    position: absolute;
    top: 76px;
    left: 50%;
    margin-left: 460px;
    z-index: 10;

    background-image: url(/images/country_flag_Netherlands.jpg);
    background-repeat:no-repeat;
    background-position: center top;
    display: block;
}

#login_english
{
    display: block;
    width: 35px;
    height: 18px;
    position: absolute;
    top: 106px;
    left: 50%;
    margin-left: 460px;
    z-index: 10;

    background-image: url(/images/country_flag_United-Kingdom.jpg);
    background-repeat:no-repeat;
    background-position: center top;
}


#logintable
{
    width: 300px;
    margin: 0 auto;
}

#logintable td
{
    padding: 3px;
    font: 12px/18px verdana;
}



#password_link
{
    font-size: 10px;
    padding-top: 5px;
    padding-left: 12px;
    color: #505050;
    text-decoration: none;
}

#password_link:hover
{
    padding-top: 5px;
    color: #505050;
    text-decoration: underline;
}

.ui-widget-content {
    background-image: none;
}


.wwp-login-photo
{
    display: inline-block;;
    position: relative;
    width: 29%;
    padding-right: 3%;
    height: 200px;

}

.wwp-login-label {
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
    display: inline-block;;
    position: relative;
    width: 29%;
    padding-right: 3%;
}

h1.wwp-header {
    padding-bottom: 25px;
    font-size: 25px;

}

#mobileLogo {
    margin-bottom: 1rem;
}

#mobileOverlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
#mobileOverlayContent {
    background: #fff;
    padding: 5vw; /* relative padding */
    text-align: center;
    border-radius: 1vw;
    max-width: 90vw;
    max-height: 90vh;
}
#mobileOverlayContent p {
    font-size: clamp(14px, 4vw, 40px); /* responsive font size */
    margin-bottom: 4vw;
}
#mobileOverlayContent button {
    margin: 2vw;
    padding: 2vw 4vw; /* relative padding */
    font-size: clamp(12px, 3.5vw, 40px); /* responsive font size */
    cursor: pointer;
    border-radius: 0.5vw;
    background-color: orange;
    color: white;
    border: 0;
}