h1, h2, h3 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
h4, h5, h6, p, ul, li, ol {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 3.6rem;
  }
}
p, ul, li, ol,
.button-gold,
.button  {
    font-size: 0.89rem;
}
a {
    transition: all 0.35s ease;
    color: #010c21;
}
small, .small {
    font-size: .775em;
}
.add-line {
  position: relative;
  padding-bottom: 10px;
}
.add-line:after {
  content: "";
  background-color: #eca126;
  height: 2px;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.z-top {
    z-index: 9;
    position: relative;
}
.button-gold {
    background-color: #eca126;
    border: 1px solid #eca126;
    padding: 12px 18px;
    border-radius: 4px;
    color: #010c21 !important;
    display: inline-block;
}
.button {
    background-color: transparent;
    padding: 12px 18px;
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-block;
}
.button-gold:hover,
.button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #010c21 !important;
}
.button-gold-nav a {
  background-color: #eca126;
  color: #010c21 !important;
  padding: 12px 14px;
  border-radius: 4px;
}
.button-gold-nav a:hover {
  background-color: #fff;
}
.cover-img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.hero-img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top;
}
header ul,
footer ul {
  padding: 0;
  list-style: none;
}
header li {
    margin-left: 19px;
}
footer li {
    margin-bottom: 10px;
}
.hero {
    min-height: 510px;
}
.curves {
    border-radius: 30px;
    overflow: hidden;
}
.alizan-logo {
  width: 100%;
  max-width: 100px !important;
}
img.w-100 {
  height: auto;
}
a {
    transition: all .35s ease;
    text-decoration: none;
}
.text-white a,
.text-gold a:hover {
    color: #fff;
}
.text-gold,
.text-gold a,
.text-white a:hover {
    color: #eca126;
}
a.text-gold:hover {
    color: #010c21;
}
.arrow:after {
  content: "→";
  margin-left: 10px;
  font-size: 18px;
}
.bg-gold {
    background-color: #eca126;
}
.bg-buzz {
    background-color: #010c21;
}
.bg-light-grey {
    background-color: #f2f2f2;
}
.mobile-menu {
	width: 32px;
	height: 32px;
}
/* Mobile menu entry animation only */

#mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition:
        transform 0.75s cubic-bezier(.16, 1, .3, 1),
        opacity 0.35s ease,
        visibility 0.35s ease;
    overflow: hidden;
}
body.mobile-menu-open #mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
        transform 0.75s cubic-bezier(.16, 1, .3, 1),
        opacity 0.35s ease,
        visibility 0s linear 0s;
}

/* Open state */
body.mobile-menu-open #mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* Menu item entry state */
#mobile-menu li {
    opacity: 0;
  list-style: none;
	  margin-bottom: 20px !important;
    transform: translateY(18px);
}

/* Staggered boot-up reveal */
body.mobile-menu-open #mobile-menu li {
    animation: jimmyMenuItemIn 0.45s ease forwards;
}

body.mobile-menu-open #mobile-menu li:nth-child(1) { animation-delay: 0.42s; }
body.mobile-menu-open #mobile-menu li:nth-child(2) { animation-delay: 0.49s; }
body.mobile-menu-open #mobile-menu li:nth-child(3) { animation-delay: 0.56s; }
body.mobile-menu-open #mobile-menu li:nth-child(4) { animation-delay: 0.63s; }
body.mobile-menu-open #mobile-menu li:nth-child(5) { animation-delay: 0.70s; }
body.mobile-menu-open #mobile-menu li:nth-child(6) { animation-delay: 0.77s; }
body.mobile-menu-open #mobile-menu li:nth-child(7) { animation-delay: 0.84s; }
body.mobile-menu-open #mobile-menu li:nth-child(8) { animation-delay: 0.91s; }

@keyframes jimmyMenuItemIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Reduced motion fallback */
@media (prefers-reduced-motion: reduce) {
    #mobile-menu,
    #mobile-menu::after,
    #mobile-menu li {
        transition: none;
        animation: none !important;
        transform: none;
    }

    body.mobile-menu-open #mobile-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.mobile-menu-open #mobile-menu li {
        opacity: 1;
    }
}

.rounded-circle.bg-buzz {
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.remove-p-margin p:last-child {
    margin-bottom: 0;
}
.quote-icon {
    width: 20px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* Responsive styles */
@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
}

@media (max-width: 440px) {
}

@media (max-width: 341px) {
}
