:root {
    --navHeight: 0px;
}

html, body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    height: 100%;
    width: 100%;
    padding-top: var(navHeight);
}
@media (max-width: 979px) {
  body {
    padding-top: var(navHeight);
  }
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.image-centered {
  position: absolute;
  margin: 0;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.parallax-background {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  position: relative;
  height: 100%;
}

.parallax-foreground {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  height: 100%;
}

.text-animation-one {
  position: relative;
  font-weight: bold;
  text-align: center !important;  
}

.text-animation-one .letters {
  display: inline-block;
} 

.text-animation-two {
  position: relative;
  font-weight: 300;
  font-size: 3.5em;
  color: rgb(0, 0, 128);
  font-family: gabriola;  
  text-align: center !important;
}

.text-animation-two .text-wrapper {
  position: relative;
  display: inline-block;
}

.text-animation-two .letters {
  display: inline-block;
  opacity: 0;
}    

.text-animation-three {
  font-weight: 900;
  font-size: 2.5em;
}

.text-animation-three .letter {
  display: inline-block;
  line-height: 1em;
}

.text-animation-three .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.text-animation-three .line {
  opacity: 1;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #6d3f3f;
  transform-origin: 0 0;
}

.text-animation-three .line1 { top: 0; }
.text-animation-three .line2 { bottom: 0; }

.text-animation-four {
  font-weight: 700;
  font-size: 3.5em;
}

.text-animation-four .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.text-animation-four .line {
  opacity: 1;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #6d3f3f;
  transform-origin: 0 50%;
}

.text-animation-four .line1 { 
  top: 0; 
  left: 0;
}

.text-animation-four .letter {
  display: inline-block;
  line-height: 1em;
}