body {
  font-family: 'Montserrat', sans-serif;
}
div#mainDiv {
  max-width: 1200px;
  border: 1px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
div#bottomBar {
  max-width: 100%;
  padding: 5px;
/*  background-color: #C7B37F;*/
  background-color: #CCC;
  color: black;
  border-top-width: 1px;
  border-top-color: black;
  border-top-style: solid;
  display: flex;
  justify-content: space-between;
}
div#bottomNav {
  flex-grow: 1;
}
table.report {
  border-width: 1px;
  border-color: black;
  border-style: solid;
  border-collapse: collapse;
}

table.report td {
  border-width: 1px;
  border-color: black;
  border-style: solid;  
}

table.report th {
  background-color: gray;
}
table.activityTable {
  width: 100%;
  border-collapse: collapse;
  border-style: solid;
  border-color: black;
 border-width: 1px;
}

table.activityTable td, .activityTable th{
  border-style: solid;
  border-color: black;
  border-width: 1px;
}

table.borderedTable {
  border: 1px solid black;
  border-collapse: collapse;
}
table.borderedTable td, table.borderedTable th{
  border: 1px solid black;
}
.zebra-striped tr:nth-child(odd) {
  background-color: #EEE;
}

#pageHeader {
  padding: 0px;
/*  background-color: #C7B37F;*/
  background-color: #CCC;
  color: black;
 
  font-size: larger;
  font-weight: bold;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid black;
  
}
#headerImage {
 background:
  url("https://www.spanishfork.gov/sliderimage/Frontpage/Copy%20of%20Sports%20Park%20Dusk.jpg") center center / cover no-repeat;
  height: 150px;
  
}
#logoHeaderSection {
  width: 15%;
  order: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
#titleSection {
  min-width: 300px;
  flex-grow: 2;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#titleSection h1 {
  font-size: 70px;
  margin-top: auto;
  margin-bottom: auto;
}
#navMenu {
  height: 150px;
  order: 3;
  width: 20%;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
#navMenu img {
  height: 30%;
  padding: 10px;
  
}
#navTable {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}

.registrationButton {
  width: 200px;
}
.groupTable td {
  padding: 10px;
}


table.memPlanTable th, table.memPlanTable td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
table.memPlanTable th {
  color: white;
  background-color: #DB233A;
}


@media only screen and (max-width: 760px) {
  #titleSection {
    height: 75px;
  }

  #titleSection h1 {
    font-size: 50px;
  }
  #pageHeader {
    height: 100px;
  }
  #logoHeaderSection {
    height: 100px;
  }
  #navMenu {
    height: 100px;
  }
  table.memPlanTable {
    width: 80%;
  }
  table.responsiveTable, table.responsiveTable thead, table.responsiveTable 
  tbody, table.responsiveTable th, table.responsiveTable td, 
  table.responsiveTable tr {
    display: block;
  }
  table.responsiveTable {
    border: none;
  }
  table.responsiveTable thead tr, table.responsiveTable th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsiveTable tr {
    margin: 0 0 1rem 0;
    border: 1px solid black;
  }
  table.responsiveTable td {
    border: none;
    position: relative;
/*    padding: unset;
    padding-left: 35%;
  */
  }
  table.responsiveTable td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 5px;
  }

  td.memType {
    padding: 10px;
    font-weight: bold;
  }  
  .annualMem:before {font-weight: bold; content: 'Annual: '; }
  .monthlyMem:before {font-weight: bold;content: 'Monthly: '; }
  .quarterlyMem:before {font-weight: bold;content: '3-Month: '; }
  .registrationButton {
    width: auto;
  }
  .memType {
    background-color: #DB233A;
    color: white;
    /*padding: 10px;*/
  }
}

@media only screen and (max-width: 500px) {
  #pageHeader {
    height: 175px;
  }
  #titleSection {
    width: 100%;
    order: 3;
  }
  #titleSection h1 {
    margin-left: auto;
    margin-right: auto;
  }
  #navMenu {
    order: 2;
  }
}
@media only screen and (max-width: 300px) {
  #titleSection h1 {
    font-size: 40px;
  }
}
td#bottomContainer {
  padding: 0px;
}

td#pageBody {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

a {
  text-decoration: underline;
  /*color: #6C4D23;*/
  color: black;
}

a:hover {
  color: #666666;
}
a.className {
  text-decoration: none;
  color: black;
}
#bottomContainer a {
  text-decoration: none;
/*  color: #6C4D23;
  color: #000;*/
  color: black;
  font-weight: bold;
  
}
#bottomContainer a:hover {
  color: #666666;
}

.textMainTitleMajor {
  font-family: "Times New Roman", Times, serif;
  font-size: 18pt;
  font-weight: bold;
}

.textMainTitleMinor {
  font-family: "Times New Roman", Times, serif;
  font-size: 16pt;
  font-weight: bold;
}

.textSectionTitle {
  font-family: "Times New Roman", Times, serif;
  font-size: 14pt;
  font-weight: bold;
}

.solidTable {
  border-width: 1px;
  border-style: solid;
}
.errors {
  color: red;
}
.topBorderStrong {
  border-top: solid 3px;
}
.bottomBorderStrong {
  border-bottom: solid 3px;
}
p.question {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 0px;
  border-top: 2px solid gray;
  border-bottom: none;
}
p.answer {
  margin-top: 0px;
  border-bottom: 2px solid gray;
  padding-left: 20px;
}

/**** Reservation Specific Styles ****/

div.pavilionDaily {
  border: 1px solid black;
  margin: 5px;
  flex-grow: 1;
}

table.pavilionMonthView {
  border: 1px solid black;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.pavilionMonthView td, .pavilionMonthView th{
  width: 40px;
  border: 1px solid black;
  text-align: center;
}

.pavilionMonthView caption {
  font-weight: bold;
  font-size: larger;
}

table.pavilionMonthView td.resAvailable {
  background-color: #9CCC65;
}
table.pavilionMonthView td.noRes {
  background-color: red;
}

table.pavilionMonthView td.today {
  background-color: lightgrey;
}

a.calDayLink {
  /*background-color: green;*/
  width: 43px;
  height: 22px;
}

span.fillContainer {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

a.recCenterButton { 
  flex-grow: 1;
  height: 115px;
  width: 200px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  text-decoration: none!important;
  text-align: center;
  padding: 70px 15px;
  color: #db233a;
  position:relative;
  background-color: rgb(88,88,90);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
a.recCenterButton:before {
  content:'';
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  background:rgba(255, 255, 255, 0.6);
  transition:all .2s ease;
}
a.recCenterButton:hover:before {background:rgba(43, 43, 43,.95);}
a.recCenterButton span {
  letter-spacing: 2.5px;
  font-size: 16px;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Montserrat',sans-serif;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index:2;
  -webkit-transition: all .2s ease;-o-transition: all .2s ease;
  transition: all .2s ease;
  display:block;
  left: 15px;right: 15px;top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);line-height:1.3
}
a.recCenterButton:hover span{color:#fff}


a.recCenterNavButton { 
  flex-grow: 1;
  height: 50px;
  width: 200px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
  display: block;
  text-decoration: none!important;
  text-align: center;
  /*padding: 15px 15px;*/
  color: #db233a;
  position:relative;
  background-color: rgb(88,88,90);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
a.recCenterNavButton:before {
  content:'';
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  background:rgba(255, 255, 255, 0.6);
  transition:all .2s ease;
}
a.recCenterNavButton:hover:before {background:rgba(43, 43, 43,.95);}
a.recCenterNavButton span {
  letter-spacing: 2.5px;
  font-size: 16px;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Montserrat',sans-serif;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index:2;
  -webkit-transition: all .2s ease;-o-transition: all .2s ease;
  transition: all .2s ease;
  display:block;
  left: 15px;right: 15px;top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);line-height:1.3
}
a.recCenterNavButton:hover span{color:#fff}

