:root {
  --primary-color: #ffe100;
  --secondary-color: #fa2303;
  --accent-color: #00a962;
  --background-color: #1B2631;
  --text-color: #ffffff;
  --font-family-primary: "Source Sans 3", sans-serif;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--background-color);
  color: var(--text-color);
  font-family: var(--font-family-primary);
  align-items: center;
}

strong {
  font-weight: 600;
}

.offer {
  display: block;
  padding-top: 120px;
}

.main-description {
  max-width: 670px;
  padding: 20px;
}

.main-description img {
  max-width: 200px;
  height: auto;
  border-radius: 15px;
}

.main-description video {
  max-width: 200px;
  height: auto;
  border-radius: 15px;
}

h1 {
  font-family: Georgia, serif;
  color: var(--text-color);
  font-size: 50px;
  font-weight: 600;
  margin-top: 38px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  z-index: 1;
}

h2 {
  font-family: var(--font-family-primary);
  color: var(--text-color);
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 20px;
}

p, ol, ul {
  font-family: var(--font-family-primary);
  color: var(--text-color);
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 18px;
}

ol, ul {
  padding-left: 18px;
}

li {
  padding-left: 10px;
  padding-bottom: 8px;
}

a {
  color: var(--text-color);
  text-decoration: none;
}

#home-link {
  color: var(--primary-color);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: 0.15s;
}

#home-link:hover {
  color: #ffed66;
}

a:hover {
  text-decoration: none;
}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.instagram {
  border-left: 5px solid var(--primary-color);
  padding-left: 10px;
}

.external-buttons {
  display: flex;
  gap: 20px;
  margin-top: 22px;
}

.external-buttons a {
  font-size: 16px;
  font-family: var(--font-family-primary);
  background-color: var(--text-color);
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--background-color);
  transition: 0.15s;
}

#patronite {
  border-bottom: 4px solid var(--secondary-color);
}

#buycoffee {
  border-bottom: 4px solid var(--accent-color);
}

#patronite:hover {
  color: var(--secondary-color);
}

#buycoffee:hover {
  color: var(--accent-color);
}

@media (max-width: 576px) {
  body, html {
    margin: 20px 0;
    padding: 0;
    height: inherit;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
  }
  .offer {
    padding-top: 0;
  }
  .main-description img {
    max-width: 150px;
    height: auto;
  }
  h1 {
    font-size: 30px;
    margin-top: 20px;
  }
  h1::after {
    bottom: 5px;
  }
  h2 {
    font-size: 18px;
    margin-top: 12px;
  }
  p, ol, ul {
    font-size: 16px;
  }
  .external-buttons {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .external-buttons a {
    font-size: 14px;
    padding: 12px 30px;
  }
  #patronite {
    border-bottom: 3px solid var(--secondary-color);
  }
  #buycoffee {
    border-bottom: 3px solid var(--accent-color);
  }
  .newsletter-break {
    margin: 40px auto;
    max-width: 25%;
    color: #ffe100;
    height: 7px;
    background-color: #ffe100;
  }
}

.fa-heart {
  color: var(--secondary-color);
  padding-right: 6px;
}

.fa-mug-saucer {
  color: var(--accent-color);
  padding-right: 6px;
}

.footer {
  max-width: 670px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-color);
  font-size: 13px;
  font-family: var(--font-family-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 300;
}

.footer-left {
  margin: 0;
  font-size: 13px;
}

.footer-right {
  transition: 0.15s;
  text-decoration: none;
}

.footer-right:hover {
  color: #d1d1d1;
}

@media (max-width: 576px) {
  .footer {
    flex-direction: column;
    text-align: center;
    position: inherit;
    margin-top: 15px;
    padding: 15px 20px 0 20px;
  }
  .footer-right {
    margin-top: 5px;
  }
  .mailing {
    margin-top: -12px;
  }
}

.privacy-policy {
  display: block;
  align-items: flex-start;
}

.privacy-policy .main-description {
  max-width: 670px;
  padding: 100px 20px;
}

.privacy-policy .footer {
  display: none;
}

.ml-embedded {
  margin: -10px -20px 10px -20px;
}

#mlb2-18858049.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  padding: 0 !important;
}

.mailing {
  font-size: 14px;
  margin-bottom: 2px;
}

.mailing i {
  margin-right: 3px;
  color: #00DB00;
}

.benefits {
  font-weight: 500;
}

.policy-link {
  font-size: 12px;
  margin-bottom: 28px;
}

.newsletter {
  line-height: 150%;
}

.newsletter-break {
  margin: 40px auto;
  max-width: 25%;
  color: #ffe100;
  height: 7px;
  background-color: #ffe100;
}
