@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-Regular.ttf');
}

*{
    font-family: 'Nunito';
}

html, body{
    position: relative;
    height:100vh;
    width:100%;
    background: #2c3e50;
}

body, #content{
    overflow: auto;
}

h1{
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    color: white;
}

.navbar{
    background: #33495e;
}

a.btn-primary{
    color: white;
}

.no-select{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.nav-tabs .nav-link{
    color: #a0a0a0;
    background: #33495e;
    margin-right: 8px;
    border: none;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;

}

.nav-tabs .nav-link:hover{
    color: white;
}



.nav-tabs .nav-link.active{
    color: white;
    background-color: #33495e;
    border: 1px solid;
    border-color: #dee2e6 #dee2e6 #fff !important;
    border-bottom: #2b3e50;
}

.tab-content{
    border: 1px solid white;
    border-top: none;
}

.menuButton{
    background: #33495e;
    color: white;
    border: 1px solid transparent;
    padding-top: 0;
}

.menuButton:hover{
    color: white;
    border: 1px solid white;
}

.menuButton p {
    font-size: 20px;
    margin: 10px 0;
    margin-bottom: 8px;
}

.col-sm-6:last-of-type .menuButton{
    margin-bottom: 0 !important;
}

.menuButton i{
    margin-top: 15px;
}

.player{
    width: calc(50% - 42px);
    display: inline-block;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
}

.weightClass{
    width: 55px;
    text-align: center;
    display: inline-block;
    padding: 0 5px;
}

.scheduleRow{
    margin-bottom: 5px;
    width: 100%;
    background: #34495e;
    border-radius: 5px;
    font-size: 18px;
    color: white;
}

.blueSquare{
    background: #3498db;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.redSquare{
    background: #e74c3c;
}

.vs{
    text-align: center;
    width: 28px;
    display: inline-block;
}

.scheduleRow * {
    vertical-align: middle;
}
