/* 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, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/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, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'Compacta-BT';
  src: url("../fonts/Compacta-BT/Compacta-BT.ttf.woff") format("woff"), url("../fonts/Compacta-BT/Compacta-BT.ttf.svg#Compacta-BT") format("svg"), url("../fonts/Compacta-BT/Compacta-BT.ttf.eot"), url("../fonts/Compacta-BT/Compacta-BT.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* line 8, ../scss/screen.scss */
html,
body {
  height: 100vh;
}

/* line 13, ../scss/screen.scss */
body {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  position: relative;
}
/* line 17, ../scss/screen.scss */
body a {
  color: inherit !important;
  text-decoration: none !important;
}
/* line 20, ../scss/screen.scss */
body a:hover {
  color: #ba006f;
}
/* line 24, ../scss/screen.scss */
body footer {
  background-color: #333;
  height: 100px;
  line-height: 20px;
  padding: 40px;
  width: 100%;
}
/* line 30, ../scss/screen.scss */
body footer.row {
  margin: 0;
}
/* line 34, ../scss/screen.scss */
body h1 {
  font-size: 120px;
  font-weight: 700;
}
/* line 38, ../scss/screen.scss */
body h3 {
  clear: both;
  color: #453D33;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
/* line 45, ../scss/screen.scss */
body .header-text {
  font-family: 'Compacta-BT', sans-serif;
  font-size: 60px;
  text-align: left;
}
/* line 50, ../scss/screen.scss */
body .navbar {
  font-size: 20px;
  height: 80px;
  padding: 20px 50px;
  transition: background 500ms;
}
/* line 55, ../scss/screen.scss */
body .navbar ul {
  width: 100%;
}
/* line 57, ../scss/screen.scss */
body .navbar ul li {
  padding-left: 20px;
}
/* line 62, ../scss/screen.scss */
body section {
  height: 100%;
  width: 100%;
  padding: 0 50px;
}
/* line 66, ../scss/screen.scss */
body section#home {
  background-attachment: fixed;
  background-size: cover;
}
/* line 69, ../scss/screen.scss */
body section#home a {
  color: #ba006f !important;
}
/* line 72, ../scss/screen.scss */
body section#home h2 {
  clear: both;
  color: #453d33;
  font-family: 'Compacta-BT', sans-serif;
  font-size: 60px;
  text-align: left;
}
/* line 78, ../scss/screen.scss */
body section#home h2 b {
  color: #ba006f;
}
/* line 82, ../scss/screen.scss */
body section#home .links {
  position: absolute;
  bottom: 50px;
  text-align: right;
  right: 50px;
  width: 100%;
}
/* line 88, ../scss/screen.scss */
body section#home .links ul {
  margin-bottom: 20px;
}
/* line 90, ../scss/screen.scss */
body section#home .links ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  padding-left: 0;
}
/* line 95, ../scss/screen.scss */
body section#home .links ul li a {
  color: inherit;
  text-decoration: none;
}
/* line 99, ../scss/screen.scss */
body section#home .links ul li:last-child {
  margin-right: 0;
}
/* line 105, ../scss/screen.scss */
body section#home .logo {
  clear: both;
  float: left;
  margin: 0 0 50px;
  padding: 20px;
  max-width: 100%;
}
/* line 112, ../scss/screen.scss */
body section#home .text-box {
  padding-top: 100px;
}
/* line 116, ../scss/screen.scss */
body section#tour {
  color: #453d33;
  height: auto;
  margin-bottom: 50px;
}
/* line 120, ../scss/screen.scss */
body section#tour .header-text {
  margin-bottom: 50px;
  padding-top: 120px;
}
/* line 125, ../scss/screen.scss */
body section#tour ul li {
  font-size: 20px;
  line-height: 40px;
}
/* line 128, ../scss/screen.scss */
body section#tour ul li .btn-outline-primary {
  color: #453d33;
  border-color: #453d33;
  margin-left: 20px;
  vertical-align: text-bottom;
}
/* line 133, ../scss/screen.scss */
body section#tour ul li .btn-outline-primary:hover {
  border-color: #453d33;
  background-color: #453d33;
  color: #fff;
}
/* line 143, ../scss/screen.scss */
body .white {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  /* line 151, ../scss/screen.scss */
  #home .links {
    bottom: auto;
    position: relative;
    right: 0;
  }

  /* line 157, ../scss/screen.scss */
  footer {
    padding: 30px !important;
  }
}
