@font-face {
    font-family: 'Linux Libertine'; /* normal */
    src: url('../fonts/linux_libertine/LinLibertine_DR.woff') format('woff');
    src: url('../fonts/linux_libertine/LinLibertine_DR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Linux Libertine'; /* italic */
    src: url('../fonts/fonts/linux_libertine/LinLibertine_RI.woff') format('woff');
    src: url('../fonts/fonts/linux_libertine/LinLibertine_RI.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Linux Libertine'; /* bold */
    src: url('../fonts/fonts/linux_libertine/LinLibertine_RB.woff') format('woff');
    src: url('../fonts/fonts/linux_libertine/LinLibertine_RB.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Linux Libertine'; /* bold */
    src: url('../fonts/fonts/linux_libertine/LinLibertine_RBI.woff') format('woff');
    src: url('../fonts/fonts/linux_libertine/LinLibertine_RBI.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42DCA3;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

#mainNav {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: white;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: #2d2d52;
  border: 1px solid #2d2d52;
}

#mainNav .navbar-brand {
  font-weight: 300;
}

#mainNav a {
  color: white;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding-right: 10px;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

.row {
      margin-bottom:50px;
    }

@media (max-width: 991px) {

  #mainNav {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .email-link {
    display:none;
  }


  #mainNav a {
    color: #2d2d52;
  }

  #mainNav .brand{
    display:none;
}

  #mainNav .brand-dark{
      display:block;
  }
}

#three-reasons-why h6{

    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color:#3a3a3b;
    text-transform:none;

}

#three-reasons-why h3{

    font-family: "Linux Libertine";
    font-weight: normal;
    font-size: 50px;
    color:#2d2d52;
    text-transform:none;
    font-size: 3em;
    white-space: nowrap;
}

#three-reasons-why h3 span::before {
    content: "\A";
    white-space: pre;
  }

#three-reasons-why p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 22px;
    color:#616161;
    text-transform:none;
    text-align: justify;  
    -moz-text-align-last: right; /* Code for Firefox */
    text-align-last: center;
    font-size: 1.4em;
}

#three-reasons-why p span::before {
    content: "\A";
    white-space: pre;
  }


  .contact-box {
    margin-top:-50px;
    background-color: #0d0d1f;
    color:#e4ecef;
    padding: 65px;
    opacity: 0.95;
  }

  .contact-box h6{
       font-family: 'Lato', sans-serif;
       font-size: 15px;
       font-weight: 700;
       text-align: center; 
       text-transform: none;
  }

  .contact-box h2{
      font-family: "Linux Libertine";
      font-weight: normal;
      font-size: 50px;
      text-align: center; 
      text-transform: none;
  }

  .contact-box p{
       font-family: 'Lato', sans-serif;
       font-size: 22px;
       font-weight: 300;
       text-align: center; 
       text-transform: none;
  }

  .contact-box a{
       color:#fff;
  }

 .reason-number {
      
      font-size:60px;
      color:#fc5454;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
    }

  #contact {
    color:#ffffff;
    font-family: 'Lato', sans-serif;
       font-size: 16px;
       font-weight: 400;
  }

@media (min-width: 992px) {

    .reason-number {
      position:absolute;
      z-index:-100;
      left:-230px;
      top:-230px;
      font-size:500px;
    }

    .more-left {
      left:-230px;
    }

    body {
      font-size: 0.9rem;
    }

    .row {
      margin-bottom:140px;
    }

  #mainNav {
    padding-top: 40px;
    padding-bottom: 50px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: white;
    color:black;
  }
  #mainNav.navbar-shrink a{
    color:#2d2d52;
  }
  #mainNav .nav-link.active {
    outline: none;
    text-decoration: underline;
  }
  #mainNav .nav-link.active:hover {
    color:#2d2d52;
    text-decoration: underline;
  }

  #mainNav .brand{
    display:block;
  }

  #mainNav .brand-dark{
      display:none;
  }

  #mainNav.navbar-shrink .brand{
      display:none;
  }

  #mainNav.navbar-shrink .brand-dark{
      display:block;
  }

  
}

#mainNav.navbar-shrink a{
    color:#2d2d52;
}




.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .row {
  margin-bottom: 0px;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
  font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-bottom:5px;
    margin-top:20px;
    color:#f3fcff;
}

.masthead .intro-body .intro-text {
  font-size: 30px;
  font-family: "Linux Libertine";
  font-weight: normal;
}



@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }

  .masthead .intro-body .brand-heading {
    font-size: 65px;
    letter-spacing: 6px;
  }
  .masthead .intro-body .intro-text {
    font-size: 43px;
    line-height: 1.1;
    letter-spacing: 2px;
  }

  .masthead .intro-body .intro-text span::before {
    content: "\A";
    white-space: pre;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 160px;
    padding-bottom: 200px;
  }
  #three-reasons-why img {
    margin-top:150px; 
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #42DCA3;
  outline: none;
  background-color: #42DCA3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 0px 0 0 0;
  background: url("../img/footer.jpg") no-repeat center top scroll;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

@media (min-width: 1200px) { 

  .container { 

    width:90%;
    max-width: 1800px;

  }

}

.brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.brand-dark {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9); /* Black background with opacity */
    z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
}

.content-w3ls {
    width: 70%;
    max-width:1200px;
    margin: 100px auto;
    background-color:rgba(13, 13, 31, 0.9);
    text-align: center;
    padding: 60px 40px;
    position: relative;
}
.form-w3ls {
    width: 70%;
    margin: 0 auto 15px;
}

.content-w3ls h2 {
    font-family: "Linux Libertine";
    font-size: 48px;
    font-weight: normal;
    color: #fff;
    text-transform: none;
}

.content-w3ls p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color:#fff;
  font-size: 18px;
}

.content-w3ls a {
  cursor: pointer;
}

.content-w3ls button.sign-in {
    width: 100%;
    height: 60px;
    float: right;
    margin-right: -120px;
  border:none;
  background-color:#ab8071;
  outline:none;
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
}
.content-w3ls button.sign-in img {
  width:55px;
  opacity:0.8;
}
.content-w3ls button.sign-in:hover img,button.sign-in:focus img {
  opacity:1;
}
.content-w3ls input[type="text"],input[type="email"],textarea {
    width: 85%;
    padding: 0px;
    font-size: 16px;
  color:#fff;
  background-color:rgba(255, 255, 255, 0);
    font-weight: normal;
  border-top-color:transparent;
  border-left-color:transparent;
  border-right-color:transparent;
  border-bottom:1px solid #fff;
  font-family: 'Lato', sans-serif;
  margin-bottom:30px;
  outline:none; 
}
.content-w3ls textarea {
   /* height: 30px;*/
   resize: none; overflow: auto;
   margin-top:30px;
   min-height: 28px;
}
.content-w3ls input.sign-in {
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    border: none;
    outline: none;
    cursor: pointer;

    border-radius: 5px;
    background-color: transparent;
    border-color: #fff;
    padding: 10px; 
    width: 200px;
    border: 1px solid #fff;

}
.content-w3ls input.sign-in:hover {
  background-color:#fff;
  color:rgba(13, 13, 31, 1);

}

@media (max-width: 992px) {
  .form-w3ls {
    width: 100%;
  }

  .content-w3ls input.sign-in {
    width: 70%;
  }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
}

.content-w3ls #close-btn {
  position: absolute;
  top:-12px;
  right:15px;
  font-size: 42px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 100;
}