: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;
}

blockquote {
  padding: 10px 20px;
  margin: 1em 0 1em 0.3em;
  border-top: 2px solid #3399FF;
  border-left: 3px solid #3399FF;
  border-right: 3px solid #3399FF;
  border-bottom: 2px solid #3399FF;
  background-color: #FFFCEA;
}

blockquote p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

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%;
}
/* This CSS will be applied to HTML <code> elements except those with classes "mermaid" or "language-mermaid" such as <code class="mermaid language-mermaid">*/
code:not(.mermaid):not(.language-mermaid) {  
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: auto;
}

strong {
  font-weight: bold;
}

.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;
}