body {
    font-family: sans-serif;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.italic {
    font-style: italic;
}

#TitleBar {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px #BBBBBB;
    z-index: 200;
}

#Title {
    height: 30px;
    width: 100%;
    position: absolute;
    margin-top: 10px;
    font-size: 30px;
    text-align: center;
}

#lang {
    height: 30px;
    width: 100%;
    position: absolute;
    margin-top: 60px;
    text-align: center;
}

.BtnLang {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #005F5F;
    color: #FFFFFF;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 30px;
    margin-left: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #005F5F;
    border-radius: 15px;
    cursor: pointer;
    cursor: hand;
}

.BtnSelected {
    background-color: #EEEEEE;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    border-color: #555555;
    cursor: default;
}

#Content {
    width: 100%;
    height: calc(100% - 200px);
    position: absolute;
    top: 100px;
    left: 0px;
    background-color: #EEEEEE;
    z-index: 0;
}

.Selector-btn {
    display: inline-grid;
    display: -webkit-inline-grid;
    display: -moz-inline-grid;
    display: -o-inline-grid;
    display: -ms-inline-grid;
    height: 40%;
    width: 80%;
    position: relative;
    border: solid;
    border-width: 2px;
    border-color: #999999;
    border-radius: 15px;
    margin-top: calc(5% - 2px);
    margin-bottom: calc(5% - 2px);
    margin-left: calc(10% - 2px);
    cursor: pointer;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}

.Selector-btn:hover {
    filter: unset;
    -webkit-filter: unset;
    -moz-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
}

.Selector-overlay {
    background-color: #000000AA;
    border-radius: 13px;
}

.Selector-overlay:hover {
    background-color: #FFFFFF55;
}

.Selector-Txt {
    position: relative;
    top: calc(50% - 4vw);
    text-align: center;
    font-size: 12vw;
    color: #FFFFFF;
    text-shadow: 0px 0px 11px #000000;
}

.Selector-Txt:hover {
}

#Guest {
    background-color: #FFFFFF;
    background-image: url("../media/guest.jpg");
    background-position: center;
    background-size: cover;
}

#Join {
    background-color: #FFFFFF;
    background-image: url("../media/join.jpg");
    background-position: center;
    background-size: cover;
}

#Sponsors-wrapper {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px #BBBBBB;
    z-index: 200;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#Sponsors {
    flex: 0 0 auto;
}

.sponsor-img {
    display: inline-grid;
    height: 80px;
    position: relative;
    top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 330px) {

}

@media screen and (min-width: 481px) {

}

@media screen and (min-width: 560px) {
    #TitleBar {
        height: 50px;
    }

    #Title {
        width: unset;
        left: 10px;
        text-align: unset;
    }

    #lang {
        width: unset;
        right: 10px;
        margin-top: 10px;
        text-align: unset;
    }

    #Content {
        height: calc(100% - 150px);
        top: 50px;
    }

    .Selector-btn {
        height: 80%;
        width: 40%;
        top: calc(10% - 2px);
        left: calc(10% - 28px);
        margin-top: unset;
        margin-right: 10px;
        margin-bottom: unset;
        margin-left: 10px;
    }

    .Selector-Txt {
        top: calc(50% - 2vw);
        font-size: 6vw;
    }
}

@media screen and (min-width: 660px) {
    #Sponsors {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 1150px) {

}
