/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 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 8, ../sass/screen.scss */
body {
  font-family: 'Vollkorn';
  background: #eee;
}

/* line 13, ../sass/screen.scss */
.section1 .innerwrap:first-child {
  border-bottom: 2px solid black;
  padding-bottom: 20px;
}

/* line 19, ../sass/screen.scss */
.section5 .innerwrap {
  border-bottom: 2px solid black;
  padding-bottom: 1px;
  margin-bottom: 40px;
}

/* line 25, ../sass/screen.scss */
header {
  height: 50px;
  padding-top: 10px;
  background: black;
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 5;
}
/* line 34, ../sass/screen.scss */
header img {
  height: 40px;
}
/* line 37, ../sass/screen.scss */
header span {
  position: absolute;
  right: 5px;
  color: white;
  top: 22px;
}
/* line 40, ../sass/screen.scss */
header span a {
  color: white;
  font-size: 1.2em;
}
@media (max-width: 400px) {
  /* line 37, ../sass/screen.scss */
  header span {
    display: none;
  }
}

/* line 52, ../sass/screen.scss */
.caption {
  color: #eee;
  background: #c86464;
  padding: 0.6em;
  font-size: 0.8em;
  text-align: right;
}

/* line 59, ../sass/screen.scss */
.narrow {
  font-size: 0.6em;
}

/* line 62, ../sass/screen.scss */
.intro {
  background: url("../img/firstimg.jpg") 0 28% no-repeat;
  padding-top: 78%;
  background-size: 100%;
  position: relative;
  margin-top: 60px;
}
/* line 68, ../sass/screen.scss */
.intro h1 {
  position: absolute;
  font-size: 7em;
  font-family: 'Oswald';
  text-transform: uppercase;
  left: 5%;
  top: 1em;
  width: 30%;
  line-height: 1.7;
  color: #eee;
}
@media (max-width: 1070px) {
  /* line 68, ../sass/screen.scss */
  .intro h1 {
    font-size: 5em;
  }
}
@media (max-width: 745px) {
  /* line 68, ../sass/screen.scss */
  .intro h1 {
    font-size: 4em;
    text-align: center;
    width: 100%;
    bottom: 0;
    top: auto;
    left: auto;
  }
}
@media (max-width: 400px) {
  /* line 68, ../sass/screen.scss */
  .intro h1 {
    font-size: 2em;
  }
}
/* line 92, ../sass/screen.scss */
.intro h1 span {
  background: rgba(200, 100, 100, 0.6);
}

/* line 98, ../sass/screen.scss */
.descriptor {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 620px) {
  /* line 98, ../sass/screen.scss */
  .descriptor {
    display: none;
  }
}

/* line 106, ../sass/screen.scss */
.innerwrap {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 1.4em;
  line-height: 1.6;
}
/* line 114, ../sass/screen.scss */
.innerwrap p {
  margin-bottom: 2em;
}

/* line 119, ../sass/screen.scss */
.timeline {
  width: 80%;
  margin: 215px auto 90px;
  border-bottom: 2px solid black;
  position: relative;
}
@media (max-width: 620px) {
  /* line 119, ../sass/screen.scss */
  .timeline {
    display: none;
  }
}
/* line 127, ../sass/screen.scss */
.timeline ul {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 0.5%;
}
/* line 133, ../sass/screen.scss */
.timeline li {
  float: left;
  width: 6.59%;
  position: relative;
  height: 1em;
  border-bottom: 1.5px solid #d80e00;
}
/* line 139, ../sass/screen.scss */
.timeline li span.after {
  left: calc(50% - 12.5px);
  position: absolute;
  width: 0;
  z-index: 3;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 12.5px 13px 12.5px;
  border-color: transparent transparent #eee transparent;
  content: '';
}
/* line 151, ../sass/screen.scss */
.timeline li span.before {
  content: '';
  position: absolute;
  left: calc(50% - 14.5px);
  width: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 14.5px 15px 14.5px;
  border-color: transparent transparent #d80e00 transparent;
}
/* line 162, ../sass/screen.scss */
.timeline li div {
  position: absolute;
  bottom: 30px;
  width: 120px;
  background-color: #d80e00;
  border-radius: 4px;
  color: #eee;
  padding: 9px;
  display: none;
  left: calc(50% - 64.5px);
  text-align: center;
}
/* line 175, ../sass/screen.scss */
.timeline li:first-child div {
  display: block;
}
/* line 178, ../sass/screen.scss */
.timeline li:first-child span.after {
  display: none;
}
/* line 182, ../sass/screen.scss */
.timeline li h6 {
  position: absolute;
  top: 2em;
  font-size: 0.8em;
  text-align: center;
  left: calc(50% - 12px);
}

/* line 192, ../sass/screen.scss */
img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

/* line 198, ../sass/screen.scss */
.pic2 {
  background: url("../img/secondimg.jpg") 0 28% no-repeat;
  padding-top: 78%;
  background-size: 100%;
}

/* line 203, ../sass/screen.scss */
.pic3 {
  background: url("../img/thirdimg.jpg") 0 28% no-repeat;
  padding-top: 78%;
  background-size: 100%;
}

@media (max-width: 600px) {
  /* line 210, ../sass/screen.scss */
  .highcharts-stack-labels {
    display: none;
  }
}
/* line 215, ../sass/screen.scss */
text[y="52"] {
  display: none;
}

/* line 219, ../sass/screen.scss */
text[zIndex="8"] {
  display: none;
}

/* line 223, ../sass/screen.scss */
text[text-anchor="end"] {
  display: none;
}

/* line 227, ../sass/screen.scss */
text[y="72"] {
  display: none;
}

/* line 231, ../sass/screen.scss */
text[y="48"] {
  display: none;
}

/* line 235, ../sass/screen.scss */
text[x="53"] {
  color: blue !important;
}
