:root{
    --mainColor: -webkit-radial-gradient(41.07% 39.36%, circle farthest-corner, rgba(229, 222, 186, 1) 12.29%, rgba(221, 214, 179, 1) 17.53%, rgba(192, 186, 157, 1) 38.22%, rgba(172, 167, 142, 1) 58.96%, rgba(160, 155, 132, 1) 79.59%, rgba(156, 151, 129, 1) 100%);
    --accent1: #E5DEBA;
    --accent2: #352F2B;
}


.cover{
    background-color: #000000c9;
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    top:0;
    left: 0;
}

.popUp{
    position: absolute;
    left:5vw;
    top:45px;
    background-color: var(--accent1);
    z-index: 4;
    width: 90vw;
    height: 70vh;
    text-align: center;
    overflow-y: auto;
}

.popUp p{
    text-align: left;
    padding: 15px;
    font-size: 1.3em;
    max-width: 70ch;
}

.close{
    position: absolute;
    top:2px;
    right: 15px;
}

.faq{
    background-color: var(--accent1);
    color: var(--accent2);
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 5px;
    font-size: 1.5em; font-weight: 900;
    position: absolute;
    right:14px;
    top:22px;
    cursor: pointer;
    user-select: none;
}

.header{
    background-color: var(--accent2);
    color:var(--accent1);
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: .75;
}

.menuBar{
    position: absolute;
    top:22px;
    left:25px;
    cursor: pointer;
}




html,body{
    background-image: var(--mainColor);
    color: var(--accent2);
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
    overflow-x: hidden;
}

html{height:100%;}
		
body{
    overflow-x: hidden;
    min-height: 100%;

}

.off{
    display: none;
}

.tray{
    background-color: rgba(53,47,43,.8);
    width: 32%;
    height: 100vh;
    position: absolute;
    z-index: 5;
    top:0;
    left: 0px;
    text-align: center;
    transition: left .75s;
}

.tray span{
    cursor: pointer;
    position: relative;
    left:45%;
    font-size: 2em;
    text-align: right;
    color:var(--accent1);
    font-weight:800;
}

ul li{
    width:125px;
    margin-bottom: 25px;
}

.tray ul{
    list-style: none;
    color:rgb(0, 0, 0);
    font-size: 2em;
    text-align: left;
}

.slider{
    left: -35vw;
}

a{
    color:var(--accent1);
    text-decoration: none;
}

p{
    text-align: center;
    font-size: 2em;
}

.onPage{text-decoration: underline;}

.btn a{text-decoration: none;}

.btn{
    background-color: var(--accent2);
    color: var(--accent1);
    padding: 10px;
    border-radius: 15px;
    font-size: 2.5em;
    font-weight: bold;
    margin:0 auto;
    cursor: pointer;
    margin-top:25px;
}

.btn3{
    background-color: var(--accent2);
    color: var(--accent1);
    cursor: pointer;
    padding: 2px 15px;
    border-radius: 10px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.btn2{
    background-color: var(--accent2);
    color: var(--accent1);
    cursor: pointer;
    padding: 2px 15px;
    border-radius: 10px;
    font-size: 1.5em;
/*    position: absolute;
    top:15px;
    right:5%;*/
    font-weight: bold;
    position: relative;
    top:-45px;
}

.activeplayer{
    background-color:var(--accent2);
    color:var(--accent1)
}

input[type = text]{
    padding: 15px;
    width:90%;
    height:30px;
    border-radius: 15px;
    border:none;
    margin: top 15px;
    font-size: 2em;
}

input[type = radio]{
    margin-top:25px;
    padding: 22px;
    width: 25px;
    height: 25px;
    margin-left:35px;
}

label{
    font-size:1.5em;
   position: relative;
   top:-4px;
   user-select: none;
}

select{
    width: 30%;
    padding: 15px;
    border:none;
    border-radius: 5px;
    margin-top: 15px;
    font-size:1.5em;
}

.title{
    text-align: center;
}

.container{
    width:85%;
   
    margin:0 auto;
    text-align: center;
}

.section{
    width:100%;
}



.section img{
    width:90%;
    margin-top:25px;
}


.scoreDisplay,.cricketBoard{
    border-collapse: collapse;
    border:2px solid black;
    margin:0 auto;
    font-size: 1.5em;
    margin-top:25px;

}

.scoreDisplay td,.cricketBoard td{
    text-align: left;
    padding: 8px;
    text-align: center;
}

.vs{
    width: 60%; 
}

.radioBar{
    margin-bottom: 30px;
}

.cricketBoard{
    width: 40%;
    height: 600px;
    user-select: none;
}

.cricketBoard td{
    width: 19%;
}

.marks{font-size: 1.5em;}

.cricketNum{
    background-color: var(--accent2);
    color:var(--accent1);
    cursor: pointer;
    border-bottom: solid 2px var(--accent1);
}

.closed, .closed td{
    background-color: var(--accent2);
    color:var(--accent1);
    cursor: not-allowed !important;
}

.clrbrder{border-bottom:none;}

.slice{
    user-select: none;
    cursor: pointer;
    display: inline-block;
    vertical-align:top;
    background-color: var(--accent2);
    margin: 2px;
    text-align: center;
    width:60px;
    height:60px;
    color:var(--accent1);
}

.slice{width: 120px;height: 120px;}
.bull{width:632px}
.slice h1{margin-top:25px;font-size: 4em;}

@media only screen and (min-width: 750px) {

.mainGames button{
    min-width: 500px;
}
}

@media only screen and (max-width: 1024px) {
    .tray{width:80%;}
    .slider{left:-100%;}
    .btn{
        width:95%;
        height:30%;
    }

    select{
        width: 95%;
        padding: 15px;
        border:none;
        border-radius: 5px;
        margin-top:15px
    }

    .section:nth-child(3){
        margin-top:35px;
    }

    input[type = radio]{
        width:20px;
        height: 20px;
        margin-left:5px;
    }

    label{font-size: 1.4em;}
    .cricketBoard{ width: 90%; height: 52vh;margin-top: -15px;}
  }

  @media only screen and (max-width: 700px) {

  .slice{
    width:60px;
    height:60px;
 }
 .bull{width:332px}
 .slice h1{margin-top:10px;font-size: 2.5em;}



  }


  @media only screen and (min-width: 1200px) {

  .section{
    width:28%;
    display:inline-block;
    vertical-align: top;
}



}