/* 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: 'outline: lkorn', Georgia, 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;
  width: 100%;
  z-index: 2;
  position: relative;
}

/* line 21, ../sass/index.scss */
.section-title {
  padding-top: 50px;
  text-align: center;
  font-family: 'Lora';
}
/* line 25, ../sass/index.scss */
.section-title h1 {
  color: black;
  margin: 0 auto;
  padding: 0.3em 0 0;
  font-size: 3em;
}
@media (max-width: 600px) {
  /* line 25, ../sass/index.scss */
  .section-title h1 {
    min-width: 100%;
    text-align: center;
  }
}
/* line 35, ../sass/index.scss */
.section-title h2 {
  color: black;
  margin: 0 auto;
  padding: 0 0 1em;
  font-size: 1.6em;
}
@media (max-width: 600px) {
  /* line 35, ../sass/index.scss */
  .section-title h2 {
    min-width: 100%;
    text-align: center;
  }
}
/* line 45, ../sass/index.scss */
.section-title h3 {
  margin: 0 auto;
  font-size: 1.3em;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  /* line 45, ../sass/index.scss */
  .section-title h3 {
    min-width: 100%;
    text-align: center;
  }
}
/* line 54, ../sass/index.scss */
.section-title h5 {
  font-family: "PT Sans Narrow";
}

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

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

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

/* line 99, ../sass/index.scss */
.inline-caption {
  background: black;
  color: white;
  text-align: right;
  font-size: 0.7em;
  margin: 0 auto 1em;
  width: 75%;
}

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

/* line 116, ../sass/index.scss */
.section-image {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 80%;
  margin: 0 auto;
  padding-top: 45%;
  min-height: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
/* line 127, ../sass/index.scss */
.section-image.title-image {
  background-image: url("../media/photo_1.jpg");
  padding-top: 25%;
  background-position: top center;
}
@media (min-width: 600px) {
  /* line 127, ../sass/index.scss */
  .section-image.title-image {
    min-height: 98vh;
  }
}
@media (max-width: 770px) {
  /* line 127, ../sass/index.scss */
  .section-image.title-image {
    background-size: 136%;
  }
}
@media (max-width: 600px) {
  /* line 127, ../sass/index.scss */
  .section-image.title-image {
    font-size: 0.5em;
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding-top: 45%;
    background-position: 100% 48%;
    background-size: 166%;
  }
}
/* line 147, ../sass/index.scss */
.section-image.image3 {
  background-image: url("http://mcgilltribune.com/wp-content/uploads/2014/03/mentalhealth.WendyChen.online.jpg");
}
/* line 150, ../sass/index.scss */
.section-image.image5 {
  background-image: url("../media/photo_3.png");
}
/* line 153, ../sass/index.scss */
.section-image.image6 {
  background-image: url("../media/photo_6.jpg");
}
/* line 156, ../sass/index.scss */
.section-image.image9 {
  background-image: url("../media/photo_9.jpg");
}

/* line 161, ../sass/index.scss */
.innerContainer {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0;
}
/* line 167, ../sass/index.scss */
.innerContainer:first-child::first-letter {
  float: left;
  padding-right: 0.1em;
  margin-bottom: 0;
  line-height: 0.4;
  font-size: 4em;
  padding-top: 0.15em;
  color: black;
}
/* line 177, ../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 189, ../sass/index.scss */
.imageGallery .galleryImg {
  display: inline;
  width: 33%;
}
/* line 192, ../sass/index.scss */
.imageGallery .galleryImg:nth-child(4) {
  display: block;
}
