/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 22, 2018 */

@font-face {
  font-family: "BarlowExtraBold";
  src:
    url("../fonts/barlow-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/barlow-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BarlowBold";
  src: url("../fonts/barlow-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Slab";
  src:
    url("../fonts/robotoslab-regular-webfont.woff2") format("woff2"),
    url("../fonts/robotoslab-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Trykker";
  src:
    url("../fonts/trykker-regular-webfont.woff2") format("woff2"),
    url("../fonts/trykker-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* general styles */
html,
body {
  height: 100%;
  width: 100%;
  color: white;
  background-color: rgba(0, 69, 55, 1);
  font-family: "Trykker";
  font-size: 1.05em;
  line-height: 1.2;
}

body {
  position: relative;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: rgba(127, 127, 127, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.notices.success.green p {
  color: rgba(0, 69, 55, 1);
}

p {
  line-height: 1.3;
  color: white;
}

blockquote {
  font-size: 13.5px;
  border-left: none;
}

.navbar.navbar-default.navbar-fixed-top {
  background-color: rgba(255, 255, 0, 1) !important;
  background-image: none;
  border-width: 0px;
  font-family: "BarlowExtraBold";
}

.navbar-default .navbar-nav > li > a {
  color: rgba(0, 69, 55, 1);
}

.navbar-brand,
.navbar-nav > li > a {
  line-height: 1.2;
}

.container > .navbar-collapse {
  margin-left: 0;
}

.navbar li {
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP Printers */
  word-wrap: break-word; /* IE 5+ */
  /* max-width: 130px; */
  text-transform: uppercase;
  font-size: 1rem;
  width: 100% !important;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .navbar li {
    width: unset !important;
    font-size: 0.9rem;
  }
}

.navbar .container {
  padding-left: 0px;
}

h2 {
  font-size: 1em;
  font-family: "BarlowBold";
  color: white;
}

h3,
h4 {
  font-family: "Roboto-Slab";
  color: rgba(255, 255, 0, 1);
}

.text-container {
  background-color: rgba(0, 69, 55, 0.9);
  padding-bottom: 25px;
  padding-top: 80px;
  margin-bottom: 50vh;
}

@media (min-width: 992px) {
  .text-container {
    margin-bottom: 0;
  }
}

img.bubble {
  max-width: 200px;
  width: 100%;
  float: right;
}

.footer-links {
  margin-bottom: 1rem;
  color: white;
  text-transform: uppercase;
  font-family: "BarlowExtraBold";
  font-size: 0.8rem;
  padding-bottom: 25px;
}

.footer-links a {
  color: white;
}

@media (min-width: 992px) {
  img.bubble {
    max-width: 40%;
    margin-right: -75px;
  }
}

.parallax-background {
  margin-bottom: 25px;
  height: calc(100% - 50px);
  width: 100%;
  display: table;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#backtop {
  position: fixed;
  left: auto;
  right: 20px;
  top: auto;
  bottom: 20px;
  outline: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 69, 55, 0.9);
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 999999;

  opacity: 1;
  display: none;
}
#backtop:hover {
  background-color: rgba(255, 255, 0, 1);
  color: rgba(0, 69, 55, 1);
}
#backtop.mcOut {
  opacity: 0;
}
