/* Add here all your css styles (customizations) */

.playonNavbar {
    background-color: #274078;
    color: white !important;
}

.navCol {
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    flex:1;
}

.navEmptyCol {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex:1;
    flex-grow: 0;
}

.navRow {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

.navLoginButton {
    align-content:flex-end;
}

.navMenu {
    justify-content: flex-end;
}

.navContainer {
    justify-content:flex-end;
}

.validationError {
    color:red;
}

.navbar-button {
    background-color: #274078;
    color: #4CAF50;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    border-radius: 6px;
    border-width: thin;
    border-color: #4CAF50;
    font-size: 14px;
}
    .navbar-button:hover {
        background-color: #4CAF50; /* Green */
        color: white;
    }

.overlay-image {
    position: relative;
    max-width: 100%;
    height: auto;
}
    /* Original image */
    .overlay-image overlay-main-image {
        display: block;
        opacity: .5;
        max-width: 100%;
        height: auto;
    }
    /* Original text overlay */
    .overlay-image overlay-main-text {
        color: royalblue;
        font-size: 90px;
        line-height: 1.5em;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
    }

.playerstats-input {
    width: 60px;
}

@media (max-width: 480px) {
    .max-height-5vh-sm {
        max-height: 5vh !important;
    }
    .hidden-footer-sm {
        display:none;
    }    
}

@media (min-width: 990px) {
   #loginlink {
        display: none !important;
    }
}
