@media screen and (min-width: 0px) and (max-width: 600px) {
  #my1 { display: none; }  /* hide on small screens */
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  #my2 { display: none; }  /* hide on small screens */
}
@media screen and (min-width: 0px) and (max-width: 600px) {
  #my3 { display: none; }  /* hide on small screens */
}

 @media screen and (min-width: 601px) and (max-width: 2500px) {
  #my4 { display: none; }   /* hide it elsewhere */
} 
@media screen and (min-width: 601px) and (max-width: 2500px) {
  #my5 { display: none; }   /* hide it elsewhere */
} 
@media screen and (min-width: 601px) and (max-width: 2500px) {
  #my6 { display: none; }   /* hide it elsewhere */
} 

.specialfont {

  font-size: 2.3rem;
}

#thebox{display: none; width: 100%; height: 35px; text-align: center; background-color: black; background: black;}

.announcement {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: #f58516;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 1.1em;
  border-color: black;
  padding-top: 10px;
  height: 48px;
}

.announcement a { 
  color: rgb(0, 0, 0); 
}

.announcement a:hover {
  color: white;
}

.mobiletext {

  font-size: 0.75em;
}

#mobileshow    { display:none; }

@media screen and (max-width: 800px) {
  .pjr1 {
    font-size: 2rem!important;
  }

  .pjr {
    font-size: 2rem!important;
  }
#mobileshow   { display:inline-block; }
}

#desktopshow   { display:none; }


#nowshow {display: none;}

@media screen and (min-width: 801px) {
#desktopshow   { display:inline-block; }

.newmargin {

  padding-left: 2rem;
}
.smaller1 {

  height: 600px!important;
}

.citylogos {

  margin-right: 3rem;
  padding-right: 15rem;
 }

.middle1 {

  margin-right: 5em!important;
}

}

.newsize {

  font-size: 1.8rem !important;
}

.announcement2 {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: #f58516;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 1.1em;
  border-color: black;
  padding-top: 14px;
  height: 130px;
}

.announcement2m {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: #f58516;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 1.1em;
  border-color: black;
  padding-top: 14px;
  height: 220px;
}

.announcement a { 
  color: white; 
}

.announcement a:hover {
  color: black;
}

.bkg-green1 {

  background: #006400;
  border-color: #006400;
}

.playbutton {

  margin-left: 0!important;

}


.announcement3 {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: #f58516;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 1.1em;
  border-color: black;
  padding-top: 30px;
}

.announcement3m {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: #f58516;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 1.1em;
  border-color: black;
  padding-top: 5%;
  height: 12em;
}

.centertexts {

  text-align: center!important;
}


.navb {

  
    border: none!important;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.64)!important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.64)!important;
    display: inline-block!important;
    font-size: 1em!important;
    padding: 0.6em 1.5em!important;
    width: auto;
  
  
 
    background-color: rgba(232, 136, 40, 0.99)!important;
    color: #fff !important;
  
  
 
  
}

.navb:hover {
  background-color: #c96500!important;
}

.left1 {

  text-align: left!important;
}

.buttonleft {

  text-align: left;

}

.divspace {

padding-right: 1rem;}

.homepadding {

  padding-bottom: 1rem!important;
}

table, th, td {
border: 1px solid white;
border-collapse: collapse;
}
    
.overflows {

  overflow: initial!important;
}