body, html {
    height: 100%;
    margin: 0;
}
section.Landing{
    background-image: url('background_img.png');
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    
}
div.logos{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

img.img-1{
    width: 50px;
    height: 70px;
}
img.img-2{
    margin-top: 7px;
    margin-left: 7px;
    width: 50px;
    height: 60px;
}
div.text{
    text-align: center;
}
div.text h1{
    color: white;
    font-size: 35px;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: Arial;
}
div.text h2{
    margin-top: 0;
    color: white;
    font-size: 15px;
    font-family: sans-serif;
}

button.continue{
    background: none;
    font-size: 20px;
    color: white;
    border: 4px solid white;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 550px;
    border-radius: 20px;
}
span{
    background-color: antiquewhite;
    width: 100px;
    height: 100px;
}

/*-----------------------*/
/* Styles For Score Page */
/*-----------------------*/

body, html {
    height: 100%;
    margin: 0;
    background-color: rgb(229, 233, 237);
    text-align: center;

}
button.about{
    position: relative;
    float: left;
    background-color: rgba(255, 255, 255, 0);
    z-index: 9;
    font-size: 20px;
    border-radius: 50%;
    padding: 1px 10px;
    color: white;
    border-color: white;
    border-style: solid;
    margin-top: 15px;
    margin-left: 15px;
}
.popup{
    width: 100%;
    height: 85%;
    position: absolute;
    background-color:rgb(45, 75, 105);
    background-image: url(BG\ 2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 50%;
    transform: translate(-50%,-100%) scale(0);
    text-align: center;
    color: #333;
    transition: transform 0.5s, top 0.5s;
    z-index: 9;
    box-shadow: none;
    border-radius: 30px 30px 0 0;
    color: white;
    visibility: hidden;
}
.popup img{
    width: 150px;
    margin-top: 30px;
    margin-left: 50px;
}
.popup button{
    font-size: 20px;
    font-style: bold;
    background-color: #33333300;
    border-radius: 50%;
    padding: 5px 10px;
    color: white;
    border-color: white;
    border-style: solid;
    position: relative;
    float: right;
    z-index: 9;
    margin-right: 20px;
    margin-top: 20px;
}
.popup p{
    font-size: 25px;
    text-align: justify;
    margin: 30px;
} 
.popup h6{
    font-size: 15px;
    font-family: Arial;
}
.open-popup{
    visibility: visible;
    transform: translate(-50%,-50%) scale(1);
    top: 57.5%;
    box-shadow: 0px -55px 80px rgba(43, 43, 43, 0.448);
}
h3{
    font-family:  Helvetica;
    color: white;
    margin-bottom: 0;
    margin-top: 40px;
    
}
h2{
    font-family:  Helvetica;
    color: white;
    margin-bottom: 0;
    margin-top: 4px;
    
}
h1{
    font-family:  Helvetica;
    color: white;
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 20px;
    
}
small{
    font-size: 10px;
}
div.bg{
    background-color: rgb(45, 75, 105);
    height: 400px;
    width: 100%;
    border-bottom-left-radius: 30% 10%;
    border-bottom-right-radius: 30% 10%;
    position: absolute;
    
    
}
div.score_box{
    width: 85%;
    height: 360px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    margin-left: 29px;
    margin-top: 170px;
    border-radius: 20px;
    display: flex;
    
}
.img{
    width: 95%;
    height: 100px;
    background-color: rgb(78, 78, 78);
    position: absolute;
    margin-left: 8px;
    margin-top: 10px;
    border-radius: 20px;
    
}
.score_box img {
    
    margin-top: 130px;
    margin-left: 30px;
    
 
}
img.score_logo_royal{
    float: left;
    height: 75px;
    width: 50px;
    margin-left: 20px;
}  
img.score_logo_thomas{
    float: right;
    margin-left: 8px;
    margin-top: 138px;
    height: 70px;
    width: 55px;
    
    
} 
.text_royal{
    margin-left: 10px;
    font-family: Trebuchet MS;
} 
.text_royal h5{
    padding-top: 120px;
    margin-bottom: 0;
    text-align: left;
    
}
.text_royal h2{
    color: black;
    margin-top: 0;
    text-align: left;
    font-size: 20px;
    font-family: Trebuchet MS;
    margin-left: -1px;
}
.text_royal h6{
    color: black;
    margin-top: 0;
    text-align: left;
    margin-left: 0;
}
.text_royal h4{
    color: black;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.text_thomas{
    font-family: Trebuchet MS;
    margin-left: 30px;
}
.text_thomas h5{
   text-align: right;
    margin-bottom: 0;
    padding-top: 120px;
    margin-left: 10px;
    margin-right: 0;
}
.text_thomas h2{
    color: black;
    margin-top: 0;
    text-align: right;
    font-family: Trebuchet MS;
    font-size: 20px;
}
.text_thomas h6{
    color: black;
    margin-top: 0;
    text-align: right;
}
.player_text{
    color: rgb(0, 0, 0);
    position: absolute;
    display: flex;
    margin-top: 215px;
    text-align: left;
    font-family: 'Segoe UI';
    font-size: 15px;
}
.player_text_thomas{
    margin-left: 80px;
    

}
.player_text_thomas h4{
    margin-top: 0;
    margin-bottom: 0;
    
}
.player_text_royal h4{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 13px;
}
.day{
    position: absolute;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(30, 30, 30);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
    padding-bottom: 5px;
    color: white;
    border-radius: 20px;
    font-size: 13px;
    margin-left: 115px; 
    margin-top: 268px;
    box-shadow: 0px 5px 10px black;
}
.info{
   position: absolute; 
   margin-left: 2px;
   margin-top: 290px;
}
.info h3{
    color: rgb(30, 30, 30);
    margin-top: 0px;
    font-size: 15px;
    font-family:  Helvetica;
    margin-top: 10px;
    
}
.line{
    width: 70px;
    height: 3px;
    background-color: rgb(30, 30, 30);
    position: absolute;
    margin-left: 125px; 
    margin-top: 3px;
    
}

button.inning_1{
    position: absolute;
    display: block;
    margin-left: 100px;
    margin-top: 580px;
    background-color: rgb(30, 30, 30);
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    border: none;
    border-radius: 10px;
}
button.inning_2{
    position: absolute;
    display: block;
    margin-left: 100px;
    margin-top: 630px;
    background-color: rgb(30, 30, 30);
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    border: none;
    border-radius: 10px;
}