body {
  height: 100%;
  color: #000;
  font-family: Ppneuemachina, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #000;
  text-decoration: underline;
}

.img-logo {
  width: 200px;
  display: block;
}

.hero_section {
  width: 100%;
  height: 100%;
  min-height: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-fluid {
  width: 100%;
  max-width: 1250px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-hero-contact {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tb-contact-details {
  margin-top: -3px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.bold-uppercase {
  text-transform: uppercase;
}

.main-link {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .hero_section {
    min-height: 300px;
  }

  .div-hero-contact {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: baseline;
    justify-items: stretch;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .img-logo {
    width: 100%;
    max-width: 260px;
  }

  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-hero-contact {
    justify-items: center;
  }

  .tb-contact-details {
    width: 100%;
    max-width: 260px;
    margin-top: 0;
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Ppneuemachina';
  src: url('../fonts/PPNeueMachina-InktrapRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}