@font-face {
  font-family: 'Mrs Eaves OT';
  src: url("../Mrs Eaves OT Roman.otf");
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0px;
  height: 100vh;
}

.bg {
  background: url("../img/bg/1.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-blend-mode: darken;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.bg[bgimage="1"] {
  background-image: url("../img/bg/1.jpg");
}

@media only screen and (orientation: portrait) {
  .bg[bgimage="1"] {
    background-image: url("../img/bg/1_small.jpg");
  }
}

.bg[bgimage="2"] {
  background-image: url("../img/bg/2.jpg");
}

@media only screen and (orientation: portrait) {
  .bg[bgimage="2"] {
    background-image: url("../img/bg/2_small.jpg");
  }
}

.bg[bgimage="3"] {
  background-image: url("../img/bg/3.jpg");
}

@media only screen and (orientation: portrait) {
  .bg[bgimage="3"] {
    background-image: url("../img/bg/3_small.jpg");
  }
}

.bg[bgimage="4"] {
  background-image: url("../img/bg/4.jpg");
}

@media only screen and (orientation: portrait) {
  .bg[bgimage="4"] {
    background-image: url("../img/bg/4_small.jpg");
  }
}

.bg[bgimage="5"] {
  background-image: url("../img/bg/5.jpg");
}

@media only screen and (orientation: portrait) {
  .bg[bgimage="5"] {
    background-image: url("../img/bg/5_small.jpg");
  }
}

.bg[bgimage="6"] {
  background-image: url("../img/bg/6.jpg");
}

@media only screen and (orientation: portrait) {
  .bg[bgimage="6"] {
    background-image: url("../img/bg/6_small.jpg");
  }
}

.bg[bgimage="7"] {
  background-image: url("../img/bg/7.jpg");
}

@media only screen and (orientation: portrait) {
  .bg[bgimage="7"] {
    background-image: url("../img/bg/7_small.jpg");
  }
}

.align-items-start > div > img {
  margin-top: 14px;
}

.reg-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 77.19px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .reg-title {
    min-height: 99.19px;
  }
}

.reg-title > h2 {
  font-size: 20px;
  text-align: center;
}

.reg-desc {
  min-height: 6em;
}

.goal-bar {
  border: black 1px solid;
  border-radius: 15px;
  width: 70%;
  position: relative;
  margin-bottom: 10px;
}

.goal-bar > span {
  position: relative;
  top: 0;
  z-index: 1;
}

.goal-fill {
  background: #00ff9d;
  height: 100%;
  border-radius: 15px;
  white-space: nowrap;
  position: absolute;
  top: 0;
}

p {
  font-size: 14px;
}

.footer > p {
  font-size: 10px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Mrs Eaves OT', serif;
  font-weight: normal;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menulink {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
  right: 10%;
  text-align: center;
  margin: auto;
}

.menu {
  font-family: 'Mrs Eaves OT', serif;
  font-size: 28px;
  margin: 0 10%;
}

@media (max-width: 1400px) {
  .menu {
    margin: 0;
  }
}

@media (max-width: 1500px) and (min-width: 1401px) {
  .menu {
    font-size: 26px;
  }
}

@media (max-width: 1300px) and (min-width: 801px) {
  .menu {
    font-size: 24px;
  }
}

@media (max-width: 800px) and (min-width: 500px) {
  .menu {
    font-size: 20px;
  }
}

@media (max-width: 499px) {
  .menu {
    font-size: 16px;
  }
}

.menu > div {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 0;
  }
  .menu > div {
    padding: 0 7px;
  }
}

.activelink {
  border-bottom: 4px solid #74963C !important;
}

@media (max-height: 768px) {
  .activelink {
    border-bottom: 2px solid #74963C !important;
  }
}

.menu a {
  text-decoration: none;
  color: black;
  border-bottom: 4px solid white;
}

@media (max-height: 768px) {
  .menu a {
    border-bottom: 2px solid white;
  }
}

.menu a:hover, .activelink {
  border-bottom: 4px solid #74963C;
  -webkit-transition: border-color 0.4s linear;
  -o-transition: border-color 0.4s linear;
  transition: border-color 0.4s linear;
}

@media (max-height: 768px) {
  .menu a:hover, .activelink {
    border-bottom: 2px solid #74963C;
  }
}

.img-border {
  border: 1px solid #74963C;
  padding: 5px;
  -webkit-box-shadow: 5px 5px 10px grey;
          box-shadow: 5px 5px 10px grey;
}

.img-fluid {
  max-width: 100%;
}

@media (max-width: 575px) {
  .img-party {
    padding: 0 15%;
  }
}

.content-holder {
  position: relative;
  top: 80vh;
  background: white;
  min-height: 1000px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  margin-bottom: 20px;
}

.loader {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  margin-bottom: 200px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}

.rule {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-bottom: 1px solid grey;
  width: 75%;
}
/*# sourceMappingURL=index.css.map */