
/* general styling */
html, body {
  height: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

body {
  background-color: #e7e7e7;
  color: #331d35;
  align-items: center;
}

.hfbContainer {
 /* height: 100%;*/
  margin: 0 auto;
  margin-bottom: 100px;
}

.bodyContainer {
    margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, 
     'Josefin Sans', 
     'Nunito', 
     sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.classTitle {
  padding-top: 10px;
  text-align: left;
  font-weight: normal;
  font-size: 7.2vw;
  padding-bottom:5px;
}

.instructorTitle {
  text-align: left;
  font-weight: normal;
  font-size: 6.5vw;
  padding-bottom:5px;
}

.classDate {
    text-align: left;
   font-weight: normal;
  font-size: 6.5vw;
  padding-bottom:5px;
}

.tssInfo {
    text-align: left;
   font-weight: normal;
  font-size: 4vw;
  padding-top:5px;
  padding-bottom:5px;
}

#preClassBlock {
  padding-top: 40px;
  padding-bottom: 100px !important;
}

.startTimerText {
    text-align: left;
    font-size: 4vw;
}

.startButtonBlock {
  text-align: center;
  padding-top:30px;
}

.classSummaryText {
  font-size: 7vw;
  padding-top: 5vw;
}

#classCompletedBlock {
  font-size: 4vw;
    padding-bottom:150px;
}
#classCompletedBlock h2{
  font-size: 7vw;
  padding-top: 10vw;
  text-align: center;
  padding-bottom: 30px;
}
.dataSectionHeader {
  font-size: 5vw;
}

.timeInZoneTable {
  font-size: 4vw;
  padding-top: 0.5em;
  text-align: left;
  width: 100%;
  text-align: left;
}

.timeInZoneTable th {
  width: 10%;
}

.timeInZoneTable td {
  font-size: 3.5vw;
}

.structTable {
  font-size: 4vw;
  text-align:left;
  /*margin: auto; */
  padding-left:10px;
  padding-top:10px;
  padding-right:10px;
}

.structTable td, .structTable th {
  padding-left: 20px;
  padding-right: 20px;
}

#countdownBlock {
  display:none;
  padding-bottom:150px;
}

.intervalTimerHeader {
  font-size: 6vw;
  padding-top: 2em;
}

.nextIntervalheader {
   font-size: 5vw;
  padding-top: 0.5em;
}

.overallTimerHeader {
   font-size: 4vw;
   padding-top: 3em;
}

#timeCurrent {
  padding-top: 4em;
  font-size: 20vw;
}

#timeOverall {
  padding-top: 4em;
  font-size: 13vw;
}
li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span {
  display: block;
  font-size: 4.5rem;
}

li.overall span {
  font-size: 1.5em;
}


.buttonStart {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 5vw;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  text-decoration:none;
  z-index: 1;
}
.buttonStart:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4CAF50;
  border-radius: 10rem;
  z-index: -2;
}
.buttonStart:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}
.buttonStart:hover {
  color: #fff;
}
.buttonStart:hover:before {
  width: 100%;
}


.subtleDivider {
  margin-top: 0.7em;
    border-top:1px solid black;
    width:100%;
    padding-top: 0.7em;

}

      .classStructTable td {
        text-align: left;
      }

      .classStructTable td.tdIntName {
        width: 1%;
        min-width: 20vw;
        font-size: 3vw;
      }

      .classStructTable td.tdLength {
        font-size: 3.2vw;
      }

      .workBlockHeader {
          display:inline;
          font-size:4vw;
          margin-top: 20px;
      }

      .classStructTable td.workBlockHeaderTD {
        padding-top:15px;
      }

      .classStructTable td.repeatTD {
          padding-top: 5px;
          font-size:2.5vw;
          font-weight: bold;
      }

      .classStructTable td.spacerTD {
      }

      .headerTimeBlock {
          font-size:4vw;
      }
/*
#feedback {
  float: left;
  position: fixed;
  top: calc(80% - 47px);
  right: 0;
}

#feedback a {
  background: #FF4500;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  border: 3px solid #fff;
  border-right: 0;
  display: block;
  padding: 40px 22px;
  transition: all .2s ease-in-out;
}

#feedback a:hover {
  padding-right: 40px;
}
*/
.modal-content {
  width: 400px;
}


.footerText {
  font-size:0.9em;
  padding-bottom: 10px;
}

.postRideFeedbackText {
  text-align: center;
  padding
}

.postRideFeedbackText img{
  padding-top:20px;
  width: 125px;
}

#preClassBlock li {
  text-transform: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
}

@media screen and (min-width: 1001px) {
  .classTitle {
    font-size: 3em;
    color:red;
  }
  .instructorTitle {
    font-size: 2em;
  }

  .classDate {
    font-size: 2em;
  }

  .tssInfo {
    font-size: 1.5em;
  }

  .startTimerText {
    font-size: 1.1em;
  }

  #classCompletedBlock {
    font-size: 1.1em;
  }

  .dataSectionHeader {
    font-size: 2.3em;
  }

  .classSummaryText {
    padding-top: 20px;
    font-size: 2.5em;
  }

  #classCompletedBlock h2 {
    font-size: 3em;
  }
  .structTable {
    font-size: 1.3em;
  }

  .timeInZoneTable {
    font-size: 1.3em;
  }

  .timeInZoneTable td {
  font-size: 1.3em;
  }

  .buttonStart {
    font-size: 1rem;
  }

  .intervalTimerHeader {
    font-size: 2em;
  }

  .nextIntervalheader {
     font-size: 1.7em;
  }

  .overallTimerHeader {
     font-size: 1em;
  }
  #timeCurrent {
    font-size: 8em;
  }
  #timeOverall {
    font-size: 4em;
  }

  .workBlockHeader {
    font-size: 2.0em;
  }

  .headerTimeBlock {
     font-size: 2.0em;
  }

  .classStructTable td.repeatTD {
      font-size:1.3em;
  }
  .classStructTable td.tdIntName {
      font-size: 1.7em;
  }

  .classStructTable td.tdLength {
    font-size: 2.0em;
  }
}

.cd-header {
  position: relative;
  height: 100px;
  width:100%;
      display: block;
  /*background-color: #331d35;*/
  background-color: #AA1111;
  text-align: center;
}

.cd-header h1 {
  color: #ffffff;
  /*line-height: 75px;*/
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 100px;
  }
  .cd-header h1 {
    /*line-height: 100px;*/
    font-size: 2.4rem;
  }
}

.footer {
  /*position: relative;
  left: 0;
  bottom: 0;*/
  width: 100%;
  background-color: black;
  color: white;
  text-align: left;
  font-size: .8em;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.blinking{
    animation:blinkingText 1.0s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}