@font-face {
  font-family: "Figgins Sans";
  src: url("assets/fonts/FigginsSansV3.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Figgins Sans Bold";
  src: url("assets/fonts/FigginsSansV3-Bold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "William Regular";
  src: url("assets/fonts/WilliamRegularA.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "William Regular Italic";
  src: url("assets/fonts/WilliamRegularA-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #FFF;
  --black: #000;
  --gray-50: #F5F3F3;
  --gray-400: #1A1717;
  --gold-200: #EDD4A6;
}

*:focus {
  outline: none;
}

body {
  font-family: "Figgins Sans", sans-serif;
}

body, h1 {
  margin: 0;
}

h1 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;

  @media screen and (max-width: 640px) {
    font-size: 18px;
    line-height: 1.222;
  }   
}

h4 {
  margin: 0 0 32px;
  font-size: 34px;
  line-height: 1.324;
  letter-spacing: 0.5px;
  font-family: "William Regular", serif;

  @media screen and (max-width: 640px) {
    margin: 0 0 24px;
    font-size: 26px;
    line-height: 1.346;
    letter-spacing: 0.2px;
  }   
}

h5 {
  margin: 0 0 32px 28px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  font-family: "William Regular", serif;

  @media screen and (max-width: 640px) {
    margin: 0 0 24px 16px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.2px;
  }   
}

p {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.5px;

  @media screen and (max-width: 640px) {
    margin: 0 0 24px;
  }   
}

p strong {
  font-family: "Figgins Sans Bold", sans-serif;
}

ul {
  margin: 20px 0 32px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.5px;

  @media screen and (max-width: 640px) {
    margin: 20px 0 24px;
  }   
}

ul li {
  line-height: 1.4;
}

p a, ul a{
  color: var(--black);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: var(--black);
}

p a:hover, ul a:hover {
  text-decoration-color: var(--gold-200);
}

header {
  position: fixed;
  width: 100%;
  top: 0;
}

main {
  margin-top: 80px;
}

.header__logo {
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 80px;
  background-color: var(--gray-400);

  @media screen and (max-width: 640px) {
    height: 52px;
    padding: 0 16px;
  }   
}

.header__logo__company-name {
  height: 28px;
  margin-right: 16px;
  color: var(--white);

  @media screen and (max-width: 640px) {
    height: 16px;
    margin-right: 8px;
  }   
}

.header__logo__page-name {
  height: 28px;
  color: var(--gold-200);

  @media screen and (max-width: 640px) {
    height: 16px;
  }   
}

.header__bottom-border, .footer__top-border {
  display: block;
  width: 100%;
  height: 8px;
  color: var(--gray-400);
}

.main__content {
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 140px 48px 80px;

  @media screen and (max-width: 640px) {
    padding: 12px 16px 36px;
  }   
}

.main__bottom-heading {
  display: flex;
  align-items: center;
  margin-bottom: -8px;
  padding: 0 80px;
  background-color: var(--gray-50);

  @media screen and (max-width: 640px) {
    padding: 14px 0;
  }   
}

.main__bottom-heading__image {
  width: 220px;
  height: 190px;
  margin: -10px 16px -4px 0;

  @media screen and (max-width: 640px) {
    width: 85px;
    height: 73px;
    margin: 0 8px 0 -8px;
    transform: rotate(90deg);
  }   
}

.footer__content {
  padding: 64px 80px 80px;
  background-color: var(--gray-400);

  @media screen and (max-width: 640px) {
    padding: 56px 16px 40px;
  }   
}

.footer__content__text {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  font-family: "William Regular", serif;

  @media screen and (max-width: 640px) {
    text-align: center;
  }   
}

.footer__content__store-links {
  margin-bottom: 32px;

  @media screen and (max-width: 640px) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }   
}

.footer__content__store-links__link {
  display: inline-block;
  padding: 8px 11px;
  margin-right: 16px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
  line-height: 0.5;

  @media screen and (max-width: 640px) {
    margin: 0 0 12px;
  }   
}

.footer__content__store-links__link:hover {
  border-color: var(--gold-200);
  color: var(--gold-200);
}

.footer__content__store-links__link > svg {
  height: 26px;

  @media screen and (max-width: 640px) {
    height: 32px;
  }   
}

.footer__content__legal {
  display: flex;
  align-items: center;

  @media screen and (max-width: 640px) {
    flex-direction: column;
  }   
}

.footer__content__legal__mail-to {
  color: var(--white);
}

.footer__content__legal__mail-to:hover {
  color: var(--gold-200);
}

.footer__content__legal__mail-to > svg {
  width: 32px;
  height: 32px;
}

.footer__content__legal__copyright {
  margin: 0 0 0 24px;
  font-size: 14px;
  line-height: 1.286;
  font-family: "William Regular Italic", serif;
  font-style: italic;
  letter-spacing: 0.5px;
  color: var(--white);
  
  @media screen and (max-width: 640px) {
    margin: 40px 0 0;
  }   
}
