html{
    height: 100%;
    background: rgb(20,56,127);
}
body{
    font-family: "Quicksand", sans-serif;
    margin: 0;
    height:100%;
    background: rgb(20,56,127);
}
#header, #headerMobile{
    background: rgb(20,56,127);
    width: 100%;
    cursor: pointer;
}
#headerLogoMobile{
    width: 40%;
    max-width: 220px;
}
#headerLogo{
    width: 100%;
    max-width: 220px;
}
#header{
    display: flex;
    align-items: center;
}
@media all and (max-width: 900px) {
    #header{
        display:none;
    }
}
@media all and (min-width: 901px) {
    #headerMobile{
        display:none;
    }
}
footer{
    margin-top:20px;
    background:rgb(20,56,127);
    color:white;
    height:50px;
    text-align:center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#shader{
    display:none;
    position: fixed;
    width: 100%;
    height:100%;
    top:0px;
    left:0px;
    background: #000;
    opacity: 0.5;
    z-index:99;
}

.btn{
    background: rgb(20,56,127);
    color: white;
}
.btn:hover{
    color: rgb(99,195,209);
}
.socialIcon{
    background: rgb(20,56,127);
    border-radius: 50%;
    padding: 5px;
    color: white;
    opacity: 0.5;
    cursor: pointer;
    width: 75px;
    height: 75px;
    font-size: 2em;
    display: table-cell;
    overflow: hidden;
    vertical-align:middle;
    margin-top:20px;
}
.socialIcon:hover{
    opacity: 1;
}
#closePosterDetail{
    position:absolute;
    top:10px;
    right:20px;
    font-size:50px;
    cursor: pointer;
    color: rgb(20,56,127);
    opacity: 0.6;
}
#closePosterDetail:hover{
    opacity: 1;
}
.circleTop{
    width:30px;
    height:30px;
    background:#fff;
    border-radius:50%;
    color:rgb(20,56,127);
    text-align:center;
    padding:0px;
    margin:0 auto;
    margin-top:10px;
    display: inline-block;
    margin-right:5px;
    margin-left:5px;
    font-size:22px;
    font-weight:bold;
}
    #registrationForm{
    padding: 25px;
    background: #ededed;
    border-radius:25px;
}

.hidden{
    display: none;
}

#wrapper{
    width: 90%;
    margin: 0 auto;
    background: white;
    border-radius: 16px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px;
    position: relative;
}
.sd-btn--action{
    background-color: rgba(20,56,127,0.8);
}
.sd-btn--action:hover{
    background-color: rgba(20,56,127,1);
}
#logo{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 180px;
}
p{
    font-size: 24px;
    text-align: left;
}

@media only screen and (max-width: 1050px) {
    .section-header{
        padding-top: 50px;
    }
    #logo{
        width: 130px;
    }
    #wrapper{
        padding: 15px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 750px) {
    p{
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #wrapper{
        padding: 8px;
        padding-top: 40px;

    }
    
}
@media only screen and (max-width: 850px) {
    .sd-rating__item-text.sd-rating__item-text.sd-rating__min-text, .sd-rating__item-text.sd-rating__item-text.sd-rating__max-text{
        display: none;
    }
}
.sd-body .sd-body__page{
    min-width: auto;
}
#pWrapper{
    max-width: 1200px;
    margin: 0 auto;
}