html, body {
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section-contact {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #565656;
  font-size: 18px;
}

.section-contact {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .section-contact {
    justify-content: start;
    padding-top: 100px;
  }
}

.navbar-nav {
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .navbar-brand > img {
    width: calc(100vw - 125px);
  }
}

.nav-item {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .nav-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 40%;
    margin-top: auto;
    margin-bottom: auto;
    background-color: black;
  }
}

.nav-item.no-stick-right:after {
  background-color: transparent;
}

.nav-link:not(.active) {
  color: lightgrey!important;
}

.nav-link.active {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .nav-link.active:after {
    position: absolute;
    content: '...';
    text-align: center;
    bottom: -12px;
    left: 0;
    right: 0;
    font-size: 30px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

.nav-link:hover {
  color: initial!important;
}

.fa.fa-home {
  font-size: 18px;
}

.section-px-py {
  padding: 100px 18vw;
}

@media (max-width: 767px) {
  .section-px-py {
    padding: 10px 20px 50px 20px;
  }
}

.text-grey {
  color: #afafaf;
}

.text-darkgrey {
  color: #8f8f8f;
}

p {
  font-size: 18px;
  line-height: 1.2;
}

.div-hr {
  width: 50vw;
  height: 1px;
  background-color: black;
  transform: translateX(-100%);
}

@media (max-width: 767px) {
  .div-hr {
    transform: translateX(-60%);
  }
}

h6 {
  font-size: 0.9rem;
}

.link-black {
  color: #565656;
  text-decoration: none;
}

.link-black:hover {
  color: darkgray;
  text-decoration: none;
}

.d-clients-about {
}

.d-clients-about h6 {
  font-size: 16px;
  font-family: 'Urbaniste Black';
}

.d-clients-about p {
  font-size: 17px;
  font-family: 'Urbaniste Regular';
}

.d-info {
  font-size: 18px;
}

.d-info .text-darkgrey span {
  line-height: 1.2;
}

.line-height-normal {
  line-height: 1.1;
}

.title-contact {
  font-size: 14px;
}
#slider{
  width: 100%;
  margin: 0 auto;
}
.div-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 240px;
}

@media (min-width: 1200px) {
  .div-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 270px;
  }
}

@media (min-width: 1400px) {
  .div-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 300px;
  }
}

.img-slide {
  width: 85%;
  height: auto;
  margin: auto;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 26px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* .navbar-nav .nav-item .nav-link {
  font-family: 'VollkornSC-Regular';
} */
.font-OldStandardTT-Bold {
  font-family: 'OldStandardTT-Bold';
}
.font-OldStandardTT-Regular {
  font-family: 'OldStandardTT-Regular';
}

.vollkorn-sc-regular {
  font-family: "Vollkorn SC", serif;
  font-weight: 400;
  font-style: normal;
}
.vollkorn-sc-semibold {
  font-family: "Vollkorn SC", serif;
  font-weight: 600;
  font-style: normal;
}
.vollkorn-sc-bold {
  font-family: "Vollkorn SC", serif;
  font-weight: 700;
  font-style: normal;
}

.old-standard-tt-regular {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}
.old-standard-tt-bold {
  font-family: "Old Standard TT", serif;
  font-weight: 700;
  font-style: normal;
}
.old-standard-tt-regular-italic {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
}

.urbanist-100 {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.urbanist-200 {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.urbanist-300 {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.urbanist-400 {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.urbanist-500 {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.urbanist-600 {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.urbanist-700 {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.urbanist-800 {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.urbanist-900 {
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.font-size-1-1 {
  font-size: 1.1rem !important;
}
