html, body {
    min-height: 100%;
    background-image: url(../media/BV5Q1852_1920.jpg); 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.container-fluid {
    position: relative;
    overflow-x: hidden;
    padding-top: 20px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.modal-body {
    text-align: center;
}
.modal-dialog .modal-content {
    background-color: #090a0ae8;
    margin-top: 1vh;
}
.modal.fade{
        transition: all .2s;
}
.modal-dialog {
    margin-top: 0 !important;
    min-width: 50vw;
    margin-left: 25vw;
}
.modal-title {
    left: 45%;
    position: absolute;
}
#closeBtn {
    font-size: xx-large;
    padding: 0;
    color: white;
}
#mainContent {
    transition: 2s;
}

#mainContent2 {
    transition: 2s;
}

#main {
    width: 50vw;
    position: relative;  
    left: 25%; 
    width: 50vw; 
    background: #00000085;
    color: white; 
    border-radius: 30px; 
    padding: 0 60px 10px 60px;
    margin-bottom: 10vh;
}
#main2 {
    width: 50vw;
    position: absolute;  
    left: 25%; 
    min-height: 100%;
    background: #00000085;
    color: green; 
    border-radius: 30px; 
    padding: 0 60px 10vh 60px;
    display: none;
    margin-bottom: 10vh;
}

#privacyDiv {
    /*transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    left: -38px;*/
    margin-top: 15px;
}

#privacyBtn {
    position: relative;
    width: -webkit-fill-available;
}

#privacyBtn:focus{
    outline: none;
    color: white;
}

@media screen and (max-width: 1000px) { /*995*/
    #main {
        width: 100vw !important;
        left: 0 !important;
        padding: 15px !important;
    }
    img {
        width: 93vw !important;
    }
}

footer {
    position: absolute;
    height: 10vh;
    width: 100vw;
    bottom: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #6c757d; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #343a40; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

    option:active {
        background-color: darkgoldenrod;
        color: darkgoldenrod;
    }

