/* line 35, ../sass/stylesheet.sass */
body {
  background-color: white;
  background-image: url(../images/background2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-attachment: fixed;
}

/* line 44, ../sass/stylesheet.sass */
.container {
  position: relative;
  margin: 0 auto 0 auto;
  width: 900px;
  height: 100%;
}

/* line 50, ../sass/stylesheet.sass */
.header {
  width: 700px;
  height: 100px;
  margin: 0 0 20px 160px;
}

/* line 55, ../sass/stylesheet.sass */
.logotext {
  display: inline-block;
  float: left;
  width: 437px;
  height: 100px;
  text-align: center;
}
/* line 61, ../sass/stylesheet.sass */
.logotext p {
  font-family: "Playfair Display", serif;
  margin: 0;
  color: #201552;
  text-shadow: 2px 2px white;
}
/* line 66, ../sass/stylesheet.sass */
.logotext p:nth-child(1) {
  font-style: italic;
  font-size: 60px;
}
/* line 70, ../sass/stylesheet.sass */
.logotext p:nth-child(2) {
  font-size: 22px;
  font-weight: 900;
}

/* line 75, ../sass/stylesheet.sass */
.logo1, .logo2 {
  width: 80px;
  height: 100px;
  float: left;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}

/* line 83, ../sass/stylesheet.sass */
.logo2 {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}

/* line 91, ../sass/stylesheet.sass */
.navbar {
  width: 100%;
  height: 80px;
  padding-left: 20px;
}
/* line 96, ../sass/stylesheet.sass */
.navbar div {
  margin: 0 auto 20px auto;
  border: 1px solid black;
  background-color: white;
  background-image: url(../images/tagback.png);
  background-repeat: no-repeat;
  border-radius: 30px 0 0 30px;
  margin: 0 20px 0 0;
  cursor: pointer;
  text-align: right;
  height: 60px;
  width: 198px;
  float: left;
  box-shadow: 3px 4px 10px 1px black;
  color: #201552;
  transform-origin: 30px 30px;
  -webkit-transform-origin: 30px 30px;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transition: color 2s, transform 2s;
  -webkit-transition: color 2s, -webkit-transform 2s;
}
/* line 118, ../sass/stylesheet.sass */
.navbar div:hover {
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  color: #2abfe8;
}
/* line 122, ../sass/stylesheet.sass */
.navbar p {
  margin: 3px 14px 0 0;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 36px;
  cursor: pointer;
}

/* line 130, ../sass/stylesheet.sass */
.main {
  margin: 0 auto 20px auto;
  border: 1px solid black;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding-bottom: 20px;
  box-shadow: 3px 4px 10px 1px black;
  text-align: center;
}
/* line 143, ../sass/stylesheet.sass */
.main h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 36px;
  color: #201552;
}

/* line 150, ../sass/stylesheet.sass */
.gallery {
  margin: 0 auto 20px auto;
  border: 1px solid black;
  width: 700px;
  height: 30px;
  background-color: white;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
  margin-top: 20px;
}
/* line 161, ../sass/stylesheet.sass */
.gallery p {
  margin: 0;
  margin-top: 3px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
}
/* line 167, ../sass/stylesheet.sass */
.gallery:hover {
  background-color: #201552;
}
/* line 170, ../sass/stylesheet.sass */
.gallery:hover p {
  color: white;
}

/* line 173, ../sass/stylesheet.sass */
.dropdown {
  margin: 0 auto 20px auto;
  border: 1px solid black;
  width: 700px;
  height: 100%;
  background-color: white;
  border-top: none;
  border-radius: 0 0 15px 15px;
  display: none;
}

/* line 184, ../sass/stylesheet.sass */
.thumb-box {
  margin: 0 auto 20px auto;
  border: 1px solid black;
  width: 150px;
  height: 150px;
  margin: 10px;
  border-radius: 15px;
  background-color: white;
  display: inline-block;
  overflow: hidden;
}
/* line 195, ../sass/stylesheet.sass */
.thumb-box img {
  width: 150px;
  height: 150px;
}
/* line 198, ../sass/stylesheet.sass */
.thumb-box span {
  display: none;
}

/* line 201, ../sass/stylesheet.sass */
.footer {
  margin: 0 auto 20px auto;
  border: 1px solid black;
  width: 100%;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  box-shadow: 3px 4px 10px 1px black;
  text-align: center;
}
/* line 211, ../sass/stylesheet.sass */
.footer p {
  margin: 0;
  margin-top: 5px;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 900;
}

/* line 219, ../sass/stylesheet.sass */
.fader {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

/* line 230, ../sass/stylesheet.sass */
.pic-box {
  margin: 0 auto 20px auto;
  border: 1px solid black;
  z-index: 1;
  border-radius: 15px;
  box-shadow: 3px 4px 10px 1px black;
  position: absolute;
  top: 150px;
  left: 125px;
  width: 650px;
  height: 600px;
  background-color: white;
  display: none;
}
/* line 244, ../sass/stylesheet.sass */
.pic-box img {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 600px;
  height: 520px;
}
/* line 250, ../sass/stylesheet.sass */
.pic-box span {
  position: absolute;
  bottom: 16px;
  left: 25px;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  color: #201552;
}

/* line 259, ../sass/stylesheet.sass */
.home-container {
  position: relative;
  margin: 0 auto 0 auto;
  width: 850px;
  height: 100%;
}
/* line 264, ../sass/stylesheet.sass */
.home-container p {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  text-align: left;
}

/* line 270, ../sass/stylesheet.sass */
.pics-box {
  background-color: white;
  width: 250px;
  height: 268px;
  box-shadow: 3px 4px 10px 1px black;
}
/* line 276, ../sass/stylesheet.sass */
.pics-box p {
  margin-top: 5px;
  font-family: serif;
  font-size: 25px;
  font-style: italic;
  text-align: center;
}

/* line 285, ../sass/stylesheet.sass */
#picbox1 {
  background-color: white;
  float: right;
  clear: both;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  margin-left: 12px;
}

/* line 290, ../sass/stylesheet.sass */
#picbox2 {
  background-color: white;
  float: left;
  clear: both;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  margin-right: 25px;
  margin-bottom: 4px;
}

/* line 296, ../sass/stylesheet.sass */
#picbox3 {
  background-color: white;
  float: left;
  clear: both;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  margin-right: 25px;
  margin-bottom: 4px;
}

/* line 302, ../sass/stylesheet.sass */
#picbox4 {
  background-color: white;
  float: right;
  clear: both;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  margin-left: 12px;
}

/* line 307, ../sass/stylesheet.sass */
#picbox5 {
  background-color: white;
  float: right;
  clear: both;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  margin-left: 12px;
}

/* line 312, ../sass/stylesheet.sass */
.pics-rotation {
  margin: 5px auto 0 auto;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150%;
  width: 240px;
  height: 220px;
}

/* line 322, ../sass/stylesheet.sass */
.event-node {
  margin: 0 auto 20px auto;
  border: 1px solid black;
  position: relative;
  background-color: white;
  border-radius: 15px;
  box-shadow: 3px 4px 10px 1px black;
  width: 90%;
  height: 125px;
  overflow: hidden;
}

/* line 334, ../sass/stylesheet.sass */
.event-info {
  z-index: 1;
  height: 100%;
  position: absolute;
  left: 0;
  width: 760px;
  padding-top: 3px;
}

/* line 343, ../sass/stylesheet.sass */
.info-wrapper {
  z-index: 2;
  width: 75%;
  text-align: left;
}
/* line 347, ../sass/stylesheet.sass */
.info-wrapper h2, .info-wrapper h3, .info-wrapper p {
  margin: 0;
  margin-left: 5px;
}

/* line 351, ../sass/stylesheet.sass */
.event-class {
  background-image: url(../images/event-class2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  width: 300px;
}

/* line 357, ../sass/stylesheet.sass */
.event-other {
  background-image: url(../images/event-other2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  width: 300px;
}

/* line 363, ../sass/stylesheet.sass */
.event-ws-iris {
  background-image: url(../images/event-ws-iris.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  width: 300px;
}

/* line 369, ../sass/stylesheet.sass */
.contact-container {
  position: relative;
  margin: 0 auto 0 auto;
  width: 850px;
  height: 100%;
}
/* line 374, ../sass/stylesheet.sass */
.contact-container p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  text-align: center;
}

/* line 380, ../sass/stylesheet.sass */
.classpic1 {
  margin: 5px auto 0 auto;
  background-image: url(../images/class2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
  height: 220px;
}

/* line 389, ../sass/stylesheet.sass */
.classpic2 {
  margin: 5px auto 0 auto;
  background-image: url(../images/class1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
  height: 220px;
}

/* line 398, ../sass/stylesheet.sass */
.wspic-iris {
  margin: 5px auto 0 auto;
  background-image: url(../images/ws-iris1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
  height: 220px;
}
