/* 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 2, sass/components/_layout.scss */
html {
  height: 100%;
}

/* line 6, sass/components/_layout.scss */
body {
  height: 100%;
}

/* line 11, sass/components/_layout.scss */
#container {
  height: 100%;
  z-index: 1;
  position: relative;
}

/* line 18, sass/components/_layout.scss */
.background-video-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* line 3, sass/components/_backgroundvideo.scss */
.background-video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

/* line 11, sass/components/_backgroundvideo.scss */
.background-video {
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media screen and (min-aspect-ratio: 1920 / 1080) {
  /* line 20, sass/components/_backgroundvideo.scss */
  .background-video {
    min-height: 100%;
    width: 100%;
  }
}
@media screen and (max-aspect-ratio: 1920 / 1080) {
  /* line 27, sass/components/_backgroundvideo.scss */
  .background-video {
    height: 100%;
    min-width: 100%;
  }
}
/* line 3, sass/components/_header.scss */
#header {
  padding: 20px 40px 15px 40px;
  background: rgba(0, 0, 0, 0.4);
}
/* line 8, sass/components/_header.scss */
#header a, #header a:visited {
  text-decoration: none;
  color: white;
  font-size: 3rem;
}

/* line 3, sass/components/_navigation.scss */
#main-navigation {
  margin-top: 1px;
  background: rgba(0, 0, 0, 0.4);
  padding: 0px 40px 2px 40px;
}
/* line 10, sass/components/_navigation.scss */
#main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 15, sass/components/_navigation.scss */
#main-navigation ul > li {
  display: inline;
}
/* line 19, sass/components/_navigation.scss */
#main-navigation ul > li > a, #main-navigation ul > li > a:visited {
  padding: .5em 1em;
  margin: 0;
  display: inline-block;
  min-width: 100px;
  color: white;
  text-decoration: none;
}
/* line 28, sass/components/_navigation.scss */
#main-navigation ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
