
/* css */

div.container-fluid{
  background-color: #487A99;
  height: 2000px;
  font-family: 'Oswald';
}


/* row 1 */
#logo{
  height: 100px;
  margin-left: 5%;
}

#title-box{
  height: 100%;
  background-color: #212447;
}
#title{
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: white;
}

#broadcast{
  height: 100%;
  width: 100%;
  background-color: #2C4C3B;
  color: white;
  font-size: 25px;
  text-align: center;
}

/* row 1 score box container */
.sub-row-1{
  height: 50px;
}
#sub-row-1-computer{
  background-color: gray;
  border: solid 2px white;
  color: white;
  text-align: center;
  font-size: 20px;
}
#sub-row-1-computer-score{
  background-color: black;
  border: solid 2px white;
  color: white;
  text-align: center;
  font-size: 20px;
}
.sub-row-2{
  height: 50px;
}
#sub-row-2-you{
  background-color: gray;
  border: solid 2px white;
  color: white;
  text-align: center;
  font-size: 20px;
}
#sub-row-2-your-score{
  background-color: black;
  border: solid 2px white;
  color: white;
  text-align: center;
  font-size: 20px;
}

/* row 2 */
#top-baseline{
  height: 180px;
  width: 500px;
  margin: auto;
  background-color: #51778D;
  border-style: solid;
  border-width: 10px;
  border-color: white;
}
#button-1{
  width: 49.5%;
  height: 100%;
  display: inline-block;
  border-right: dotted 5px white;
}
#button-2{
  margin-left: auto;
  width: 49%;
  height: 100%;
  display: inline-block;
  border-left: dotted 5px white;
}





/* row 3 top service zone */

#top-service-zone{
  height: 200px;
  width: 500px;
  margin: auto;
  background-color: #51778D;
  border-style: solid;
  border-width: 10px;
  border-color: white;
}

#top-service-separation{
  width: 5px;
  height: 200px;
  border-style: solid;
  border-width: 5px;
  border-color: white;
  margin:auto;
}

/* row 4 net */
#net{
  margin: auto;
  height: 20px;
  width: 500px;
  background-color: white;
  text-align: center;
}


/* row 5 lower service zone */
#lower-service-zone{
  height: 200px;
  width: 500px;
  margin: auto;
  background-color: #51778D;
  border-style: solid;
  border-width: 10px;
  border-color: white;
}

#lower-service-separation{
  width: 5px;
  height: 200px;
  border-style: solid;
  border-width: 5px;
  border-color: white;
  margin:auto;
}

/* row 6 lower baselin */
#lower-baseline{
  height: 180px;
  width: 500px;
  margin: auto;
  background-color: #51778D;
  border-style: solid;
  border-width: 10px;
  border-color: white;
}
#button-3{
  width: 49.5%;
  height: 100%;
  display: inline-block;
  border-right: dotted 5px white;
}
#button-4{
  width: 49%;
  height: 100%;
  display: inline-block;
  border-left: dotted 5px white;
}



/* row 9 note box */
#note-box{
  margin-top: 30px;
  height: 100%;
  background-color: black;
  width: 100%;
}
#note-title{
  text-align: center;
  font-size: 30px;
  color: white;
}
#note-content{
font-family: "Calibri";
  color: white;
  font-size: 20px;
  text-align: justify;
  margin-left: 40px;
  margin-right: 40px;
  font-weight: normal;
}









/* below are breakpoints */


@media (max-width: 1199.98px) {
  /* row 1 */
  #logo{
    height: 80px;
  }
  #title{
    font-size: 30px;
  }
  #broadcast{
    font-size: 20px;
  }
  .sub-row-1{
    height: 40px;
  }
  #sub-row-1-computer{
    font-size: 15px;
  }
  #sub-row-1-computer-score{
    font-size: 15px;
  }
  .sub-row-2{
    height: 40px;
  }
  #sub-row-2-you{
    font-size: 15px;
  }
  #sub-row-2-your-score{
    font-size: 15px;
  }

  /* row 2 */

  #top-baseline{
    height: 180px;
    width: 500px;
  }


  /* row 3 top service zone */

  #top-service-zone{
    height: 200px;
    width: 500px;
  }

  #top-service-separation{
    width: 5px;
    height: 200px;
  }


  /* row 4 net */
  #net{
    margin: auto;
    height: 20px;
    width: 500px;
    background-color: white;
    text-align: center;
  }

  /* row 5 lower service zone */
  #lower-service-zone{
    height: 200px;
    width: 500px;
  }

  #lower-service-separation{
    width: 5px;
    height: 200px;
  }

  /* row 6 lower baselin */
  #lower-baseline{
    height: 180px;
    width: 500px;
  }



}
@media (max-width: 991.98px) {

  /* row 1 */
  #logo{
    height: 70px;
  }
  #title{
    font-size: 35px;
  }
  #broadcast{
    font-size: 15px;
  }

  #sub-row-1-computer{
    font-size: 10px;
  }
  #sub-row-1-computer-score{
    font-size: 10px;
  }

  #sub-row-2-you{
    font-size: 10px;
  }
  #sub-row-2-your-score{
    font-size: 10px;
  }

  /* row 2 */

  #top-baseline{
    height: 130px;
    width: 430px;
  }

  /* row 3 top service zone */

  #top-service-zone{
    height: 130px;
    width: 430px;
  }

  #top-service-separation{
    width: 5px;
    height: 130px;
  }


  /* row 4 net */
  #net{
    margin: auto;
    height: 20px;
    width: 430px;
  }

  /* row 5 lower service zone */
  #lower-service-zone{
    height: 130px;
    width: 430px;
  }

  #lower-service-separation{
    width: 5px;
    height: 130px;
  }

  /* row 6 lower baselin */
  #lower-baseline{
    height: 130px;
    width: 430px;
  }
 }
@media (max-width: 767.98px) {

    /* row 1 */
    #logo{
      height: 70px;
    }

    #title{
      font-size: 35px;
    }
    #broadcast{
      font-size: 15px;
    }

    #sub-row-1-computer{
      font-size: 10px;
    }
    #sub-row-1-computer-score{
      font-size: 10px;
    }

    #sub-row-2-you{
      font-size: 10px;
    }
    #sub-row-2-your-score{
      font-size: 10px;
    }

    /* row 2 */

    #top-baseline{
      height: 100px;
      width: 300px;
    }

    /* row 3 top service zone */

    #top-service-zone{
      height: 100px;
      width: 300px;
    }

    #top-service-separation{
      width: 5px;
      height: 100px;
    }


    /* row 4 net */
    #net{
      margin: auto;
      height: 20px;
      width: 300px;
    }

    /* row 5 lower service zone */
    #lower-service-zone{
      height: 100px;
      width: 300px;
    }

    #lower-service-separation{
      width: 5px;
      height: 100px;
    }

    /* row 6 lower baselin */
    #lower-baseline{
      height: 100px;
      width: 300px;
    }


    /* row 9 note box */
    #note-box{
      margin-top: 20px;
      height: 100%;
      background-color: black;
      width: 100%;
    }
    #note-title{
      text-align: center;
      font-size: 20px;
      color: white;
    }
    #note-content{
    font-family: "Calibri";
      color: white;
      font-size: 15px;
      text-align: justify;
      margin-left: 20px;
      margin-right: 20px;
      font-weight: normal;
    }
 }



 @media (max-width: 575.98px) {
   div.display-none{
     display: none;
   }



   #title{
     font-size: 25px;
   }
   #broadcast{
     font-size: 12px;
   }

   #sub-row-1-computer{
     font-size: 8px;
   }
   #sub-row-1-computer-score{
     font-size: 8px;
   }

   #sub-row-2-you{
     font-size: 8px;
   }
   #sub-row-2-your-score{
     font-size: 8px;
   }


   /* row 2 */

   #top-baseline{
     height: 100px;
     width: 300px;
   }

   /* row 3 top service zone */

   #top-service-zone{
     height: 100px;
     width: 300px;
   }

   #top-service-separation{
     width: 5px;
     height: 100px;
   }


   /* row 4 net */
   #net{
     margin: auto;
     height: 20px;
     width: 300px;
   }

   /* row 5 lower service zone */
   #lower-service-zone{
     height: 100px;
     width: 300px;
   }

   #lower-service-separation{
     width: 5px;
     height: 100px;
   }

   /* row 6 lower baselin */
   #lower-baseline{
     height: 100px;
     width: 300px;
   }


   /* row 9 note box */
   #note-box{
     margin-top: 20px;
     height: 100%;
     background-color: black;
     width: 100%;
   }
   #note-title{
     text-align: center;
     font-size: 20px;
     color: white;
   }
   #note-content{
   font-family: "Calibri";
     color: white;
     font-size: 15px;
     text-align: justify;
     margin-left: 20px;
     margin-right: 20px;
     font-weight: normal;
   }

 }
