@font-face {
    font-family: PS3;
    src: url(../fonts/SQR721N.TTF);
}

.wrapper-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
    column-gap: 30px;
    font-family: PS3;
}

#overlay-login, #overlay-create-user {
    position: fixed;
    width: 0px;
    height: 0px;
    border-radius: 25px;
    background: rgba(11, 48, 128, 0.9);
    transition: 0.4s;
    z-index: 1;
    text-align: center;
}

#overlay-content, #overlay-content-2 {
    display: none;
}

#overlay-content-input {
    width: 250px;
    padding: 10px;
    margin-top: 30px;
    background: rgb(255, 255, 255);
    font-size: 14px;
    color: rgba(11, 48, 128);
}
  
#overlay-content-btn {
    padding: 10px;
    margin-top: 30px;
    border-left: 0.5px solid lightsteelblue;
    border-right: 0.5px solid lightsteelblue;
    cursor: pointer;
    font-size: 14px;
    color: white;
}
  
#overlay-content-btn:hover {
    background-color: rgba(56, 89, 182, 0.80);
}

.column-01 {
    width: 65px;
    height: 65px;
}

.home-xmb {
    width: 65px;
    height: 65px;
    background-image: url(../media/home-xmb-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.column-01 a, .column-02 a {
    width: 175px;
    padding-top: 30px;
    display: none;
    transition: 1s;
}

.column-01:hover a, .column-02:hover a {
    display: block;
}

.dropdown-content {
    margin-left: 12px;
    width: 175px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

.dropdown-content h3 {
    margin-left: 12px;
    text-shadow: 0px 0px 0px;
    font-weight: 100;
    font-size: 20px;
    color: white;
    transition: 0.3s;
}

.dropdown-content:hover h3 {
    text-shadow: 0px 0px 4px;
    font-weight: 500;
}

.login-xmb {
    width: 40px;
    height: 40px;
    background-image: url(../media/login-xmb-white.svg);
    cursor: pointer;
}

.signup-xmb {
    width: 40px;
    height: 40px;
    background-image: url(../media/signup-xmb-white.svg);
    cursor: pointer;
}

.logout-xmb {
    width: 40px;
    height: 40px;
    background-image: url(../media/login-xmb-white.svg);
    cursor: pointer;
}

.column-02 {
    width: 60px;
    height: 60px;
}

.portfolio-xmb {
    width: 60px;
    height: 60px;
    background-image: url(../media/portfolio-xmb-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.doom-xmb {
    width: 100px;
    height: 50px;
    background-image: url(../media/doom-xmb-white.svg);
    cursor: pointer;
}

.knex-xmb {
    width: 40px;
    height: 40px;
    background-image: url(../media/knex-xmb-white.svg);
    cursor: pointer;
}

.video-xmb {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}