:root{
  --brand-bg:#F9F8F6;
  --brand-ink:#1F1F1F;
  --brand-sub:#6B6B6B;
  --brand-brown:#9e745c;
  --brand-magenta:#901d28;
  --brand-beige:#C8B4A4;
  --brand-soft:#EDE9DD;
  --brand-red:#E11717;
}

a{
  transition: color .2s ease, background-color .2s ease,
              border-color .2s ease, box-shadow .2s ease;
}

section[data-alt-section]:nth-of-type(even){ background-color:#fff; }
section[data-alt-section]:nth-of-type(odd){ background-color:#F9F8F6; }

.ig-embed{
  width:100%;
  height:850px;
  border:1px solid var(--brand-beige);
  border-radius:.75rem;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
}
@media (max-width:640px){ .ig-embed{ height:500px; } }
@media (max-width:450px){ .ig-embed{ height:380px; } }
