
inline {
  display: inline;
}



/* Navigation bar */
.topnav {
  /* overflow: hidden;*/
  background-color: rgb(5, 15, 50);
  position: sticky;
  z-index: 1;
  top: 0;
  height: 85px;
}

/* Navagation Buttons */
.topnav a {
  margin: 10px;
  float: right;
  display: block;
  border-radius: 4px;
  color: rgb(218, 218, 218);
  text-align: center;
  font-size: smaller;
  padding: 20px 10px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: rgb(15, 30, 100);
  color: rgb(255, 255, 255);
}



/* Language drop down stuff */
.langbtn {
  background-color: rgb(5, 15, 50);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 23px 25px;
  border: none;
  cursor: pointer;
  margin: 10px;
}

.langdrop {
  position: relative;
  display: inline-block;
}

.langdrop-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: rgb(5, 15, 50);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.langdrop-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.langdrop-content a:hover {
  background-color: rgb(15, 30, 100);
}

.langdrop:hover .langdrop-content {
  display: block;
}

.langdrop:hover .langbtn {
  background-color: rgb(15, 30, 100);
}




/* HOME */
.headerhome {
  height: 800px;
  background-image: url('Images/summer23/s23img23.JPG');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 40%;
  background-size: 100% 100%;
  background-size: cover;
  color: white;
  font-size: 200%;
  padding: 10px;
}

.headerhome a {
  color: lightgray;
}


/* Create three equal columns that floats next to each other */
.column {
  width: 50%;
  padding: 70px 10px 20px 10px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:800px) {
  .column {
    width: 100%;
  }
  .headerhome {
    font-size: 150%;
  }

}




.benefitsti {
  background-color: white;
  color: rgb(0,70,150);
  text-align: center;
  font-size: x-large;
  padding: 0%;
  margin: 0%;
  height: 100px;
  overflow: visible;
}


.fourbenefits {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0px 25px 0px 25px;
  background-color: white;
  padding: 0px 50px 70px 50px;
  margin: 0%;
}

.fourbenefits > div {
  text-align: center;
  padding: 20px;
  font-size: 30px;
  border-radius: 25px;
  font-size: 80%;
  margin: 0px 20px 0px 20px;
}

.oppimg {
  border: 2px solid rgba(0, 41, 90, 0);
  /*grid-column: 1 / 7; */
}

.oppimg img {
  width: 100px;
  position: relative;
  top: 75px;
  border-radius: 50%;
  border: 2px solid rgb(0, 40, 90);
}


.brnimg {
  border: 2px solid rgba(0, 41, 90, 0);
  /*grid-column: 1 / 7; */
}

.brnimg img {
  width: 100px;
  position: relative;
  top: 75px;
  border-radius: 50%;
  border: 2px solid rgb(0, 40, 90);
}

.opptxt {
  border: 2px solid rgb(0, 41, 90);
  background-color: rgb(200, 220, 240);
}

.opptxt p {
  font-size: large;
  text-align: left;
}

.opptxt li {
  font-size: large;
  text-align: left;
  margin-left: 10%;
}

.brntxt {
  border: 2px solid rgb(0, 41, 90);
  background-color: rgb(200, 220, 240);
}

.brntxt p {
  font-size: large;
}

.brntxt li {
  font-size: large;
  text-align: left;
  margin-left: 10%;
}

.strimg {
  border: 2px solid rgba(0, 41, 90, 0);
  /*grid-column: 1 / 7; */
}

.strimg img {
  width: 100px;
  position: relative;
  top: 70px;
  border-radius: 50%;
  border: 2px solid rgb(0, 40, 90);
}

.hrtimg {
  border: 2px solid rgba(0, 41, 90, 0);
  /*grid-column: 1 / 7; */
}

.hrtimg img {
  width: 100px;
  position: relative;
  top: 70px;
  border-radius: 50%;
  border: 2px solid rgb(0, 40, 90);
}

.strtxt {
  border: 2px solid rgb(0, 41, 90);
  background-color: rgb(200, 220, 240);
}

.strtxt p {
  font-size: large;
}

.strtxt li {
  font-size: large;
  text-align: left;
  margin-left: 10%;
}

.hrttxt {
  border: 2px solid rgb(0, 41, 90);
  background-color: rgb(200, 220, 240);
}

.hrttxt p {
  font-size: large;
}

.hrttxt li {
  font-size: large;
  text-align: left;
  margin-left: 10%;
}

/*
@media screen and (max-width:1000px) {
  .fourbenefits {
    grid-template-columns: 100%;
  }
}
*/

.homecontact {
  display: grid;
  grid-template-columns: 80% 20%;
  gap: 0px 25px 0px 25px;
  padding: 0px 50px 0px 50px;
  margin: 0%;
}

.aboutushome {
  display: grid;
  grid-template-columns: 55% 35%;
  gap: 0px 25px 0px 25px;
  background: linear-gradient(to bottom, rgba(200, 220, 240, 0) 0%, rgb(200, 220, 240) 10%);
  padding: 0px 50px 0px 50px;
  margin: 0%;
}

.aboutushome > div {
  text-align: left;
  font-size: x-large;
  padding: 0px 0px 0px 0px;
  border-radius: 0px;
  margin: 10px 20px 0px 20px;
}

.aboutti {
  grid-column: 1 / 3;
}

.about1txt{
  color: rgb(20, 20, 20);
}

.about2txt{
  color: rgb(20, 20, 20);
}

.about2txt p {
  font-size: 90%;
}


.gridtitle {
  background-color: #ffffff;
  padding: 20px 20% 5px 20%;
}

.gridtitle h1 {
  display: block;
  border-bottom: 4px solid rgb(0, 41, 90);
  text-align: center;
  font-size: 300%;
}

.homelesson {
  background-color: white;
  margin: 0px 30px 0px 30px;
  color: black;
  font-size: x-large;
  position: relative;
  text-align: left;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 20px;
  padding: 10px;
}

.homelesson > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.homelesson img {
  width:100%;
  text-align: center;
  margin: auto;
}

.homelesson h1 {
  text-align: left;
}

.whole {
  grid-column: 1 / 3;
}

.dashed {
  border: 2px dashed rgb(0, 41, 90);
}

.button {
  background-color: rgb(200, 200, 200);
  color: rgb(30, 30, 30);
  border-radius: 4px;
  float: right;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-right: 10%;
  margin-top: 5px;
}

.button:hover {
  background-color: rgb(222, 222, 222);
  color: rgb(0, 0, 0);
}

.homebottomimg {
  height: 650px;
  background-image: url('Images/bottompew.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
}




/* COACH */


.headercoach {
  height: 400px;
  background-image: url('Images/bottompew.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  color: white;
  font-size: 200%;
  padding: 8% 3% 1% 3%;
}

.twogrid {
  background-color: white;
  margin: 0px 30px 0px 30px;
  color: black;
  font-size: x-large;
  position: relative;
  text-align: left;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 40px;
  padding: 20px;
  font-size: 125%;
}

.twogrid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.twogrid img {
  width:90%;
  text-align: center;
  margin: auto;
}

.gridchange {
  color: black;
}

@media screen and (max-width:800px) {
  .gridchange {
    grid-column: 1 / 3;
  }
}


.margin {
  margin: auto;
  width: 90%;
}






/* CLASSES */
.headerclasses {
  height: 400px;
  background-image: url('Images/headerpew.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 30%;
  background-size: 100% 100%;
  background-size: cover;
  color: white;
  font-size: 200%;
  padding: 8% 3% 1% 3%;
}

.map {
  text-align: center;
  color: rgb(230, 230, 230);
}


.gridtitle2 {
  background-color: #ffffff;
  padding: 20px 10% 5px 10%;
}

.gridtitle2 h1 {
  display: block;
  border-bottom: 4px solid rgb(0, 41, 90);
  text-align: center;
  font-size: 300%;
}

.location {
  font-size: 70%;
  text-align: center;
  padding: auto;
}

.location h2 {
  text-align: center;
}

.location p {
  text-align: center;
}




/*STAR STUDENTS*/

.threegrid {
  background-color: white;
  margin: 70px 20px 30px 20px;
  color: black;
  position: relative;
  text-align: left;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  gap: 0px;
  padding: 0px;
  font-size: 90%;
}

.threegrid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.threegrid img {
  width: 80%;
  height: auto;
  /*width: 480px;
  height: 650px;
  width: 120%;
  height: 125%;*/
  text-align: center;
  margin: auto;
  object-fit: cover;
}

.threegridchange {
  color: black;
}

.threegrid p {
  padding: 0px 20% 0px 0px
}

@media screen and (max-width:900px) {
  .threegrid {
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width:500px) {
  .threegrid {
    grid-template-columns: 100%;
  }
}




/*photos*/

.photospage {
  background-color: #ffffff;
  padding: 10px;
}
/*
.photospage img {
  height: 400px;
  width: auto;
}
*/


.photorow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  margin: 50px 10px 10px 10px;
}

/* Create four equal columns that sits next to each other */
.photocolumn {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.photocolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.photocolumn video {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1000px) {
  .photocolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .photocolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.photorowthree {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  margin: 100px 10px 100px 10px;
  text-align: center;
}

/* Create four equal columns that sits next to each other */
.photocolumnthree {
  -ms-flex: 33.33%; /* IE10 */
  flex: 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}

.photocolumnthree img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  height: 100;
  transition:linear;
}

.photocolumnthree img:hover {
  filter: opacity(30%);
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .photocolumnthree {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}



.headercontact {
  height: 400px;
  background-image: url('Images/contactheader.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 25%;
  background-size: 100% 100%;
  background-size: cover;
  color: white;
  font-size: 200%;
  padding: 8% 3% 1% 3%;
}

.twogridc {
  background-color: white;
  margin: 40px 30px 40px 30px;
  color: black;
  font-size: x-large;
  position: relative;
  text-align: left;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 40px;
  padding: 20px;
  font-size: 150%;
}

.twogridc > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.contacticon {
  width: 5%;
  position: relative;
  top: 8px;
}



.collegetables {
  padding: 1% 10% 5% 10%;
}

.collegetables table, th, td{
  border: 1px solid rgb(255, 255, 255);
  background-color: rgb(200, 220, 240)
}

.collegetables td{
  font-size: 120%;
  padding: 0% 10% 0% 5%;
}









/* FOOTER */
leftabout {
  float: left;
  padding: 20px 30px 20px 30px;
  width: 33%;
  color: white;
  text-align: left;

}

/* Create two columns/boxes that floats next to each other */
middlenav {
  float: left;
  width: 33%;
  padding: 20px 30px 20px 30px;
  color: white;
  text-align: left;

}

/* Style the list inside the menu */
middlenav ul {
  list-style-type: none;
  padding: 0;
}

middlenav a {
  color: white;
}

middlenav a:hover {
  color: lightblue;

}

rightcontact {
  float: left;
  padding: 20px 30px 20px 30px;
  width: 34%;
  color: white;
  text-align: left;
}

footer {
  background-color: lightslategrey;
  height: auto;
  padding: 10px;
}

/* Clear floats after the columns */
footer::after {
  content: "";
  display: table;
  clear: both;
}

/*Media looks at device status and device W/L */
@media (max-width: 600px) {

  leftabout,
  middlenav,
  rightcontact {
    width: 100%;
  }
}
