/*-----------     width 1280 pixels      ---------     */
@media only screen and (max-width: 1280px) {
  .topnav a {
    font-size: 70%;
    font-size-adjust: inherit;
  }

  /*---------- DIV WIDTHS -----------*/
  .width90 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .width80 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .width70 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .width60 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .width50 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .width40 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .width30 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .width20 {
    padding-left: 30%;
    padding-right: 30%;
  }


}

/*-----------     width 1020 pixels      ---------     */
@media only screen and (max-width: 1020px) {
  /*-------------- TOP NAV ----------------------------*/

  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

  .topnav.responsive {
    position: relative;
    width: 100%;
  }

  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }







}

/****************************************
*****************************************

           width 900 pixels

******************************************
******************************************/

@media only screen and (max-width: 900px) {
  .col {
    width: 100%;
  }


  /*---------- DIV WIDTHS -----------*/
  .width90 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .width80 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .width70 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .width60 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .width50 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .width40 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .width30 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .width20 {
    padding-left: 5%;
    padding-right: 5%;
  }


  /*------- TABLES -------------*/
  .table50 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .table60 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .table70 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .table80 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }



  /*----------- IMAGE SIZES -----------*/
  .pic20 {
    width: 40%;
    height: auto;
    margin-left: 30%;
  }

  .pic30 {
    width: 60%;
    height: auto;
    margin-left: 20%;
  }

  .pic40 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .pic50 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .pic60 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .pic70 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .pic80 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .pic90 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .pic100 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .pic110 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .pic120 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .pic130 {
    width: 80%;
    height: auto;
    margin-left: 10%;
  }

  .flierJPG {
    width: 95%;
  }

  .video50 {
    width: 90%;
    margin-bottom: 30px;
  }

  .video25 {
    width: 90%;
    margin-bottom: 30px;
  }


  /*----------- TOP NAV -------------*/

  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


  
/* CSS Grid */
.grid-2 {
  width:100%;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows:repeat(auto, 1fr);
  justify-content: center;
  /* align-content: center; */
  padding: 10px;
  gap: 0px;
}
.grid-3 {
  width:100%;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows:repeat(auto, 1fr);
  justify-content: center;
  /* align-content: center; */
  padding: 10px;
  gap: 40px;
}

.grid-4 {
  width:100%;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows:repeat(auto, 1fr);
  justify-content: center;
  gap: 40px;
}
.grid-5 {
  width:100%;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows:repeat(auto, 1fr);
  justify-content: center;
  gap: 40px;
}


.grid-2v6 {
  width:100%;
  align-items: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1px;
  grid-template-columns: repeat(1, 1fr); 
  grid-template-rows: repeat(6, auto);    
  justify-content: center;
  padding: 10px;
}
.grid-2v5 {
  width:100%;
  align-items: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1px;
  grid-template-columns: repeat(1, 1fr); 
  grid-template-rows: repeat(6, auto);    
  justify-content: center;
  padding: 10px;
}
.grid-2v4 {
  width:100%;
  align-items: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1px;
  grid-template-columns: repeat(1, 1fr); 
  grid-template-rows: repeat(4, auto);    
  justify-content: center;
  padding: 10px;
}
.grid-2v3 {
  width:100%;
  align-items: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1px;
  grid-template-columns: repeat(1, 1fr); 
  grid-template-rows: repeat(3, auto);    
  justify-content: center;
  padding: 10px;
}


.gridItem {
  width:100%;
  height:auto
}



}