body {
    background: #000000;
    font-family: 'Jost';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  line-height: normal;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  color: #333333;
  font-size: 15px;
  font-weight: 200;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #fff;
}

::selection {
  background: #ffffff;
  color: #ef3700;
}

.hero {
  padding-top: 20em;
  padding-bottom: 20em;
  position: relative !important;
  border-bottom: 11px solid #ef3700;
}

.heroText {
  position: relative;
  z-index: 2;
  color:#ffffff;
}

.ventilatie {
  background: #ffffff;
  padding: 3em;
  color: #111!important;
  font-weight: 400!important;
  font-size: 22px;
  line-height: 1.4;
}

.vinosatestezi {
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
display: inline-block;
font-weight: 600;
background: linear-gradient(-225deg,#ef3700 0%,#ff4700 37%,#fff 100%);
background-clip: border-box;
-webkit-background-clip: text;
background-clip: text;
}

b,
strong {
  font-weight:600;
}

.backstretch {
  max-width: 100%;
  filter: blur(5px);
}

.backstretch-overlay {
  background: rgba(0,0,0, 0.4);
  position: absolute;
  top: 0px;right: 0px;bottom: 0px;left: 0px;
}

.nav-tabs .nav-link {
  background: transparent;
  color: #fff;
  font-weight:600;
  margin: auto;
  position: relative;
}

.navbar {
  padding-top: 1em;
  padding-bottom: 1em;
  top: 1.1em;
  transition: top .2s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out, border-bottom .3s ease-in-out;
}

.sticky-nav {
  background: rgb(20 20 20 / 96%);
  box-shadow: 0 1px 10px rgb(0 0 0 / 70%);
  border-bottom: 3px solid #000;
  top: 0;
}

.phonetop2 {
  color:#ffffff;
  font-size: 20px;
  padding: 2px 6px;
  border-radius: 5px;
  transition: background-color .25s ease-in-out,box-shadow .25s ease-in-out;
}

.phonetop2:hover {
  text-decoration: none;
  background: #ff430b;
  color: #FFFFFF;
  box-shadow: 0 0.15rem 0.8rem -0.2rem rgb(255 67 11 / 70%);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1em;
  padding-left: 1em;
  margin-right: 2px;
  margin-left: 2px;
  transition: background-color .25s ease-in-out,box-shadow .25s ease-in-out;
  border-radius: 5px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  box-shadow: 0 0.3rem 0.9rem -0.2rem rgb(255 255 255 / 50%);
}

.fbnav {
  color: #ffffff;
  font-size: 27px;
  padding: 2px 6px 1px;
  border-radius: 5px;
  background: rgb(255 255 255 / 0%);
  transition: background-color .25s ease-in-out,box-shadow .25s ease-in-out;
}

.fbnav:hover {
  color:#fff;
}

.instanav {
  color: #ffffff;
  font-size: 27px;
  padding: 2px 6px 1px;
  border-radius: 5px;
  background: rgb(255 255 255 / 0%);
  transition: background-color .25s ease-in-out,box-shadow .25s ease-in-out;
}

.instanav:hover {
  color:#fff;
}

.ytb {
  color: #ffffff;
  font-size: 27px;
  padding: 2px 6px 1px;
  border-radius: 5px;
  background: rgb(255 255 255 / 0%);
  transition: background-color .25s ease-in-out,box-shadow .25s ease-in-out;
}

.ytb:hover {
  color:#fff;
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 0.3em;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ef3700;
  background: #fff;
  text-decoration: none;
}

.navbar-toggler {
  background: #ffffff;
}

.footer {
  background: #ff430b;
  padding: 2em;
  border-top: 11px solid #d13000;
  margin-top: -7px;
}

.footer-text {
  color: #ffffff;
  font-size:27px;
}

.navbar-social {
  margin-left:1em;
}

.gmap {
  background: #ffffff;
  padding: 0;
}

.copyright-text {
  color: #FFFFFF;
  font-size: 21px;
  margin-top: 7em;
}

@media screen and (max-width: 1080px) {
  h1 {
  font-size: 40px;
  }

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 15px;
  }

  .ventilatie {
    padding:0.5em;
  }

  .navbar-collapse {
    background: rgb(20 20 20 / 98%); padding: 1em;
  }

  .navbar {
    padding: 5px;
    top: 0;
    transition: none;
  }

  .hero {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .phonetop {
    padding-top: 7px;
    padding-left: 14px;
  }

  .navbar-social {
    padding-top: 7px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.3em 1em;
  }

  .sticky-nav {
    border-bottom:0;
  }

  .footer {
    padding: 1em;
  }
}
