html {
  font-size: 14px;
}

.play {
    font-size: 12px;
    min-height: 70px;
    background-color: var(--primaryColor);
}

.playText1 {
    color: black;
}

.playText2 {
    color: white;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
}

/*body {
    min-height: 100vh;*/
    /*margin-bottom: 60px;*/
    /*min-height:100%;*/
/*}*/

html, body {
    height: 100vh;
    max-height: 100vh;
    display:flex;
    flex-direction:column;
}

.container-fluid, main {/*
    min-height: 100%;
    height: 100%;*/
}
/*
main {
    min-height:100%;
}*/
/*#mainVideoDiv{
    min-height:100%;
    height:100%;
}
#video-column{
    min-height:100%;
    height:100%;
}*/
/*.active.PHI{
    background-color:var(--primaryColor);
}*/
cloudVideoContainer {
    /*height: calc(100% - 50px);*/
    overflow-y: scroll;
    height:100%;
    position:absolute;
}

.fill-height {
    min-height: 100%;
    height: auto !important; /* cross-browser */
    /*height: 100%;*/ /* cross-browser */
}


.NFL > div > .teamLogoSmall > img{
    
    width: 100%;
}
nav.mobilenav {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 50px;*/
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid gainsboro;
    z-index: 8;
    background: #23262b;
    color: rgb(150, 240, 177);
}

nav.mobilenav a {
    padding: 10px;
    text-decoration: none;
    color: gray;
    /*font-size: 1.4rem;*/

}

/*svg.fa-stack-1x {
    margin-top:8px;
    margin-bottom: 0px;
}*/

span.fa-stack{
    height:16px;
    width:16px;
}

/*nav.mobilenav::after {
    content: "";
    display: block;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 6px;
    background: rgba(231, 228, 228, 0.801);
    border-radius: 5px;
}*/

.link {
    transition: all 0.3s;
}

.tabone {
    color: yellow !important;
    transform: scale(1.1);
    border-bottom: 1px solid yellow;
}

.tabone > span > .fa-inverse{
    color:black !important;
}