body {
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 7px 0 30px;
}
@media (max-width: 1000px) {
    ul {
        margin: 7px 0 15px;
    }
}

.content {
  margin: auto;
}

.header {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: -28%;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .header {
    margin-bottom: -190px;
  }
}
@media (min-width: 992px) {
  .header {
    margin-bottom: -225px;
  }
}
.header__wrapper {
  background-image: url(assets/angles-top.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1000px auto;
  padding-top: 30px;
  padding-bottom: 120px;
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 340px) {
  .header__wrapper {
    background-size: 1225px auto;
    background-position: center bottom;
  }
}
@media (min-width: 420px) {
  .header__wrapper {
    background-size: 1350px auto;
    background-position: center bottom;
  }
}
@media (min-width: 460px) {
  .header__wrapper {
    background-size: 1800px auto;
    background-position: center top;
    padding-bottom: 155px;
  }
}
@media (min-width: 768px) {
  .header__wrapper {
    background-size: 2000px auto;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .header__wrapper {
    background-size: auto auto;
    padding-top: 60px;
    padding-bottom: 270px;
  }
}
.header:before {
  content: '';
  background-color: #fcfbf4;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 100px;
}
@media (min-width: 768px) {
  .header:before {
    bottom: 110px;
  }
}
@media (min-width: 992px) {
  .header:before {
    bottom: 270px;
  }
}

.header img {
  width: 100%;
  max-width: 250px;
}
@media (min-width: 768px) {
  .header img {
    max-width: 100%;
    width: 300px;
  }
}

@media (min-width: 992px) {
  .header img {
    max-width: 100%;
    width: auto;
  }
}

.header__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.5em;
  margin-top: 0;
}

@media (min-width: 992px) {
  .header__title {
    margin-bottom: 1em;
  }
}

h1,
h2 {
  margin-top: 0;
  font-size: 100px;
}

.button-header {
  width: 25%;
  font-size: 20px;
  background-color: #fcfbf4;
  border: 1px solid #d6cd4d;
}

.btn {
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  padding: 0.5em 1em;
  line-height: 1;
  color: #3f5967;
  transition: all 0.25s;
}

@media (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .btn {
    font-size: 24px;
  }
}

.btn--header {
  border-color: #d8d14d;
}

.btn--header:hover {
  background-color: #d8d14d;
}

.btn--mixes {
  border-color: #fff;
}

.btn--mixes:hover {
  background-color: #fff;
}

.pier {
  padding-top: 100%;
  background-image: url(assets/pier.jpg);
  background-position: center top;
  background-size: cover;
  position: relative;
}

@media (min-width: 800px) {
  .pier {
    padding-top: 775px;
  }
}

@media (min-width: 1575px) {
  .pier {
    background-position: center center;
  }
}

.pier:after {
  content: '';
  background: transparent url(assets/angles-pink.png) center bottom no-repeat;
  background-size: 110% auto;
  height: 50px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 385px) {
  .pier:after {
    height: 100px;
  }
}
@media (min-width: 800px) {
  .pier:after {
    background-size: 105% auto;
    height: 150px;
  }
}
@media (min-width: 1100px) {
  .pier:after {
    background-size: auto auto;
    background-position: center top;
    height: 150px;
  }
}
@media (min-width: 1300px) {
  .pier:after {
    background-size: auto auto;
    background-position: center top;
    height: 200px;
  }
}

.section-header {
  font-size: 24px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .section-header {
    font-size: 70px;
  }
}

.section-header img {
  max-height: 25px;
}

.pup .section-header img.desktop {
  display: none;
}
.pup .section-header img.mobile {
  max-height: none;
}

@media (min-width: 768px) {
  .section-header img {
    max-height: 100%;
  }
  .pup .section-header img.mobile {
    display: none;
  }

  .pup .section-header img.desktop {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.pup__bosses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 75px;
    max-width: 500px;
    margin: 0 auto 50px;
}
@media (max-width: 600px) {
    .pup__bosses {
        max-width: 100%;
        grid-column-gap: 30px;
    }
}

.pup__bosses__item img {
    display: block;
    max-width: 200px;
    height: auto;
    margin: 15px auto;
}
@media (max-width: 600px) {
    .pup__bosses__item img {
        max-width: 100%;
    }
}

.pup__bosses__item__name {
    margin-bottom: 5px;
}
.pup__bosses__item__text {
}
.pup__price {
    margin: 0 auto 30px;
}
.pup__rescue {
    font-weight: 800;
    margin: 0 auto 30px;
}


.section {
  padding: 5em 1em;
}

.mixes {
  background: #facbbb none;
  position: relative;
  padding-top: 0 !important;
}

.mixes:before {
  content: '';
  background: transparent url(assets/flavors-dots.png) left top no-repeat;
  background-size: contain;
  width: 75%;
  height: 0;
  padding-bottom: 34.1422%;
  display: block;
  position: absolute;
  top: -50px;
  z-index: 2;
}

@media (min-width: 500px) {
  .mixes:before {
    width: 50%;
  }
}

@media (min-width: 700px) {
  .mixes:before {
    top: -100px;
  }
}

@media (min-width: 1000px) {
  .mixes:before {
    top: -125px;
  }
}

@media (min-width: 1400px) {
  .mixes:before {
    width: 803px;
    height: 274px;
    top: -150px;
  }
}

.mixes__content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 4;
}

.mixes-section__subheader {
  max-width: 700px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .mixes-section__subheader {
    margin-bottom: 70px;
  }
  .mixes__content {
    font-size: 18px;
  }
}

.mixes__order + .mixes__order {
    margin-top: 3em;
}
.mixes__order__text {
    max-width: 640px;
    margin: 0 auto;
}

.mixes__order__title {
    font-weight: 800;
    margin-bottom: 5px;
}
.mixes__order__price {
    margin-bottom: 30px;
}
.mixes__order__cta {
}


.flavors-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  margin-bottom: 2em;
}
@media (max-width: 900px) {
  .flavors-pricing {
    grid-template-columns: 1fr 1fr;
  }
}

.flavors__header {
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 1.2;
}

.flavors ul li {
    line-height: 1.5;
}

.button-mixes {
  background-color: #facbbb;
  font-size: 20px;
}

.instagram {
  background-color: #fcfbf4;
  background-image: url(assets/bottom-blue.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 120% auto;
  position: relative;
}

@media (min-width: 1578px) {
  .instagram {
    background-size: 100% auto;
  }
}

.instagram:before {
  content: '';
  background: transparent url(assets/black-swooshes.png) center center no-repeat;
  display: block;
  background-size: contain;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

@media (min-width: 600px) {
  .instagram:before {
    height: 80px;
  }
}

@media (min-width: 768px) {
  .instagram:before {
    height: 115px;
    top: -15px;
  }
}

@media (min-width: 1200px) {
  .instagram:before {
    height: 150px;
    top: 0;
  }
}

@media (min-width: 1578px) {
  .instagram:before {
    height: 198px;
    top: 0;
  }
}

.insta-images {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .insta-images {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.insta-image {
  width: auto;
  margin-left: 1em;
  margin-right: 1em;
}

.insta-image img {
  width: 100%;
  max-width: 350px;
}

.pup {
  position: relative;
  background-color: #d8d14d;
  padding-bottom: 200px;
}

@media (min-width: 992px) {
  .pup {
    padding-bottom: 5em;
  }
}

.pup__content {
  position: relative;
  z-index: 3;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .pup__content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
  }
}

.pup__body-text {
  max-width: 700px;
  margin: 0 auto 5px;
}

@media (min-width: 768px) {
  .pup__body-text {
    font-size: 18px;
  }
}

.pup:before {
  content: '';
  background-image: url(images/pupnola-shrubbery.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .pup:before {
    left: -7%;
  }
}
@media (max-width: 1200px) {
  .pup:before {
    left: -18%;
  }
}
@media (max-width: 1000px) {
  .pup:before {
    left: -35%;
  }
}
@media (max-width: 767px) {
  .pup:before {
      display: none;
  }
}


.pup:after {
  content: '';
  background: transparent url(assets/pupnola-doggo.png) center center no-repeat;
  /* padding-bottom: 43.2051%; /* 86.5102% */
  width: 200px;
  height: 173px;
  display: block;
  background-size: contain;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .pup:after {
    width: 400px;
    height: 346px;
  }
}

.contact {
  background-color: #3f5967;
  box-sizing: border-box;
  color: #fcfbf4;
  padding-top: 2em;
  padding-bottom: 2em;
}

.contact a {
  text-decoration: none;
}

.contact p {
  display: inline-block;
}

.copyright p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}

.contact-info > *:first-child {
  margin-top: 0;
}

a {
  color: inherit;
}

@media only screen and (min-width: 479px) {
  .flavors {
    display: block;
  }

  .contact p {
    display: block;
  }

  .divider {
    display: none;
  }

  .copyright p {
    display: block;
  }
}
