@font-face {
  font-family: AkzBolExt;
  src:url('fonts/AkzidenzGrotesk-BoldExtended.otf');
  font-weight: normal;
  font-style: normal;
  }

  @font-face {
  font-family: AkzMedExt;
  src:url('fonts/AkzidenzGrotesk-MediumExtended.otf');
  font-weight: normal;
  font-style: normal;
  }

  @font-face {
  font-family: AkzMedCon;
  src:url('fonts/AkzidenzGrotesk-MediumCond.otf');
  font-weight: normal;
  font-style: normal;
  }


  @font-face {
  font-family: AkzLig;
  src:url('fonts/AkzidenzGrotesk-Light.otf');
  font-weight: normal;
  font-style: normal;
  }
  
   @font-face {
  font-family: AkzReg;
  src:url('fonts/AkzidenzGrotesk-Regular.otf');
  font-weight: normal;
  font-style: normal;
  
  }  @font-face {
  font-family: AkzCon;
  src:url('fonts/AkzidenzGrotesk-Cond.otf');
  font-weight: normal;
  font-style: normal;
  }

  @font-face {
  font-family: AkzLigExt;
  src:url('fonts/AkzidenzGrotesk-LightExtended.otf');
  font-weight: normal;
  font-style: normal;
  }
  
   @font-face {
  font-family: AkzMedCon;
  src:url('fonts/AkzidenzGrotesk-MediumCond.otf');
  font-weight: normal;
  font-style: normal;
  }

  body {
    margin-bottom: 3em;
  }

  a {
    text-decoration: none;
    color: #707070;
  }

  .logo {
    max-width: 360px;
  }

  footer {
    font-family: AkzLig;
    font-size: 0.8rem;
    background: #F5F5F5;
    padding-top: 1em;
    padding-bottom: 1em;
    opacity: .9;
  }

  h1.home {
      font-family: AkzLigExt;
      font-size: 4rem;
      color: #707070;
      text-align: left;
      padding: 0em 0 0 0; 
  }

  h1 {
    font-family: AkzLigExt;
    font-size: 2rem;
    color: #707070;
    text-align: left;
    padding: 1em 0 0 0; margin-top: 1em; margin-bottom: .5em;
}

  h2 {
    font-family: AkzLigExt;
    font-size: 2rem;
    color: #707070;
    text-align: left;
    padding: 1em 0 .5em 0;
}

  h2.home {
    font-family: AkzLig;
    font-size: 2rem;
    color: #707070;
  }

  address h2 {
    font-size: 1.2rem;
    padding: 1em 0 0 0;
  }

  address {
    font-family: AkzLig;
    color: #707070;
  }

  .contact p {
    font-family: AkzMed;
    font-size: 1rem;
  }

  h3 {
    font-family: AkzLigExt;
    font-size: 1rem;
    color: #707070;
    text-align: center;
  }

  .news h3 {
    font-family: AkzLigExt;
    font-size: 1rem;
    color: #707070;
    text-align: left;
    margin: 0;
  }

  .news p {
    margin: 0;     margin-bottom: .4em;

  }

  h4 {
    font-family: AkzMedExt;
    font-size: 1rem;
    color: #707070;
    text-align: left;
  }

  p {
    font-family: AkzLig;
    font-size: 1rem;
    color: #707070;
  }

  .software, .name {
    font-family: AkzMedExt;
    color:#707070; 
  }

  .endorsement p {
    margin-bottom: .4em;
  }

  .endorsement blockquote {
    padding-bottom: .5em;
  }

  .btn {
    background-color: #707070;
    border: none;
    font-family: AkzReg;
  }

  ul {
    list-style: none;
  }

  .navbar-nav li::before {
    content: none !important;
  }
  
  ul li::before {
    content: "\2022";
    color: #707070;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.1em;     margin-bottom: .4em;

  }

  ol, ul {
  padding-left: 1rem;
  }

  li {
    font-family: AkzLig;
  }

  .btn-primary:hover, .btn-primary:focus, .btn-primary:active  {
    background-color: #f70202 !important;
  }

  .offcanvas {
    width:15% !important;
  } 

  .portfolio h3, .portfolio p {
    text-align: left;
  }

  .shadow-sm {
    box-shadow: none !important;
  }

  .navbar-toggler, .navbar-toggler:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none;
  }

.card:hover {
  opacity: .9;
}

  .carousel-caption {
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
    padding-top: 5rem !important;
    padding-bottom: 0rem !important;
    display: block !important;
  }

  .carousel-control-prev, .carousel-control-next {
    width: 11%;
  }

  .carousel-control-prev {
    float: left;
  }

  .carousel-control-next {
    float: right;
  }

  .carousel-control-next, .carousel-control-prev {
    position: relative;
    display: inline-block;
  }

  .carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none !important;
  }
@media (max-width: 640px) {
  .logo {
    max-width: 230px !important;
  }
  h1.home {
    font-size: 2.2rem !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2.home {
    font-size: 1.3rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  h3 {
    font-size: 1rem !important;
  }
  .offcanvas{
    width:40% !important;
  }
  .btn {
    font-size: .8em !important;
  }
}

@media (max-width: 492px) {
.carousel-control-prev, .carousel-control-next {
  bottom: 8em !important;
}
}

@media (max-width: 414px) {
  .logo {
    max-width: 180px !important;
  }
}

@media (max-width: 359px) {
  .logo {
    max-width: 130px !important;
  }
}