/* TODO: consider adding orientation as well */
.body, .main {
  font-family: verdana, arial, sans-serif;
}
a:link {
  color: #0273AA;
}
p {
  margin-block-start: 0;
  margin-bottom: 10px;
}
.navBar {
  display: flex;
  align-items: center;
}
.nav {
  font-weight: 700;
}
a.nav:link, a.nav:visited {
  color: #000;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
a.nav:link.active, a.nav:visited.active {
  background-color: #FFF281;
}
a.nav:hover, a.nav:active {
  color: #000;
  background-color: #FFF281;
  text-decoration: underline;
}

.logoWrap {
  padding: 5px;
  border-radius: 5px;
  margin-top: -5px;
  margin-left: -5px;
}

a.logoWrap:hover, a.logoWrap:active {
  background-color: #FFF281;
}

/* seems to be the same-ish for each layout */
.promo {
  font-size: 16px;
  max-width: 550px;
  line-height: 21px;
}

.productsList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 50px;
}

.productTitle {
 font-weight: 700;
 border-top: 6px solid #000;
 margin-top: 30px;
 padding-top: 10px;
}

.productLink {
  font-weight: 700;
  margin-top: 28px;
}
.productImage {
  border-radius: 15px;
  width: 100%;
  max-width: 1004px;
}
.productLinkList {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: nowrap;
    margin-top: 55px; /* 27 */
  }
.productLinkSection {
   flex-basis: 0;
   flex-grow: 1;
 }
 .productLinkSectionTitle {
    border-top: 3px solid #000;
    padding-top: 13px;
    font-weight: bold;
  }

.aboutContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 26px;
}

.contactItemTitle {
  font-weight: 700;
  border-bottom: 3px solid #000;
  margin-bottom: 9px;
}

.contactLink {
  font-weight: 700;
}

.contactContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactItem {
  flex-basis: 0;
  flex-grow: 1;
}

.aboutPhoto {
  border-radius: 10px;
}

a.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-weight: 700;
  background: #FCE205;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
}

a.skip:focus {
  left: 40px;
  top: 0px;
  width: auto;
  height: auto;
}

@media screen and (max-width: 320px) {
  .main {
  max-width: 320px;
  margin: 10px;
  }
  .navBar {
  margin-bottom: 35px;
  }
  .logo {
  width: 47px;
  height: 31px;
  }
  .logoWrap {
    margin-right: 10px;
  }
  .nav {
  font-size: 12px;
  margin-right: 0px;
  }
  .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
  }
  .secondaryTitle {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 6px;
  }
  .intro {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  }
  .productItem {
  max-width: 268px;
  }
  .productTitle {
  font-size: 21px;
  line-height: 35px;
  margin-top: 32px;
  padding-top: 12px;
  }
  .productSubtitle {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 24px;
  }
  .productCopy {
  line-height: 24px;
  font-size: 16px;
  }
  .productLink {

  }
  .aboutCopy {
  font-size: 16px;
  line-height: 24px;
  }
  .aboutPhoto {
  width: 272px;
  }
  .contactContainer {
  gap: 40px;
  flex-direction: column;
  }

  .contactItem {
  max-width: 336px;
  }

  .contactItem p {
  line-height: 22px;
  font-size: 16px;
  }

  .contactItemTitle {
  font-size: 16px;
  padding-bottom: 7px;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  .main {
  max-width: 430px;
  margin: 20px;
  }
  .navBar {
  margin-bottom: 40px;
  }
  .logo {
  width: 47px;
  height: 31px;
  }
  .logoWrap {
  margin-right: 20px;
  }
  .nav {
  font-size: 14px;
  margin-right: 10px;
  }
  .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 17px;
  }
  .secondaryTitle {
      font-weight: 700;
      font-size: 22px;
      line-height: 35px;
      margin-bottom: 17px;
  }
  .intro {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 50px;
  }
  .productItem {
  max-width: 376px;
  }
  .productTitle {
  font-size: 24px;
  line-height: 35px;
  }
  .productSubtitle {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 38px;
  line-height: 24px;
  }
  .productCopy {
  line-height: 32px;
  font-size: 18px;
  }
  .productLink {

  }
  .aboutCopy {
  font-size: 21px;
  line-height: 30px;
  }
  .aboutPhoto {
  width: 367px;
  }
  .contactContainer {
  gap: 40px;
  flex-direction: column;
  }
  .contactItem {
  max-width: 336px;
  }
  .contactItem p {
  line-height: 22px;
  font-size: 16px;
  }
  .contactItemTitle {
  font-size: 16px;
  padding-bottom: 7px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .main {
  max-width: 744px;
  margin: 30px;
  }
  .navBar {
  margin-bottom: 60px;
  }
  .logo {
  width: 47px;
  height: 31px;
  }
  .logoWrap {
  margin-right: 35px;
  }
  .nav {
  font-size: 16px;
  margin-right: 25px;
  }
  .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 17px;
  }
  .secondaryTitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 17px;
  }
  .intro {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 60px;
  }
  .productItem {
  max-width: 529px;
  }
  .productTitle {
  font-size: 24px;
  line-height: 35px;
  }
  .productSubtitle {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 38px;
  line-height: 24px;
  }
  .productCopy {
  line-height: 32px;
  font-size: 18px;
  }
  .productLink {

  }
  .aboutCopy {
  font-size: 21px;
  line-height: 30px;
  }
  .aboutPhoto {
  width: 367px;
  }
  .contactContainer {
  gap: 40px;
  flex-direction: column;
  }
  .contactItem {
  max-width: 336px;
  }
  .contactItem p {
  line-height: 22px;
  font-size: 16px;
  }
  .contactItemTitle {
  font-size: 16px;
  padding-bottom: 7px;
  }
  .productLinkList {
   flex-direction: column;
   flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .main {
  max-width: 1208px;
  margin: 40px;
  }
  .navBar {
  margin-bottom: 71px;
  }
  .logo {
  width: 47px;
  height: 31px;
  }
  .logoWrap {
  margin-right: 35px;
  }
  .nav {
  font-size: 16px;
  margin-right: 25px;
  }
  .title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 35px;
  }
  .secondaryTitle {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 35px;
  }
  .intro {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 60px;
  }
  .productItem {
    max-width: 1004px;
  }
  .productTitle {
   font-size: 30px;
   line-height: 45px;
  }
  .productSubtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 38px;
  }
  .productCopy {
  line-height: 32px;
  font-size: 18px;
  }
  .aboutContainer {
  gap: 34px;
  flex-wrap: nowrap;
  }
  .aboutCopy {
  font-size: 30px;
  line-height: 50px;
  }
  .aboutPhoto {
  width: 410px;
  }
  .contactContainer {
  gap: 51px;
  flex-wrap: nowrap;
  }

  .contactItem {
  max-width: 336px;
  }

  .contactItem p {
  line-height: 24px;
  font-size: 16px;
  }

  .contactItemTitle {
  font-size: 16px;
  padding-bottom: 7px;
  }
}

.hero {
  width: 100%;
  max-width: 1004px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.poster {
  border: 1px solid #ccc;
  border-radius: 15px;
  text-align: center;
  line-height: 1px;
}
.poster img {
  max-height: 398px;
  width: auto;
}