*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
  font-family: 'AvenirNextLTPro-Bold';
  src:url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src:url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h2.head{
  letter-spacing: 0.1em;
  text-transform: capitalize;
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-family: AvenirNextLTPro-Bold, Helvetica, Arial, sans-serif;
}

p.subcopy{
  font-family: AvenirNextLTPro-Regular, Helvetica, Arial, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 24px;
}

.btn-underline{
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  font-family: AvenirNextLTPro-Bold, Helvetica, Arial, sans-serif;
  color: #000;
}
.btn-underline:hover{
  color: #000;
}
.btns{
  justify-content: space-evenly;
}
.mobileImage{
  display: none;
}

.desktopImage{
  display: block;
  object-fit: cover;
  height: 100%;
}
h3.subhead{
  font-family: AvenirNextLTPro-Bold,Helvetica,Arial,sans-serif;
  letter-spacing: .1em;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 24px;
  line-height: 24px;
}
.footer{
  background: #f3f3f3;
  padding-bottom: 40px;
  padding-top: 32px;
}

.footer .footerLink{
  font-family: AvenirNextLTPro-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #6e6e6e;
  text-decoration: none;
  padding-left: 24px;
}

.svgBox{
  height: 25px;
  width: 165px;
}

@media(max-width:576px){
  .svgBox{
    height: 21px;
    width: 139px;
  }
  .btns{
    flex-direction: column;
    align-items: center;
  }
  .btns a:nth-child(2){
    margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important
  }
  .desktopImage{
    display: none;
  }
  .mobileImage{
    display: block;
  }

  .footer .footerLink{
    padding-left: 10px;
  }

  .footer .footerLink:nth-child(2){
    margin: 17px 0;
  }

  .footer .col-12{
    display: flex;
    flex-direction: column;
  }
}


@media (min-width: 1441px){
   h2.head{
     font-size: 72px;
     line-height: 72px;
   }
}

@media (min-width: 768px){
  h2.head{
    font-size: calc(32px + (40 * (100vw - 768px)) / 672);
    line-height: calc(32px + (40 * (100vw - 768px)) / 672);
  }
  h3.subhead{
    font-size: calc(24px + 16*(100vw - 768px)/672);
    line-height: calc(24px + 16*(100vw - 768px)/672);
  }
}
