:root {
  --burlywood: #eabd68;
  --dark-slate-blue: #01359b;
  --black: black;
  --white: white;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.brand-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 100;
  line-height: 26px;
}

.brand-link {
  height: 60px;
  transition: opacity .2s;
}

.brand-link:hover {
  opacity: .66;
}

.brand-link.left-spacing {
  color: #fff;
  margin-left: 15px;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  background-color: #0000;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  position: fixed;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 1px 1px 1px #00000096;
  justify-content: center;
  align-items: center;
  padding: 18px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.navigation-link.white.w--current {
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.navigation-menu {
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 60px;
  display: flex;
}

.hero-section {
  text-align: center;
  background-color: #f1f1f1;
  background-image: url('../images/IMG_1633-copy.webp');
  background-position: 25% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100vh;
  padding-top: 0%;
  display: flex;
}

.newsbutton {
  background-color: var(--dark-slate-blue);
  border-radius: 8px;
}

.newsbutton.resume {
  margin-top: 10px;
}

.quotename-2 {
  float: right;
  text-align: right;
  font-weight: 600;
}

.side-feature-image {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 1px 1px 3px #00000085;
}

.newslink {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.newslink:hover {
  color: #09f;
}

.italic-text {
  font-weight: 500;
}

.section-title-group {
  margin-bottom: 62px;
}

.italic-text-2 {
  font-weight: 300;
}

.section-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.section-heading.centered {
  text-align: center;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 100;
  line-height: 60px;
}

.side-feature-content {
  align-items: center;
  width: 55%;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  display: flex;
}

.section-description {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.newssection {
  z-index: 3;
  background-color: #0000;
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/alainaheroa.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  box-shadow: 1px 1px 3px #0000008c;
}

.section.gallerysection {
  z-index: 3;
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/img_6102.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  box-shadow: 1px 1px 3px #00000080;
}

.section.reviewsection {
  z-index: 3;
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/JOEISAGENIUS.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 5%;
  padding-right: 5%;
  box-shadow: 1px 1px 3px #00000082;
}

.section.contact {
  background-image: url('../images/alainaheroblank.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-left: 5%;
  padding-right: 5%;
}

.block-quote {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-quote.second {
  margin-bottom: 30px;
}

.wrapper {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
}

.side-feature-info {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.side-feature {
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.accent {
  background-color: #f1f1f1;
  padding-top: 12px;
  padding-bottom: 12px;
}

.float-right {
  float: right;
}

.social-button {
  background-color: #333;
  border-radius: 100px;
  margin-bottom: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .15s;
}

.social-button:hover {
  opacity: 1;
  background-color: #1565c0;
}

.footer-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 21px;
}

.form-label {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 400;
}

.form-wrapper.squeezed {
  width: 88%;
  padding-left: 0%;
  padding-right: 0%;
}

.error-wrapper {
  color: #fff;
  background-color: #d32f2f;
  border-radius: 5px;
}

.form-field {
  border-style: none;
  border-radius: 3px;
  min-height: 41px;
  margin-bottom: 17px;
  margin-right: 1px;
  transition: box-shadow .15s;
  box-shadow: 0 0 0 1px #00000017;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 110px;
}

.success-message {
  margin-bottom: 0;
}

.section-subheading {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}

.section-subheading.center {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

.section-subheading.lower {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 22px;
}

.error-message {
  margin-bottom: 0;
}

.success-wrapper {
  color: #fff;
  background-color: #4caf50;
  border-radius: 5px;
  padding: 31px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  background-color: var(--dark-slate-blue);
  width: 100%;
  display: block;
}

.container {
  flex: 1;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #000;
  font-family: Lato, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  line-height: 85px;
}

.div-block {
  width: 56%;
  padding-right: 2%;
}

.content1-image {
  border-radius: 8px;
  height: 250px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px #00000078;
}

.content1-image.content1-image1 {
  background-image: url('../images/pORz78dg_400x400.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image3 {
  background-image: url('../images/59abc5f4-4777-4a9d-af7d-bf3ddcf4b36e-910x480.jpeg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image2 {
  background-image: url('../images/Newsies-Logo-Showpage.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.content1-image4 {
  background-image: url('../images/classact6.png');
  background-position: 25%;
  background-size: cover;
}

.content1-image._5 {
  background-color: #0d2d72;
  background-image: url('../images/F7E47523-53DB-4F40-9468-C47A33996701.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.content1-image._6 {
  background-image: url('../images/wvlogograndrevcomb.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content1-image._7 {
  background-image: url('../images/untitled.jpeg');
  background-position: 50%;
  background-size: cover;
}

.content1-image._8 {
  background-image: url('../images/Elf-Eblast-1020x1020.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image._9 {
  background-image: url('../images/IMG_0401.jpeg');
  background-position: 50% 0;
  background-size: cover;
  height: 250px;
}

.content1-image._10 {
  background-image: url('../images/IMG_0805-copy.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.content1-image._11 {
  background-color: #010432;
  background-image: url('../images/elvis.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.content1-image.brilliance {
  background-image: url('../images/Brilliance_Homepage_R3_BlankArtworkBG.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image._12 {
  background-image: url('../images/sddefault-copy.webp');
  background-position: 50%;
  background-size: cover;
}

.content1-image.froze {
  background-image: url('../images/1180w-600h_073117_Frozen-Bway-Video-780x440.jpg');
  background-position: 50%;
  background-size: cover;
}

.content1-image.badactor {
  background-image: url('../images/IMG_8791-2a.jpg');
  background-position: 0 0;
  background-size: cover;
}

.content1-image.waitress {
  background-image: url('../images/000502_hero.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.content1-image.grease {
  background-image: url('../images/grease-25-poster-web_orig-copy.webp');
  background-position: 50%;
  background-size: cover;
}

._4-col {
  text-align: center;
  width: 32%;
  margin-bottom: 31px;
  margin-right: 0;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

._4-col.hide {
  display: none;
}

.decoline {
  background-color: var(--burlywood);
  width: 30px;
  height: 2px;
  margin: 20px auto;
}

.content1-items {
  align-items: flex-start;
  display: flex;
}

.content1-item-description {
  text-align: center;
  padding-right: 0;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: 1;
  color: #3f3f3f;
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.div-block-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-2 {
  letter-spacing: -.3px;
  font-size: 20px;
  font-weight: 300;
}

.body {
  background-color: var(--burlywood);
  background-image: none;
  font-family: Lato, sans-serif;
}

.grid-fours {
  float: left;
  border-radius: 8px;
  width: 15%;
  margin: 5px;
  padding: 0;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000085;
}

.quotename {
  text-transform: uppercase;
  font-style: normal;
}

.instalink {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.instaquotediv {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.secondcontainer {
  margin-top: 60px;
}

.quote {
  font-size: 21px;
  font-style: italic;
  line-height: 30px;
}

.quotediv {
  text-align: center;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.cta {
  height: 80vh;
}

.cta.mediaintro {
  background-image: url('../images/img_6102.JPG');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.cta.reviewintro {
  background-image: url('../images/JOEISAGENIUS.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-attachment: fixed;
}

.cta.contactintro {
  background-image: url('../images/ALAINA_MILLS_0356coa.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-4 {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  display: flex;
}

.dgrw {
  width: 120px;
  margin-right: 0;
}

.dgrw:hover {
  opacity: .76;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.headshotlink {
  border-radius: 8px;
  width: 45%;
  margin-bottom: 8px;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000063;
}

.headshotlink:hover {
  filter: brightness(110%);
}

.div-block-6 {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.link-block {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: 1px 1px 3px #0006;
}

.link-block:hover {
  filter: brightness(110%);
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72%;
  margin-top: 15px;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.column {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  flex: none;
  width: 45%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000085;
}

.div-block-9 {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
  display: flex;
}

.chisholmdesigns {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.chisholmdesigns:hover {
  color: var(--dark-slate-blue);
}

.html-embed {
  flex: none;
  width: 50%;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.link-2 {
  color: var(--black);
  margin-bottom: 2px;
  display: block;
}

.am-nav {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #995422;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 60px;
  padding: 0% 3%;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.am-brand {
  color: #fff;
  height: 60px;
  margin-left: 15px;
  text-decoration: none;
}

.ambutton {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 11px;
  padding: 9px 15px;
  text-decoration: none;
}

.amvido {
  width: 100%;
}

.amcol {
  width: 50%;
}

.div-block-11 {
  justify-content: space-around;
  display: flex;
}

.div-block-12 {
  flex-flow: row;
  display: flex;
}

.image {
  width: 120px;
  display: block;
}

.resbutton {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 7px;
  padding: 9px 15px;
  text-decoration: none;
}

.video-2 {
  position: absolute;
}

.video-3 {
  width: 100%;
}

.navbar-logo-left {
  z-index: 100000;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.photo {
  aspect-ratio: 2 / 2.3;
  object-fit: cover;
}

.photo.r {
  object-position: 75% 50%;
}

.newsdiv {
  width: 32%;
  margin-bottom: 31px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="the-modern-web-is-elegant"] {
  opacity: 0;
  transform: translate(0, -33px);
}

html.w-mod-js [data-ix="opacityonloa"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .navigation-bar.dark {
    background-color: #000;
    position: fixed;
    inset: 0% 0% auto;
  }

  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.white {
    color: #fff;
  }

  .navigation-link.white {
    text-align: center;
  }

  .navigation-menu {
    background-color: var(--burlywood);
    width: 100%;
    height: auto;
  }

  .hero-section {
    background-position: 30%;
    background-attachment: scroll;
    height: 80vh;
    margin-top: 60px;
    padding-top: 10%;
  }

  .side-feature-image {
    flex: 0 auto;
    width: 41.33%;
  }

  .italic-text-4 {
    font-size: 22px;
    line-height: 26px;
  }

  .section-description, .block-quote, .block-quote.second {
    font-size: 14px;
    line-height: 18px;
  }

  .section-header {
    font-size: 22px;
    line-height: 26px;
  }

  .side-feature-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature {
    justify-content: space-around;
    margin-bottom: 100px;
  }

  .form-wrapper.squeezed {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading {
    font-size: 60px;
  }

  .div-block {
    width: 66%;
  }

  .content1-image {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content1-image.content1-image2 {
    background-position: 50% 100%;
  }

  ._4-col {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .decoline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content1-items {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .content1-item-description {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 32px;
  }

  .body {
    background-color: #000;
  }

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

  .cta {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: 125px;
    height: 50vh;
  }

  .cta.mediaintro, .cta.reviewintro {
    background-position: 50%;
    background-attachment: scroll;
  }

  .headshotlink {
    width: 59%;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-2 {
    width: 14px;
  }
}

@media screen and (max-width: 767px) {
  .brand-link.left-spacing {
    padding-left: 0;
  }

  .side-feature-image {
    box-shadow: none;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .italic-text-4 {
    font-size: 20px;
  }

  .section-description {
    font-size: 14px;
    line-height: 22px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-header {
    margin-top: 16px;
    font-size: 20px;
  }

  .side-feature-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .side-feature {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrapper.squeezed {
    padding-left: 0;
    padding-right: 9px;
  }

  .heading {
    font-size: 45px;
  }

  .grid-fours {
    width: 33.33%;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .headshotlink {
    width: 46%;
  }

  .html-embed {
    order: 1;
  }

  .columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .brand-text {
    font-size: 17px;
    font-weight: 300;
  }

  .hero-section {
    background-position: 15% 0;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    height: 80vh;
    padding-bottom: 10%;
  }

  .side-feature-image {
    width: 100%;
  }

  .section-heading.centered {
    font-size: 36px;
    line-height: 40px;
  }

  .side-feature-content {
    width: 100%;
  }

  .section.gallerysection {
    padding-left: 8px;
    padding-right: 8px;
  }

  .block-quote, .block-quote.second {
    font-size: 12px;
    line-height: 14px;
  }

  .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .side-feature-info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .side-feature {
    flex-direction: column-reverse;
  }

  .side-feature.mobile-reverse {
    flex-direction: column;
  }

  .social-button {
    margin-left: 2px;
    margin-right: 2px;
    padding: 4px;
  }

  .footer-text {
    font-size: 10px;
  }

  .heading {
    display: none;
  }

  .div-block {
    width: 95%;
  }

  .content1-image {
    aspect-ratio: 3 / 2;
    object-fit: fill;
    width: auto;
    height: auto;
  }

  .content1-image.waitress {
    width: auto;
  }

  .content1-image.grease {
    aspect-ratio: 3 / 2;
    width: auto;
    height: auto;
  }

  .grid-fours {
    width: 42%;
  }

  .div-block-5, .div-block-7 {
    width: 100%;
  }

  .video {
    width: 80%;
    margin-bottom: 10px;
  }

  .html-embed, .amcol {
    width: 100%;
  }

  .div-block-11, .div-block-12 {
    flex-flow: column;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .newsdiv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_983ea7cb-311e-48cc-2fd1-550ec7ffb110-4e4360c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_983ea7cb-311e-48cc-2fd1-550ec7ffb113-4e4360c4 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_983ea7cb-311e-48cc-2fd1-550ec7ffb11e-4e4360c4 {
    justify-self: end;
  }
}


