

/* Variables */
:root {
  --main-background: #2e2e2e;
  --second-color: #66c7f1;
}

/* Global */

body {
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  /* background-color: var(--main-background); */
  background-color: #f3f9fd;
}

div {
  transition: all 0.5s ease-in-out;
}

header {
  padding: 0 100px;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.bg {
  background-image: url('img/bg.jpg');
  background-size: cover;
  position: absolute;
  background-position: left left;
  left: 0;
  height: 100vh;
  width: 100%;
}


.foreground {
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  opacity: 0.8;
}


.brand {
/*   background-color: var(--main-background); */
  background-color: rgba(255,255,255, 1);
  color: black;
  font-size: 3.2em;
  left: 20%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  padding: 30px;
  font-weight: 300;
  top: 0;

}

.brand,
header ul {
  -webkit-box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.6);
box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.6);
}

.brand > span {
  font-family: 'Lora', serif;
  color: var(--second-color);
  display: block;
  font-size: 0.8em;
}

header ul {
  padding-left: 0;
}



header nav ul {
  font-family: 'Arial', sans-serif;
  margin: 30px;
  margin-top: 30px;
  text-align: center;
  background-color: rgba(255,255,255, 1);

}

header nav ul li {
  display: inline-block;
  padding: 40px 10px;
  margin: 0 10px;
}


header nav a:link,
header nav a:visited {
  font-size: 1.2em;
  font-weight: 100;
  color: black;
}

.mobile-menu {
  display: none;
}

.mobile-hamb {
  width: 50px;
  height: 50px;
  background-color: var(--second-color);
  border-radius: 5px;
  padding-top: 6px;
  display: none;
}

.hamb {
  width: 80%;
  height: 5px;
  background-color: white;
  margin: 5px auto;
  border-radius: 5px;
}

@media (max-width: 991px) {


  header nav ul li {
  padding: 10px;
  }

  .brand {
    left: 50%;
    transform: translateX(-50%;);
  }


}


@media (max-width: 795px) and (max-height: 450px) {
  .top-text {
    position: relative;
    top: 60%;
  }
}



.active {
  border-top: 5px solid var(--second-color);
}

.first-letter {
/*  color: var(--second-color); */
color: black;
}

.top-text {
  position: absolute;
  left: 10%;
  top: 40%;
  border-left: 2px solid;
  padding: 30px;
}

@media (max-width: 991px) {

}


h1 {
  color: black;
  font-size: 2.5em;
  font-weight: 300;
  font-family: 'Arial', sans-serif;
}

.top-text p {
  font-size: 1.2em;
  margin-top: 30px;
}

.cta {
  background-color: var(--second-color);
  border-radius: 25px;
  font-size: 1.3em;
  color: black;
  font-family: 'Lato', serif;
  font-weight: 100;
  box-shadow: none;
  border: none;
  padding: 10px 35px;
  margin-left: 30%;
  margin-top: 15px;
  width: 300px;
  font-family: 'Arial', sans-serif;
}

.cta:hover {
  background-color: #9ed8f1;
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1500px) {

  header {
    padding: 0 150px;
  }

  header nav a:link,
  header nav a:visited,
  .cta {
    font-size: 1.5em;

  }

  h1 {
    font-size: 2em;
  }

  .top-text p {
    font-size: 1.5em;
  }

  .brand {
    font-size: 2.2em;
  }


  .cta {
    margin-top: 5px;
    font-size: 1.5em;
  }

}

@media (min-width: 768px) and (max-width: 1000px) {
  .top-text {
    top: 40%;
  }

  nav ul {
    display: block;
  }
}

@media (max-width: 767px) {

  header {
    padding: 0;
  }

  .bg {
    background-position: left;
  }

  .brand {
    font-size: 1.8em;
    padding-top: 20px;
  }

  .top-text {
    top: 65%;
    transform: translateY(-50%);

  }



  .top-text p {
    font-size: 1.3em;
  }

  h1 {
    font-size: 2em;
  }

  .cta {
    font-size: 1em;
    margin-left: 0;
    width: 200px;
  }

  .mobile-hamb {
    display: block;
    position: absolute;
    z-index: 999;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
  }

  nav ul {
    display: none;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin-top: -500px;
    z-index: 99999999;
    position: relative;
  }
 }

 /* Sections */

 section {
   background-color: white;
 }

 .section-img {
   width: 100%;
 }

 .no-margin {
   margin: 0 !important;
   padding: 0 !important;
 }

.text-section {
  padding: 50px 50px;
}

@media (max-width: 767px) {
  .text-section {
    padding: 30px;
  }

  h2 {
    font-size: 2.5em !important;
  }

}




 h2 {
   font-family: 'Arial', sans-serif;
   color: black;
   font-size: 2.5em;
   margin-bottom: 30px;
 }

 section img {
   opacity: 0.7;
 }

section p {
  font-family: Arial, sans-serif !important;
  font-size: 1.2em;
  font-weight: 300;
}

 section ul li  {
   font-family: Arial, sans-serif !important;
   font-size: 1.2em;
   font-weight: 300;
   font-family: Lato, sans-serif;
 }

 section hr {
   border-color: white;
   background-color: white;
   margin: 30px 0;
 }



.offer-section {
  text-align: center;
  padding: 30px 0;
}

.offer-section h2 {
  margin-bottom: 50px;
}

 .offer-item {
   padding: 30px;
   border-top: 15px solid var(--second-color);
   background-color: #363636;
 }


 .offer-item h3 {
   color: white;
   font-size: 2em;
   margin: 20px 0;
 }

 .offer-item p {
   font-size: 18px;
   color: white;
 }

 .center-item {
   margin: 0 10px;
   -webkit-box-shadow: -1px 2px 64px 7px rgba(0,0,0,0.7);
   -moz-box-shadow: -1px 2px 64px 7px rgba(0,0,0,0.7);
   box-shadow: -1px 2px 64px 7px rgba(0,0,0,0.7);
   position: relative;
   z-index: 999;
 }

  .center-item h3 {
    font-size: 3em;
  }

  .center-item button {
    margin-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 200px;
    font-size: 1.2em;
  }

  .map {
    margin-top: 50px !important;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
