

body {
  font-size: 16px;
  font-variation-settings: "wdth" 100;

  background-color: #F3E7D7; 
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px 0 40px 0;
}

/*---------------------------------------
  Typography
-----------------------------------------*/

h1,h2,h3, h4 {
  font-style: normal;
}

h1 {
  color:#6F6660;
  font-size: 63px;
  margin: 10px 0 0 0;
  font-family: "gill-sans-nova-shadowed-outl", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 110%;
}

h2 {
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  color: #6F6660;
  font-family: "the-seasons", sans-serif;
}

h3 {
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  color: #6F6660;
  font-family: "the-seasons", sans-serif;
}

h4 {
  border-bottom: #6F6660 solid;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
}

p {
  color: #6F6660;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: left;
  font-weight: 200;
  font-family: "new-atten", sans-serif;
}

/*---------------------------------------
  General
-----------------------------------------*/

.container {
  width: 85%;
}

a {
  transition: 0.2s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #C64B22;
  outline: none !important;
}

* {
  -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;
}

/*---------------------------------------
  Parallax section
-----------------------------------------*/

.parallax {
  /* The image used */
  background-image: url("img/tsl/header-image.jpg");

  /* Set a specific height */
  min-height: 68vh; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  margin-bottom: 20px;
}


/*---------------------------------------
  Navigation section
-----------------------------------------*/

.navbar-right {
  justify-content: space-evenly;
}

.navbar-right a {
  color: #3E3935;
  font-size: 14px;
  line-height: 150%;
  font-weight: 100;
  letter-spacing: 2.5px;
  font-family: "mokoko", serif;

  padding: auto;
  transition: 0.4s;
}

.navbar-right a:hover {
  color: #F3E7D7;
  text-decoration: none;
}

.navbar-right .section-btn {
  background-color: #F3E7D7;
  border-radius: 30px;
  border-color: transparent;
  font-size: 12px;
  transition: all 0.6s ease-in-out;
  margin-left: 50px;
  width: inherit;
  border: 1px solid;
  border-color: #3E3935;
}

button:hover, .btn:focus, .btn:hover {
  background-color: #018780;
  color: #F3E7D7;
  text-decoration: none;
  border-color: #F3E7D7;
}

.section-btn {
  background-color: #F3C978;
  border-radius: 30px;
  border-color: transparent;
  padding: 8px 16px;
  transition: all 0.6s ease-in-out;
  margin: 5px;
  width: 80%;

  font-size: 16px;
  font-family: "new-atten", serif;
  letter-spacing: 1.5px;
  color: #F4F1E9;
}

button:hover, .btn:focus, .btn:hover  {
  background-color: #EAA030;
  color: white;
}


/*---------------------------------------
    Modal section
-----------------------------------------*/


/* Add padding BETWEEN each column */
.row {
  padding: 5px;
  margin: 5px;

  position: relative;
  align: center
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row,
.row > .column {
  padding: 5px;
}

#layout .column {
  float: left;
  width: 50%;
  overflow: hidden;
}

#display .column {
  float: left;
  width: 33%;
  overflow: hidden;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 0.5px solid #36332D;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  max-width: 50%;
  align-content: center;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10%;
  right: 25px;
  font-size: 40px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.mySlides2 {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/* Number text (1/3 etc) */
.numbertext {
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  opacity: 0;
}

img {
  margin-bottom: -4px;
  -webkit-box-align: center;
}

.caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 2px 16px;
  color: black;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  opacity: 0.5;
}




/*---------------------------------------
    Footer section
-----------------------------------------*/

#footer p {
  font-size: 12px; 
  letter-spacing: 1.5px; 
  text-transform: uppercase; 
  font-family: "the-seasons", sans-serif;
  color: #EAA030;

  text-align: center; 
  padding: 30px; 
}


/*---------------------------------------
   Mobile Responsive
-----------------------------------------*/

@media only screen and (max-width: 499px) {

  html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }

  .navbar-right {
    font-size: 10px;
    margin-top: 20px;
  }

  h1 {
    font-size: 28px;
    line-height: 130%;
    overflow: hidden;
  }

  h2 {
  font-size: 26px;
  line-height: inherit;
  line-height: 125%;
  }

  h3 {
    font-size: 52px;
    line-height: 100%; 
    text-align: center; 
    margin: 20px;
    letter-spacing: 0px;
  }

  .button-1, .button-3, .button-4 {
    margin-top: 5%;
  }

  #contact .section-btn {
    width: 100%;
  }

}


@media only screen and (min-width: 499px; max-width: 768px) {

  .navbar-right ul {
    padding: 20px 0 0 0;
  }

  h3 {
    font-size: 64px;
    line-height: 100%; 
    text-align: center; 
    margin: 20px;
    letter-spacing: 0px;
  }


  .button-1, .button-3, .button-4 {
    margin-top: 5%;
  }

  footer {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 992px) {

  .button-1, .button-3, .button-4 {
    margin-top: 5%;
  }

}