.tb-1 {
  background-color: #FF949E;
}

.tb-2 {
  background-color: #8FE3E7;
}

.tb-3 {
  background-color: #FFCB92;
}

.tb-4 {
  background-color: #BBE5FF;
}

.tb-tgr {
  background: url(/img/TGR-Bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center middle;
}

.tb-twa {
  background: url(/img/TWA-Bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center middle;
}

html {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  height: 100%;
  background: #BBE5FF;
}

.main {
  border: 14px solid #F4E1CB;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: scroll;
}

.hero {
  position: fixed;
  height: auto;
  z-index: -1;
  min-height: 700px !important;
  height: 100vh;
  width: calc(100% - 14px);
  background: url(/img/hero-tom-3.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center middle;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .hero {
    position: fixed;
    height: auto;
    z-index: -1;
    min-height: 700px !important;
    height: 100vh;
    width: calc(100% - 14px);
    background: url(/img/mobile-hero.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center middle;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.text-hero {
  color: white;
  font-size: calc(15.5vw - 14px);
  font-family: fenwick,sans-serif;
  opacity: 0.6;
}

.content {
  padding-top: 100vh;
  z-index: 500;
}

.n-open {
  font-size: 25px;
  padding: 10px;
  cursor: pointer;
  pointer-events: auto;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.n-open:hover {
  color: #4EB2B7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  pointer-events: auto;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #DDCCBA;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 5px;
  text-decoration: none;
  font-size: 30px;
  color: #4D5760;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: dashiell-fine, serif;
  font-weight: 600;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #4EB2B7;
  cursor: pointer;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.block {
  width: 100%;
  height: auto;
}

.button-tf {
  background-color: #111827;
  border: 1px solid transparent;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  font-family: fenwick,sans-serif;
  font-weight: 300;
  line-height: 1.5rem;
  padding: 1rem 1.2rem;
  text-align: center;
  -webkit-text-decoration: none #6B7280 solid;
          text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color,border-color,color,fill,stroke;
  transition-property: background-color,border-color,color,fill,stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  width: auto;
}

.button-tf:hover {
  background-color: #4EB2B7;
  color: #FFFFFF;
}

.button-tf:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: #FFFFFF;
}

.live-row {
  max-width: 750px;
  min-height: 100px;
  border-bottom: 0.5px solid grey;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.live-datebox {
  min-width: 90px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.tom-link {
  text-decoration: none;
}

.tom-link:a {
  text-decoration: none;
  color: initial;
  font-weight: bold;
}

.tom-link:hover {
  text-decoration: none;
}

.text-secondary-hero {
  color: white;
  font-size: 9vw;
  font-family: fenwick,sans-serif;
  opacity: 0.6;
  overflow: hidden;
  text-align: left;
}

.calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.calendar .header .month-year {
  font-size: 20px;
  font-weight: bold;
  color: #636e73;
  padding: 20px 0;
}

.calendar .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.calendar .days .day_name {
  width: calc(100% / 7);
  border-right: 1px solid #2c7aca;
  padding: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #818589;
  color: #fff;
  background-color: #448cd6;
}

.calendar .days .day_name:nth-child(7) {
  border: none;
}

.calendar .days .day_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc(100% / 7);
  border-right: 1px solid #e6e9ea;
  border-bottom: 1px solid #e6e9ea;
  padding: 15px;
  font-weight: bold;
  color: #7c878d;
  cursor: pointer;
  min-height: 100px;
}

.calendar .days .day_num span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  font-size: 14px;
}

.calendar .days .day_num .event {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 4px;
  color: #000000;
  word-wrap: break-word;
  text-decoration: none;
}

.calendar .days .day_num .event:a {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #fff;
  word-wrap: break-word;
  text-decoration: none;
}

.calendar .days .day_num .event.green {
  background-color: #51ce57;
}

.calendar .days .day_num .event.blue {
  background-color: #518fce;
}

.calendar .days .day_num .event.red {
  background-color: #ce5151;
}

.calendar .days .day_num:nth-child(7n+1) {
  border-left: 1px solid #fdfdfd;
}

.calendar .days .day_num:hover {
  background-color: #FCE5D0;
}

.calendar .days .day_num {
  background-color: #fdfdfd;
}

.calendar .days .day_num.ignore {
  background-color: #fdfdfd;
  color: #ced2d4;
  cursor: inherit;
}

.calendar .days .day_num.selected {
  background-color: #f1f2f3;
  cursor: inherit;
}
/*# sourceMappingURL=app-style.css.map */