/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../sass/index.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../sass/index.scss */
body {
  font-family: 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f6f6f6;
  padding-top: 4%;
}
@media (max-width: 600px) {
  /* line 5, ../sass/index.scss */
  body {
    font-size: 0.8em;
    padding-top: 9%;
  }
}

/* line 14, ../sass/index.scss */
.section {
  padding: 20px 0px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
  width: 100%;
  z-index: 2;
  position: relative;
}
/* line 20, ../sass/index.scss */
.section h3 {
  width: 95%;
  max-width: 800px;
  font-family: 'Playfair Display';
  margin: 0 auto;
  font-size: 3em;
  margin-bottom: 1em;
  text-align: center;
}

/* line 31, ../sass/index.scss */
img {
  display: block;
  margin: 1em auto;
  max-width: 100%;
}

/* line 37, ../sass/index.scss */
.micro {
  margin: 0 auto 1em;
  max-width: 200px;
}

/* line 42, ../sass/index.scss */
.mecro {
  max-width: 422px;
  margin: 0 auto;
}

/* line 47, ../sass/index.scss */
.header {
  position: fixed;
  background: black;
  z-index: 5;
  top: 0;
  width: 100%;
}
/* line 53, ../sass/index.scss */
.header img {
  display: block;
  margin: 0.2em auto;
  width: 30%;
}
@media (max-width: 600px) {
  /* line 53, ../sass/index.scss */
  .header img {
    width: 60%;
  }
}
/* line 61, ../sass/index.scss */
.header a {
  color: white;
}
/* line 64, ../sass/index.scss */
.header .i {
  display: block;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.6em);
  font-size: 1.4em;
}
/* line 70, ../sass/index.scss */
.header .i i {
  margin: 0 0.3em;
}

/* line 76, ../sass/index.scss */
.has-caption {
  margin-bottom: 0;
}

/* line 80, ../sass/index.scss */
.inline-caption {
  background: black;
  color: white;
  text-align: right;
  font-size: 0.7em;
  margin-bottom: 1em;
  padding: 1px 4px;
}

/* line 89, ../sass/index.scss */
.outline-caption {
  background: black;
  color: white;
  text-align: right;
  font-size: 0.7em;
  margin-bottom: 0;
  z-index: 3;
  position: relative;
  padding: 2px 8px;
}

/* line 100, ../sass/index.scss */
.caption {
  position: absolute;
  color: white;
  bottom: 2px;
  right: 2px;
  font-size: 0.7em;
}

/* line 108, ../sass/index.scss */
.inln {
  display: inline-block;
  width: 50%;
}
/* line 111, ../sass/index.scss */
.inln.first {
  width: 47.5%;
}

/* line 116, ../sass/index.scss */
.section-image {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 45%;
  min-height: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media (max-width: 600px) {
  /* line 116, ../sass/index.scss */
  .section-image {
    background-attachment: initial;
  }
}
/* line 129, ../sass/index.scss */
.section-image.title-image {
  background-image: url("../media/photo1.jpg");
  background-attachment: initial;
  background-position: center 32%;
  padding-top: 75%;
  font-family: 'Hind';
}
@media (min-width: 600px) {
  /* line 129, ../sass/index.scss */
  .section-image.title-image {
    min-height: 98vh;
  }
}
@media (max-width: 770px) {
  /* line 129, ../sass/index.scss */
  .section-image.title-image {
    background-size: 136%;
  }
}
@media (max-width: 600px) {
  /* line 129, ../sass/index.scss */
  .section-image.title-image {
    font-size: 0.5em;
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding-top: 65%;
    background-position: 100% 48%;
    background-size: 166%;
  }
}
/* line 150, ../sass/index.scss */
.section-image.title-image h1 {
  min-width: 400px;
  position: absolute;
  top: 3%;
  left: 3%;
  font-weight: 700;
  color: black;
  margin: 0 auto;
  padding: 0.3em 0;
  font-size: 5em;
}
/* line 160, ../sass/index.scss */
.section-image.title-image h1 .h2 {
  max-width: 700px;
  font-weight: 400;
  text-align: left;
  line-height: auto;
  color: black;
  margin: 0 auto;
  padding: 0.3em 0;
  display: block;
  font-size: 0.5em;
}
@media (max-width: 600px) {
  /* line 160, ../sass/index.scss */
  .section-image.title-image h1 .h2 {
    min-width: 100%;
    text-align: center;
  }
}
/* line 175, ../sass/index.scss */
.section-image.title-image h1 span {
  color: #B2B353;
}
@media (max-width: 600px) {
  /* line 150, ../sass/index.scss */
  .section-image.title-image h1 {
    min-width: 100%;
    text-align: center;
  }
}
/* line 183, ../sass/index.scss */
.section-image.title-image h2 {
  max-width: 700px;
  font-weight: 400;
  text-align: left;
  line-height: auto;
  position: absolute;
  left: 2%;
  bottom: 2%;
  color: black;
  margin: 0 auto;
  padding: 0.3em 0;
  display: block;
  font-size: 3em;
}
@media (max-width: 600px) {
  /* line 183, ../sass/index.scss */
  .section-image.title-image h2 {
    min-width: 100%;
    text-align: center;
  }
}
/* line 201, ../sass/index.scss */
.section-image.title-image h3 {
  min-width: 400px;
  width: 60%;
  text-shadow: black 1px 0 10px;
  color: white;
  margin: 0 auto;
  font-size: 1.8em;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  /* line 201, ../sass/index.scss */
  .section-image.title-image h3 {
    min-width: 100%;
    text-align: center;
  }
}
/* line 215, ../sass/index.scss */
.section-image.image2 {
  background-image: url("../media/photo_2.jpg");
}
/* line 218, ../sass/index.scss */
.section-image.image3 {
  background-image: url("../media/photo_3.jpg");
}
/* line 221, ../sass/index.scss */
.section-image.image4 {
  background-image: url("../media/photo_4.jpg");
}
/* line 224, ../sass/index.scss */
.section-image.image5 {
  background-image: url("../media/photo_5.jpg");
}
/* line 227, ../sass/index.scss */
.section-image.image6 {
  background-image: url("../media/photo_6.jpg");
}
/* line 230, ../sass/index.scss */
.section-image.image7 {
  background-image: url("../media/photo_7.jpg");
}
/* line 233, ../sass/index.scss */
.section-image.image8 {
  background-image: url("../media/photo_8.jpg");
}
/* line 236, ../sass/index.scss */
.section-image.image9 {
  background-image: url("../media/photo_9.jpg");
}

/* line 241, ../sass/index.scss */
.innerContainer {
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
/* line 247, ../sass/index.scss */
.innerContainer p:first-of-type::first-letter {
  float: left;
  padding-right: 0.05em;
  margin-bottom: 0;
  line-height: 0.4;
  padding-bottom: 0.28em;
  font-family: 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.9em;
  padding-top: 0.15em;
  font-weight: 900;
  color: black;
}
/* line 260, ../sass/index.scss */
.innerContainer p {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 300;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
}

/* line 272, ../sass/index.scss */
.imageGallery .galleryImg {
  display: inline;
  width: 33%;
}
/* line 275, ../sass/index.scss */
.imageGallery .galleryImg:nth-child(4) {
  display: block;
}
