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-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *::before, *::after {
  box-sizing: border-box; }

@font-face {
  font-family: 'icon_font';
  src: url("../fonts/tgl_0-1451eng.ttf"); }
* {
  font-family: 'Raleway', sans-serif; }

@media screen and (max-width: 576px) {
  body {
    font-size: 12px; } }
@media screen and (min-width: 576px) {
  body {
    font-size: 14px; } }
@media screen and (min-width: 768px) {
  body {
    font-size: 18px; } }
@media screen and (min-width: 992px) {
  body {
    font-size: 24px; } }
html, body {
  overflow-x: hidden; }

.container-fluid {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0; }

.parallax-window {
  height: 100vh;
  background: transparent; }

.nav {
  background-color: #422225;
  width: 100%;
  position: fixed;
  z-index: 2;
  margin-top: -60px;
  padding: 0 40px;
  top: 0;
  height: 60px;
  display: flex; }
  .nav .left-nav {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .nav #logo {
    height: 1.5em;
    vertical-align: middle; }
  .nav .right-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center; }
  .nav a {
    padding: 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 0;
    cursor: pointer; }
  .nav a:before, .nav a:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #fff;
    transition: all 0.3s; }
  .nav a:before {
    left: 0px;
    top: 0px; }
  .nav a:after {
    right: 0px;
    bottom: 0px; }
  .nav a:hover:before, .nav a:hover:after {
    opacity: 1;
    width: 100%; }

.cover-1 {
  width: 100%;
  height: 101vh;
  display: table;
  position: relative; }

.cover-1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

.parallax {
  position: relative; }
  .parallax .text-wrapper {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .parallax .text-wrapper h1 {
      font-size: 5em;
      font-family: 'icon_font';
      color: white;
      text-align: center; }
  .parallax img {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table-cell;
    vertical-align: middle; }

@media screen and (max-width: 576px) {
  .content {
    height: 300px; }

  .contact {
    height: 500px; } }
@media screen and (min-width: 576px) {
  .content {
    height: 400px; }

  .contact {
    height: 600px; } }
@media screen and (min-width: 768px) {
  .content {
    height: 500px; } }
@media screen and (min-width: 992px) {
  .content {
    height: 600px; } }
.content {
  position: relative; }
  .content .text-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .content h1 a {
    font-size: 3.5em;
    font-family: 'icon_font';
    color: #ff5000;
    border: none;
    outline: none; }
  .content p {
    line-height: 30px;
    font-size: 1.25em;
    color: #684E51; }
  .content #map {
    width: 100%;
    height: 300px;
    margin: .75em 0;
    position: relative;
    background-color: black;
    z-index: 1; }

.cover-2 {
  width: 100%;
  height: 100vh;
  display: table; }

.cover-2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

.cover-3 {
  width: 100%;
  height: 100vh;
  display: table; }

.cover-3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

.cover-4 {
  width: 100%;
  height: 100vh;
  display: table; }

.cover-4:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 576px) {
  .footer {
    padding: 30px; } }
@media screen and (min-width: 576px) {
  .footer {
    padding: 50px; } }
@media screen and (min-width: 768px) {
  .footer {
    padding: 70px; } }
@media screen and (min-width: 992px) {
  .footer {
    padding: 100px; } }
.footer {
  text-align: center;
  justify-content: center;
  align-content: center;
  background-color: #422225;
  color: white; }
  .footer div {
    margin-bottom: 2em; }
  .footer a {
    margin: 0 .8em;
    display: inline-block;
    text-decoration: none;
    color: white;
    transition: .15s ease; }
    .footer a h3 {
      font-size: .8em; }
  .footer a:hover {
    color: #684E51; }

.anchor {
  padding-top: 150px; }

.come-in {
  transform: translateY(50px);
  animation: come-in 1.0s ease forwards; }

.already-visible {
  transform: translateY(0);
  animation: none; }

@keyframes come-in {
  to {
    transform: translateY(0); } }

/*# sourceMappingURL=style.css.map */
