@charset "UTF-8";
.priColor {
  color: #ffffff !important;
}

.secColor {
  color: #494543 !important;
}

.terColor {
  color: #5C568E !important;
}

.stars {
  list-style: none;
  color: #ffffff;
}
.stars li {
  position: relative;
}
.stars li:before {
  content: "*";
  position: absolute;
  right: 100%;
  margin-right: 6px;
}

.maxWidth100 {
  max-width: 100%;
}

.horizontalCenter {
  margin-left: auto;
  margin-right: auto;
}

.verticalCenter {
  display: flex;
  align-items: center;
}

.noMargin {
  margin: 0 !important;
}

.noSidePadding {
  padding-left: 0;
  padding-right: 0;
}
.noSidePadding .row {
  margin-left: 0;
  margin-right: 0;
}

.noSidePaddingMargin {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.noPadding {
  padding: 0 !important;
}

.totop {
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
}

.bgImage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .bgImage {
    height: 300px;
  }
}

.smallSmallSeparator {
  height: 16px;
}

.smallSeparator {
  height: 32px;
}

.separator {
  height: 48px;
}

.bigSeparator {
  height: 90px;
}

.paddingContainer {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media all and (min-width: 992px) {
  .sidePadding {
    padding-right: 55px;
    padding-left: 55px;
  }
}

.paddingContainerBig {
  padding-top: 100px;
  padding-bottom: 100px;
}

.showOnMobile {
  display: none;
}

@media all and (max-width: 992px) {
  .hideOnMd {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .hideOnMobile {
    display: none;
  }

  .showOnMobile {
    display: block;
  }
}
@media all and (min-width: 600px) {
  .showOnMobile {
    display: none;
  }
}
header {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 768px) {
  header {
    position: fixed;
    background-color: #FFF;
    width: 100%;
  }
}

nav {
  margin: 50px 0 50px 100px;
}
@media all and (max-width: 1200px) {
  nav {
    margin: 50px 10px 50px 10px;
  }
}
@media all and (max-width: 768px) {
  nav {
    margin: 10px;
  }
}
nav .logo {
  max-width: 100%;
}
@media all and (max-width: 992px) {
  nav #zNav {
    text-align: center;
  }
}
nav #zNav .mobileNav {
  display: inline-block;
}
@media all and (max-width: 768px) {
  nav #zNav .mobileNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  nav #zNav .mobileNav .logo {
    height: 80px;
  }
}
nav #zNav .mobileNav #menuBtn {
  display: none;
  font-size: 15px;
  font-family: "Karma", serif;
  color: #5C568E !important;
  font-weight: bold;
  width: 80px;
  text-align: center;
  right: 0;
  top: 20px;
  line-height: 0.7;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  nav #zNav .mobileNav #menuBtn {
    display: inline-block;
  }
}
nav #zNav .mobileNav #menuBtn img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 36px;
}
nav #zNav .mobileNav .menuBtn:hover, nav #zNav .mobileNav .menuBtn:focus {
  color: #322F4D !important;
}
@media all and (min-width: 769px) {
  nav #zNav #navToggle {
    display: inline-block !important;
  }
}
@media all and (max-width: 768px) {
  nav #zNav #navToggle {
    display: none;
  }
}
nav #zNav a, nav #zNav ul, nav #zNav li {
  display: inline-block;
}
nav #zNav ul {
  margin-top: 50px;
  transform: translateY(-20px);
  margin-left: 25px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #494543;
}
@media all and (max-width: 992px) {
  nav #zNav ul {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  nav #zNav ul {
    border-bottom: none;
    display: block;
  }
}
nav #zNav ul li {
  margin: 0;
  padding: 0 20px 10px 20px;
}
@media all and (max-width: 768px) {
  nav #zNav ul li {
    display: block;
  }
}
nav #zNav ul li a {
  font-weight: bold;
  color: #5C568E;
  font-size: 18px;
}
nav #zNav ul li a:hover {
  color: #322F4D;
  text-decoration: none;
}

.divider1 {
  height: 250px;
}
@media all and (max-width: 992px) {
  .divider1 {
    height: 20px;
  }
}

.divider2 {
  height: 90px;
}
@media all and (max-width: 992px) {
  .divider2 {
    height: 20px;
  }
}

.imgWrap {
  display: inline-block;
  overflow: hidden;
}

.fadeintop {
  opacity: 0;
  transform: translateY(-100px);
}

.fadeinbot {
  opacity: 0;
  transform: translateY(100px);
}

.fadeinleft {
  opacity: 0;
  transform: translateX(-100px);
}

.fadeinright {
  opacity: 0;
  transform: translateX(100px);
}

.fadedin {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.imgClipAnim {
  clip-path: inset(100% 0 0% 0);
  -webkit-clip-path: inset(100% 0 0% 0);
}

.imgClipLeftAnim {
  clip-path: inset(100% 0 0% 0);
  -webkit-clip-path: inset(0% 100% 0% 0);
}

.imgClipRightAnim {
  clip-path: inset(100% 0 0% 0);
  -webkit-clip-path: inset(0% 0 0% 100%);
}

.imgClipAnimated {
  clip-path: inset(0% 0 0% 0);
  -webkit-clip-path: inset(0% 0 0% 0);
  transition: 0.6s;
}

.imgScaleAnim {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.imgScaleAnimated {
  transition: transform 4.6s ease, 0.6s clip-path ease;
  -webkit-transition: -webkit-transform 4.6s ease, 0.6s -webkit-clip-path ease;
  transform: scale(1);
  -webkit-transform: scale(1);
}

#mapid {
  height: 500px;
}

table {
  margin-bottom: 26px;
  color: #494543;
}

p, li {
  line-height: 1.5;
  font-family: "Karma", serif;
  font-size: 20px;
  color: #494543;
  font-weight: normal;
}

h1, .h1 {
  font-family: "Mr Dafoe", cursive;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}
h1:before, .h1:before {
    content: "●";
    color: #5C568E;
    position: absolute;
    transform: translate(-70px, -30px);
    font-size: 100px;
}
h2, .h2 {
  text-transform: none;
  font-weight: bold;
  font-family: "Karma", serif;
  line-height: 1.2;
  font-size: 36px;
  color: #5C568E;
  margin: 4px 0 4px 0;
}

h2:before, .h2:before {
  content: "●";
  color: #5C568E;
  position: absolute;
  transform: translate(-70px, -30px);
  font-size: 100px;
}
@media all and (max-width: 600px) {
  h2:before, .h2:before {
    display: none;
  }
}

.smallTextBox {
  max-width: 100%;
  width: 440px;
}
@media all and (min-width: 1201px) {
  .smallTextBox {
    margin: auto;
  }
}
@media all and (max-width: 992px) {
  .smallTextBox {
    padding: 50px 90px 0 90px;
    width: 1000px;
    margin: 50px 0 0;
  }
}
@media all and (max-width: 600px) {
  .smallTextBox {
    padding: 0;
  }
}

.largeTextBox {
  padding: 70px 90px;
  width: 1000px;
  max-width: 100%;
}
@media all and (max-width: 600px) {
  .largeTextBox {
    padding: 0;
    margin-bottom: 50px;
  }
}

#wrapper {
  background-image: url("/img/Iris_1.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}
@media all and (max-width: 992px) {
  #wrapper {
    background: none;
  }
}

.section1 .smallTextBox {
  text-align: center;
  margin: 0 auto 200px auto;
  height: 200px;
}
@media all and (max-width: 992px) {
  .section1 .smallTextBox {
    margin: 0 auto 250px auto;
  }
}
.section1 .offsetRow {
  margin-top: -400px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .section1 .offsetRow {
    margin-top: -500px;
  }
}

.section2 p {
  max-width: 100%;
  width: 440px;
}
.section2 .smallTextBox {
  padding-left: 50px;
}
@media all and (max-width: 992px) {
  .section2 .smallTextBox {
    padding: 0 90px 0 90px;
  }
}
@media all and (max-width: 600px) {
  .section2 .smallTextBox {
    padding: 0;
  }
}
@media all and (max-width: 992px) {
  .section2 .largeTextBox {
    padding: 0 90px 0 90px;
  }
}
@media all and (max-width: 600px) {
  .section2 .largeTextBox {
    padding: 0;
  }
}

.section3 .bgImage {
  margin-bottom: -450px;
}
@media all and (max-width: 992px) {
  .section3 .bgImage {
    margin-bottom: 0;
    padding: 0 90px 0 90px;
  }
}
@media all and (max-width: 600px) {
  .section3 .brownBox {
    padding-top: 50px;
  }
}

.section4 .row {
  background-image: url("/img/Iris_2.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-bottom: -70px;
}
@media all and (max-width: 992px) {
  .section4 .row {
    background: none;
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .section4 .row .largeTextBox {
    padding-top: 50px;
  }
}

a {
  font-weight: bold;
  color: #494543;
}

a:hover, a:focus {
  color: #1c1a19;
}

footer .lineBox, footer .smallTextBox {
  max-width: 100%;
  width: 280px;
}
footer .smallTextBox {
  padding-top: 150px;
  padding-bottom: 150px;
}
footer .smallTextBox p, footer .smallTextBox a {
  font-size: 25px;
}
@media all and (max-width: 992px) {
  footer .smallTextBox {
    padding-top: 20px;
    width: 1000px;
  }
}
footer .smallTextBox .lineBox {
  border-top: 1px solid #494543;
  padding-top: 20px;
  position: absolute;
  bottom: 100px;
}
footer .smallTextBox .lineBox a {
  font-size: 18px;
}
@media all and (max-width: 992px) {
  footer .smallTextBox .lineBox {
    bottom: 60px;
  }
}
@media all and (max-width: 768px) {
  footer .largeTextBox {
    padding-top: 50px;
  }
}

.brownBox {
  background-color: #8E8567;
}
.brownBox h2, .brownBox .h2 {
  color: #322F4D;
}
.brownBox p, .brownBox li {
  color: #ffffff;
}

.redList {
  padding-left: 0; 
  max-width: 500px;
  margin-top: -150px;
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .redList {
    margin-top: 0;
  }
}
.redList li {
  background-color: #ffffff;
  color: white;
  list-style: none;
  padding: 5px 14px;
  display: inline-block;
  margin: 7px 0;
  font-family: "Karma", serif;
  font-size: 32px;
}
.redList li:last-child {
  margin-bottom: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 25px;
  padding-right: 25px;
}

/*# sourceMappingURL=style.css.map */
