.FixandSTANDCon {
    width: 1215px;
}

#medsection0{
    background-color: bisque;
}

/* CSS for Top Banner */

.Topbanner{
    width: inherit;
    height: 135px;
    background-color:#900c31 ;
    display: grid;
    place-items: center;
    background-image: 
        radial-gradient(
            farthest-corner at 29px -5px,
            #900c31 5%,
            #370211 67%
          );
}

.NavCon {
    display: inline-block;
    margin-top: 15px;
    margin-left: 47px;
}

.nav {
    padding: 0px 10px;
    height: inherit;
    font-size: 20px;
    display: inline;
    cursor: pointer;
}

.nav:hover{
    color: white;
}

/* CSS for Carousel & MatchBoard */

.headCon{
    height: 750px;
    background: url(https://cdn.ghanaweb.com/tournaments/images/hbg2.jpg);
    background-size: cover;
    background-position: 30% 50%;
    background-repeat: no-repeat;
    margin: -15px -15px 15px;
}

.headBann{
    width: inherit;
    height: 650px;
    margin-top: 10px;
    overflow: hidden;
   
}

.MatchBoard {
    width: 95%;
    height: inherit;
    /* background-color: rgb(0, 229, 255);  */
    margin: auto;
}

.MbInn{
    width: 100%;
    height: inherit;
    /* animation: Mover 900ms ease-in-out forwards; */
}


.BoardNav{
    display: block;
    width:inherit;
    height: 40px;
}

.BoardNavInn{
    margin-right: 20px;
    width: 400px;
    display: flex;
    height: inherit;
    float: right;
}

.Mnav, .Mnav2{
    background-color: #ffffff;
    width: 50%;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.Mnav{ 
    border-radius: 12px 0px 0px 0px;
    background-color: #850606;
    color: #FFF;
}

.Mnav2{ 
    border-radius: 0px 12px 0px 0px;
}

.Mnav2:hover {
    background-color: #850606;
    font-size: 20px;
    color: white;
}

.Mnav2:hover a {
    color: #FFF;
}

.Mnav a, .Mnav2 a{
    text-decoration: none;
}
.Mnav a:hover, .Mnav2 a:hover{
    color: inherit;
}

.teamsheet{
    float: right;
    display: flex;
    width: 100%;
    height: max-content;
     /* background-color: rgb(244, 244, 244); */
}

.liveScoreBoard{
    width: 100%;
    margin: auto;
    height: 650px;
    background: url(https://cdn.ghanaweb.com/tournaments/images/livescorebg.png);
    background-size: cover;
    background-color: black;
    display: flex;
    align-items: center;
    position: relative;
}

.liveBoardInn{
    width: 90%;
    padding-top: 20px;
    height: inherit;
    margin: auto;
    /* background-color: red; */
}

.TeamsPhotoCon{
    width: 70%;
    height: 55%;
    /* background-color: yellow; */
    margin: auto;
    display: flex;
    gap: 5px;
}


.teamPhoto img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20% 40%; 
}

.NameScores{
    width: 75%;
    height: 13%;
    background-color: rgb(255, 255, 255);
    margin: auto;
    display: flex;
   align-items: center;
   border-radius: 4px;
}

.team{
    font-size: 30px;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.score {
    width: 20%;
    font-weight: 700;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    background-color: #850606;
    padding: 10px 0 14px;
}


.CommentaryBtn{
    width: 25%;
    height: 10%;
    background-color: #850606;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ffffff;
    border-radius: 7px;
    margin-top: 5px;
    cursor: pointer;
}

.CommentaryBtn:hover{
    background-color: #430303;
    width: 23%;
    height: 9%;
}

.GrpVenBoard{
    width: 20%;
    height: 8%;
    background-color: #210101;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
}




.G{
    width: 900px;
    height: 160px;
    margin: 5px 0;
}
.right {
    float: left;
    width: 300px;
    min-height: 250px;
    background: #ececec;
    margin-left: 15px;
    margin-top: 5px;
}

.GM1{
    font-size: 23px;
    width: 800px;
    height: 40px;
    margin: 20px auto;
    border-bottom: 3px solid black;
}

.fixturesCon{
    width: inherit;
    height: inherit;
    display: grid;
    background-color: rgb(255, 252, 252);
    margin: auto;
}

.fixInn{
    width: inherit;
    /* background-color: yellow; */
    margin: auto;
}

.matchDayCon{
    height: 33%;
    display: grid;
    padding-top: 10px;
    place-items: center;
}

.Fixdays{
    width: 100%;
    /* background-color: grey; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    font-size: 18px;
    margin-bottom: 4px;
}

.FixDate{
    font-weight: 700;
}

.DateVenue{
    font-size: 14px;
}

.FixMatch{
    width: 100%;
    margin-bottom: 10px;
    /* height: 33.3%; */
    /* background-color: grey; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.FixMatchb{
    background-color: gainsboro;
}

.FixMatch img{
    height: 25px;
}

.Time{
    width: 20%;
    text-align: center;
}

.team1{
    width: 35%;
    padding-left: 20px;
    display: flex;
    justify-content: left;
    gap: 8px;
    /* background-color: red; */
}

.team2 {
    width: 35%;
    padding-right: 20px;
    display: flex;
    justify-content: right;
    gap: 8px;
}

.team1b{
    background-color: aliceblue;
}

.FixandSTANDCon a:hover{
    text-decoration: none;
}

.tournament_logo {
    height: 50px;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 200px;
}
.tournament_logo img {
    width: 100%;
}
.nav.active {
    color: #FFF;
}

.CommentaryBtn a{
    color: #FFF;
}

.view_commentary a {
    color: #c00;
    font-size: 13px;
}
.GMWeek1{
    float: left;
}