html, body {
  margin: 0;
  height: 100vh;
  color: white;
  font-family: 'Playfair Display', serif;
}

body {
  background: url("../img/bg.jpg");
  background-position: 70% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

nav {
  padding: 1em;
  background-color: rgba(13, 13, 13, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand img {
  height: 40px;
}

.menu-items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-items a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-items a:hover {
  text-decoration: none;
  cursor: pointer;
}

.menu-items .contact-us {
  text-transform: uppercase;
  text-align: center;
}

.menu-items .contact-us .phone {
  font-size: 1.7em;
  line-height: 1.1em;
}

#side-menu .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
}

.navbar-helper {
  height: 82px;
}

#hero {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#hero img {
  width: 80%;
}

#hero p {
  width: 100%;
  font-size: 1.2em;
}

#hero .btn-action {
  background-color: white;
  padding: .5em 3em;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4em;
  margin: auto;
  margin-top: 1em;
}

#hero .btn-action:hover {
  cursor: pointer;
}

#about {
  font-size: .9em;
}

#about p {
  font-size: 1em;
  line-height: 1.8em;
  text-align: justify;
}

#services .service-card {
  background-color: rgba(47, 47, 47, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 20px;
  margin: 10px;
  height: 100%;
}

#services .service-card .h4 {
  width: 100%;
  text-align: center;
}

#services .service-card ul {
  padding-left: 20px;
}

#services .service-card:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #222222;
}

#contacts .contatti {
  line-height: 2em;
}

#contacts .contatti a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

#contacts .contatti a:hover {
  color: white;
}

footer {
  background-color: rgba(13, 13, 13, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: .8em;
}

footer a {
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: underline;
}

footer a:hover {
  color: white;
}

@media screen and (min-width: 768px) {
  body {
    background-position: center;
    background-size: cover;
  }
  nav {
    padding: 0;
  }
  .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  .nav-link {
    padding: 0;
  }
  .nav-link img {
    height: 30px;
  }
  .navbar-helper {
    height: 60px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1660px;
  }
  .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav {
    display: inherit;
    width: auto;
    margin-top: 0;
  }
  .nav-link {
    padding: 2em 6em 2em 0;
  }
  .nav-link img {
    height: 40px;
  }
  .navbar-helper {
    height: 108px;
  }
  #hero {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  #hero img {
    width: 50%;
  }
  #hero p {
    width: 40%;
    font-size: 1.2em;
  }
  #hero .btn-action {
    background-color: white;
    padding: .5em 3em;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4em;
    margin: 0;
    margin-top: 1em;
  }
}
/*# sourceMappingURL=style.css.map */