.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #a2d5ef;
  margin-bottom: 29px;
}

.body {
  margin-bottom: 0;
}

.brand {
  flex: 1;
  max-width: 30%;
  display: block;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
}

.image {
  max-width: 200px;
}

.home {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.home.w--current {
  color: #000;
}

.container-2 {
  max-width: 100vw;
  height: 100vh;
  margin-bottom: 100px;
}

.container-2.main {
  height: 175vh;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.h1 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.div-block {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-about {
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.image-2, .image-3, .image-4, .image-5 {
  max-width: 20%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.email-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-access {
  background-color: #a2d5ef;
  border-radius: 17px;
  flex: 1;
  max-width: 100%;
}

.email-me {
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 43px;
  display: flex;
}

.lightbox-link {
  max-width: 900px;
}

.h2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.paragraph-light {
  color: #bebebe;
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.footer {
  width: 100%;
  height: 15%;
  display: block;
}

.section-4 {
  background-color: #a2d5ef;
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: flex;
}

.paragraph {
  flex: 0 auto;
}

.ig-logo {
  max-width: 80px;
}

.ig-link {
  color: #000;
  text-decoration: none;
}

.calendar {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.calendar.w--current {
  color: #000;
}

.month-days-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 10%;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.days-of-the-week {
  grid-column-gap: 66%;
  grid-row-gap: 66%;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.weekdays {
  font-family: Montserrat, sans-serif;
}

.div-block-3 {
  flex: 1;
  max-width: 100%;
}

.calendar-section {
  height: 90%;
  margin-left: 100px;
  margin-right: 100px;
}

.weeks {
  max-width: 100%;
  height: 20%;
  display: flex;
}

.day-div {
  border: 6px solid #000;
  border-radius: 10%;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: block;
}

.h1-copy {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.h2-number {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph-2.small {
  font-size: 12px;
  line-height: 14px;
}

.hardcore-paragraph {
  font-family: Montserrat, sans-serif;
  line-height: 15px;
}

.day-div-4 {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/IMG_6391.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 6px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: block;
}

.day-div-5 {
  background-image: linear-gradient(#ffffff75, #ffffff75), url('../images/4webb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border: 6px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.day-div-7 {
  border: 6px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.day-div-19 {
  background-image: linear-gradient(#fffc, #fffc), url('../images/smallsale.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border: 6px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.day-div-13 {
  background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/teapartysmall.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, auto;
  border: 6px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.day-div-24 {
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/battlesmall.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border: 6px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.day-div-27 {
  background-image: linear-gradient(#ffffffc9, #ffffffc9), url('../images/hardcoresmall.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  border: 6px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.lb-3 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.day-div-30-1, .day-div-31-1, .day-div-1, .day-div-two, .day-div-3 {
  border: 6px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: block;
}

.day-div-five {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/IMG_6391.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 6px solid #000;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: block;
}

.lb-30-1, .lb-31-1, .lb-1, .lb-2 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-4 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/shismall.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-5 {
  color: #000;
  background-image: linear-gradient(#ffffffa8, #ffffffa8), url('../images/4webb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-6 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-7 {
  color: #000;
  background-image: linear-gradient(#ffffffa1, #ffffffa1), url('../images/fielddaysmall.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-8, .lb-9, .lb-10 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-11 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-12 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-13 {
  color: #000;
  background-image: linear-gradient(#ffffffc2, #ffffffc2), url('../images/battlesmall.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-14, .lb-15, .lb-16, .lb-17 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-18 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-19 {
  color: #000;
  background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/smallsale.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-20, .lb-21, .lb-22, .lb-23 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-24 {
  color: #000;
  background-image: linear-gradient(#ffffffb8, #ffffffb8), url('../images/teapartysmall.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-25 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-26 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-27 {
  color: #000;
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/hardcoresmall.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-28, .lb-29, .lb-30, .lb-1-2 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-2-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

.lb-3-3 {
  color: #000;
  border-radius: 10%;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 20px;
  }

  .days-of-the-week {
    grid-column-gap: 32%;
    grid-row-gap: 32%;
  }

  .calendar-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .paragraph-2.small {
    font-size: 11px;
    line-height: 13px;
  }
}

@media screen and (max-width: 767px) {
  .container-2.main {
    height: 180vh;
  }

  .h2 {
    font-size: 20px;
  }

  .calendar-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-2 {
    color: #0000;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .container-2.main {
    height: 230vh;
  }

  .container-2.phone {
    max-width: 100vw;
  }

  .h2 {
    font-size: 10px;
  }

  .days-of-the-week {
    grid-column-gap: 11%;
    grid-row-gap: 11%;
  }

  .weeks {
    height: 15%;
  }

  .day-div {
    max-width: 14%;
  }

  .h2-number {
    font-size: 20px;
  }
}


