/* ------------------------------------------------------------------------------------------ */
/* FONTS  */

@font-face {
  font-family: 'BrushSci';
  src: url('../fonts/BrushSci.ttf') format('truetype');
}

@font-face {
  font-family: 'BrushStd';
  src: url('../fonts/BrushScriptStd.otf');
}

/* ------------------------------------------------------------------------------------------ */
/* BODY  */

body {
  color: #d5d5d5;
  background-color: black;
  max-width: 100%;
  overflow-x: hidden;
}

/* ------------------------------------------------------------------------------------------ */
/* NAVBAR  */

.navbar {
  background-color: #000000;
  font-family: Poppins, sans-serif;
  font-size: 15px !important;
  letter-spacing: 7px;
  opacity: 0.8;
}
.navbar-light .navbar-brand {
  height: 35px;
  padding: 0;
  margin-left: 15px!important;
}
.img-logo {
  width: auto;
  height: 35px;
}
.navbar button:focus {
  outline: 1px dotted;
  outline: 5px auto;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255,.5);
}
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-item .active {
  color: #ffffff;
  font-weight: bold;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: transparent;
}

/* ------------------------------------------------------------------------------------------ */
/* SECTIONS */

.inner-container {
  padding-left: 10%;
  padding-right: 10%;
  margin: auto;
}
.separator-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#sections-title {
  color: #ffffff;
  font-family: BrushStd, sans-serif;
  font-size: 2rem !important;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 1.2rem;
}

/* ------------------------------------------------------------------------------------------ */
/* HOME SECTION */

.home-background {
  height:100vh;
  background:url('../images/home_background.jpg');
  background-size:cover;
  background-position: center;
}
.home-sentence-font-sm {
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 35px !important;
  letter-spacing: 5px;
  opacity: 0.8;
  text-align: center;
}
.home-sentence-font-md {
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 55px !important;
  letter-spacing: 5px;
  opacity: 0.8;
  text-align: center;
}
#home-first-sentence {
  padding-top: 10%; 
  display: none;
}
#home-second-sentence {
  display: none;
}

/* ------------------------------------------------------------------------------------------ */
/* WHOWEARE SECTION */

.whoweare-background {
  height:100vh;
}
.whoweare-section-background {
  height:100vh;
  background:url('../images/whoweare_background.jpg');
  background-size:cover;
  background-position: center;
}

/* ------------------------------------------------------------------------------------------ */
/* LIFESTYLE SECTION */

.lifestyle-background {
  height:100vh;
}
.lifestyle-section-background {
  height:100vh;
  background:url('../images/lifestyle_background.jpg');
  background-size:cover;
  background-position: center;
}

/* ------------------------------------------------------------------------------------------ */
/* CONTACTS SECTION */

.contacts-container {
  position: relative;
}
.contacts-background {
  height:100vh;
  background:url('../images/contacts_background.jpg');
  background-size:cover;
  background-position: center bottom;
}
.contacts-info {
  position: absolute;
  width: 100%;
  min-height: 17vh;
  background-color: #000000;
  top: 83vh;
}
.social {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.social-item {
  margin-bottom: 15px;
}
#contacts-mail {
  color: #ffffff;
}
#contacts-mail:link {
  color: #ffffff;
}
#contacts-mail:visited {
  color: #ffffff;
}
#contacts-mail:hover {
  color: #ffffff;
}
#contacts-mail:active {
  color: #ffffff; 
}

/* ------------------------------------------------------------------------------------------ */
/* FOOTER SECTION */

footer {
  background-color: black;
  padding: 1.1rem;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-left: 40%;
  margin-right: 40%;
  padding: 0;
}
.footer-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 3%;
  height: 3%;
}
.footer-image-transition {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.footer-image:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-copyright-text {
  color: #fff !important;
  font-family: Poppins, sans-serif;
  font-size: 14px !important;
  margin-top: 1%;
}

/* ------------------------------------------------------------------------------------------ */
/* CUSTOM SCREEN SIZE SECTION */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .home-sentence-font-sm {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 18px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  .home-sentence-font-md {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 30px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  #home-first-sentence {
    padding-top: 25%; 
    display: none;
  }
  .whoweare-background {
    height: auto;
  }
  .lifestyle-background {
    height: auto;
  }
  .separator-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  };
  .footer-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    height: 15%;
  }
  .footer-copyright-text {
    color: #fff !important;
    font-family: Poppins, sans-serif;
    font-size: 11px !important;
    margin-top: 1%;
  }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  .home-sentence-font-sm {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 20px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  .home-sentence-font-md {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 35px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  #home-first-sentence {
    padding-top: 20%; 
    display: none;
  }
  .whoweare-background {
    height: auto;
  }
  .lifestyle-background {
    height: auto;
  }
  .separator-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  };
  .footer-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
    height: 5%;
  }
  .footer-copyright-text {
    color: #fff !important;
    font-family: Poppins, sans-serif;
    font-size: 11px !important;
    margin-top: 1%;
  }
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .home-sentence-font-sm {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 25px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  .home-sentence-font-md {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 45px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  #home-first-sentence {
    padding-top: 10%; 
    display: none;
  }
  .separator-image {
    display: none;
  };
  .footer-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
    height: 5%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  .home-sentence-font-sm {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 25px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  .home-sentence-font-md {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 45px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  #home-first-sentence {
    padding-top: 10%; 
    display: none;
  }
  .separator-image {
    display: none;
  };
  .footer-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 3%;
    height: 3%;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

  .home-sentence-font-sm {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 35px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  .home-sentence-font-md {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 55px !important;
    letter-spacing: 5px;
    opacity: 0.8;
    text-align: center;
  }
  #home-first-sentence {
    padding-top: 5%; 
    display: none;
  }
  .separator-image {
    display: none;
  };
  .footer-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 3%;
    height: 3%;
  }
}