@charset "UTF-8";
/* Grande Romanza - March 2024 */
@font-face {
  font-family: "edwardian_script";
  src: url("../assets/fonts/edwardianscriptitc-webfont.woff2") format("woff2"), url("../assets/fonts/edwardianscriptitc-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* .crimson-pro-gr {
	font-family: "Crimson Pro", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
} 
.roboto-condensed-<uniquifier> {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
*/
.nowrap {
  white-space: nowrap;
}

.text-justify {
  text-align: justify !important;
}

.gr-fancy-font {
  font-family: "edwardian_script", "brush script mt", cursive;
}

.temp-border {
  border: 1px solid red;
}

body {
  font: 100% Helvetica, Arial, sans-serif;
  color: #eeeeee;
  background-color: #4b1d30;
  height: 100vh;
}

a {
  text-decoration: none;
}

.container {
  height: 100% !important;
  min-height: 1000px;
}

#gr-frame {
  width: 1024px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 18px 30px, rgba(0, 0, 0, 0.22) 0px 15px 15px;
  background: #9c9389 url(../assets/images/wallpaper-lt.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#gr-frame.wallpaper {
  background-color: #9c9389;
  background-image: url(../assets/images/wallpaper-lt.jpg);
  background-position: center center;
  background-size: cover;
}

#gr-frame.wallpaper.interior {
  background-color: transparent, #9c9389;
  background-image: url(../assets/images/white-box.webp), url(../assets/images/wallpaper-lt.jpg);
  background-position: top 230px left 52px, center center;
  background-repeat: no-repeat;
  background-size: 560px 1217px, cover;
}

#gr-frame.interior {
  padding: 300px 490px 0 20px;
}

.grande-romanza-header {
  background: transparent url(../assets/images/grande-romanza-header.webp) center top no-repeat;
  background-size: contain;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

#site-header {
  color: black;
  font-family: "edwardian_script", "brush script mt", cursive;
  font-size: 67px;
  line-height: 60px;
  /* font-weight: bold; */
  display: block;
  position: absolute;
  text-align: center;
  top: 70px;
  right: 65px;
}

.hdr-top-center {
  font-family: "Crimson Pro", "Times New Roman", serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 200;
  color: white;
  text-align: left;
  top: 40px;
  right: 0px;
  width: 58%;
  position: absolute;
}

#oval-frame {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}

#photostrip {
  display: block;
  width: 1024px;
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: 5;
}

#btn-enter {
  font-size: 60px;
  font-family: "edwardian_script", "brush script mt", cursive;
  /* font-weight: bold; */
  color: black;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 100px;
  z-index: 10;
  padding-right: 75px;
  background: transparent url(../assets/images/arrow.svg) right center no-repeat;
  background-size: 55px 50px;
}

#btn-enter:hover {
  /* color: $plumb-lt; */
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.7);
}

#gr-footer {
  font-size: 20px;
}

#gr-footer a {
  color: #eeeeee;
  text-decoration: none;
}

#gr-footer a:hover {
  color: #ed5e99;
}

/* #gr-footer span {
	display: block;
} */
/*  Nina and Stefano */
/*********************/
.content-well {
  min-height: 300px;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 23px;
}

.content-well p {
  padding: 0px 30px 30px 120px;
}

.container.nina-stefano {
  min-height: 875px;
}

h2 {
  color: #b34371;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  text-align: left;
  padding-left: 120px;
  padding-right: 30px;
}

.container.nina-stefano h2 {
  text-align: right;
}

.circle-photo {
  shape-outside: circle(50%);
  border-radius: 50%;
  float: left;
  clear: left;
  margin-right: 15px;
  margin-top: 0;
  border: 3px solid white;
  width: 150px;
  height: 150px;
  /* TRANSITION */
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

#circle-photo-one {
  background: white url("../assets/images/circle-photo-carmen.webp") no-repeat center center;
  background-size: cover;
}

#circle-photo-one.alt1 {
  background: white url("../assets/images/circle-photo-showboat.webp") no-repeat center center;
  background-size: cover;
}

#circle-photo-two {
  background: white url("../assets/images/circle-photo-widow.webp") no-repeat center center;
  background-size: cover;
}

#circle-photo-two.alt1 {
  background: white url("../assets/images/circle-photo-butterfly.webp") no-repeat center center;
  background-size: cover;
}

.oval-photo {
  width: 180px;
  height: 320px;
  background: #9a4;
  border: 3px solid white;
  -webkit-border-radius: 150px/250px;
  -moz-border-radius: 150px/250px;
  border-radius: 150px/250px;
  /* TRANSITION */
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

.rectangular-frame {
  position: absolute;
  width: 500px;
  z-index: 1010;
  bottom: 0px;
  right: 25px;
  background: transparent url("../assets/images/photo-couple-v2.webp") no-repeat center center;
  background-size: 69%;
}

.rectangular-frame img {
  width: 100%;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
}

.rectangular-frame .caption-band {
  color: #eeeeee;
  background-color: rgba(50, 50, 50, 0.6);
  position: absolute;
  bottom: 120px;
  left: 78px;
  width: 341px;
  padding: 5px 20px;
  font-family: "Crimson Pro", "Times New Roman", serif;
  text-align: center;
}

.rectangular-frame .caption-band span:first-child {
  font-style: italic;
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

.rectangular-frame .caption-band span:last-child {
  display: block;
  font-size: 14px;
}

.rectangular-frame .caption-band:hover {
  text-shadow: 2px 2px 5px rgba(200, 200, 200, 0.7);
}

/*  REPERTOIRE  */
/****************/
.container.repertoire {
  min-height: 1125px;
}

.repertoire #gr-frame.wallpaper.interior {
  background-color: transparent, #9c9389;
  background-image: url(../assets/images/white-box-repertoire.webp), url(../assets/images/wallpaper-lt.jpg);
  background-position: top 85px left 52px, center center;
  background-repeat: no-repeat;
  background-size: 850px auto, cover;
  padding: 290px 410px 0 20px;
}

.repertoire .content-well .content-text {
  padding: 0px 0px 40px 180px;
}

.repertoire .content-well .content-text h1 {
  display: none;
}

.repertoire .content-well .content-text h2 {
  padding: 0;
  margin-bottom: 3px;
}

.corner-photo {
  background: transparent url(../assets/images/photo-couple-singing.webp) no-repeat bottom right;
  background-size: contain;
  width: 500px;
  height: 700px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* ul li::before {
	content: "• "; 
	color: $plumb;
	font-size: 1.2em;
}
*/
ul li {
  padding-left: 15px;
  background: transparent url(../assets/images/gr-bullet.svg) no-repeat 1px 5px;
  background-size: 6px 6px;
  line-height: 1.1em;
  margin-bottom: 5px;
}

ul li span {
  color: #b34371;
}

.content-bottom-link {
  display: block;
  margin-top: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2em;
  padding: 6px 0 6px 12px;
  border-radius: 30px;
  background: linear-gradient(270deg, rgb(255, 255, 255) 40%, rgb(224, 215, 204) 100%);
  color: #4b1d30;
  position: relative;
}

.content-bottom-link:hover {
  background: linear-gradient(270deg, rgb(255, 255, 255) 10%, #4b1d30 100%);
}

.content-bottom-link span {
  display: inline-block;
  font-weight: 600;
  padding-right: 3px;
}

.content-bottom-link span.smtext {
  font-size: 0.8em;
}

.content-bottom-link:hover span.smtext {
  color: black;
}

.content-bottom-link span.smtext sup {
  font-size: 0.6em;
}

.content-bottom-link .a-subtext {
  position: absolute;
  font-weight: 500;
  font-size: 0.7em;
  bottom: -15px;
  right: -22px;
}

/* VIDEO CLIPS PAGE */
/********************/
.modal .modal-content {
  background-color: transparent;
}

.modal .modal-header {
  border: none;
}

.modal-backdrop.show {
  opacity: 0.85;
}

button.btn-close {
  background: transparent url("../assets/images/close.svg") no-repeat center center;
  background-size: 60%;
}

#vidTitle {
  font-size: 50px;
}

/* VIDEO */
.container.curtains {
  min-height: 1008px;
}

.curtains #gr-frame.wallpaper.interior {
  background-color: transparent, #9c9389;
  background-image: url(../assets/images/curtains-bg-video.webp), url(../assets/images/wallpaper-lt.jpg);
  background-position: bottom center, center center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  /* padding: 290px 410px 0 20px; */
  min-height: 830px;
  padding: 265px 180px 0 170px;
}

.curtains #gr-frame .content-well {
  padding-top: 50px;
  /* border: 1px solid green; */
  gap: 10px 30px;
  min-height: 0;
}

.curtains #gr-frame .content-well button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  width: 200px;
  height: 155px;
  background: transparent url("../assets/images/temp-video-btn.webp") no-repeat center center;
  background-size: cover;
  border: 6px solid #dfc477;
}

.curtains .content-well button::before {
  display: block;
  content: " ";
  width: 60px;
  height: 60px;
  background: transparent url("../assets/images/video-play-button.webp") no-repeat center center;
  background-size: contain;
  opacity: 0.7;
  /* TRANSITION */
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.curtains .content-well button:hover::before {
  opacity: 1;
}

.curtains #gr-frame .content-well div:nth-child(2) button {
  background: transparent url("../assets/images/video-thumb-merrywidow.jpg") no-repeat center center;
  background-size: cover;
}

.curtains #gr-frame .content-well div:nth-child(3) button {
  background: transparent url("../assets/images/video-thumb-showboat.jpg") no-repeat center center;
  background-size: cover;
}

.curtains #gr-frame .content-well div:nth-child(4) button {
  background: transparent url("../assets/images/video-thumb-brigadoon.jpg") no-repeat center center;
  background-size: cover;
}

.curtains #gr-frame .content-well div:nth-child(5) button {
  background: transparent url("../assets/images/video-thumb-phantom.jpg") no-repeat center center;
  background-size: cover;
}

.curtains #gr-frame .content-well div:nth-child(6) button {
  background: transparent url("../assets/images/video-thumb-mmebutterfly.jpg") no-repeat center center;
  background-size: cover;
}

.curtains #gr-frame .content-well div:nth-child(7) button {
  background: transparent url("../assets/images/video-thumb-carmen.jpg") no-repeat center center;
  background-size: cover;
}

.curtains #gr-frame .content-well button:hover {
  border: 6px solid #efd588;
}

.curtains #gr-frame .content-well h3 {
  font-family: "edwardian_script", "brush script mt", cursive;
  font-size: 1.7rem;
  color: #4b1d30;
  margin-top: 5px;
  text-align: center;
}

#vidContent {
  border: 6px solid #dfc477;
  background-color: black;
}

/* #vidContent::-webkit-media-controls-fullscreen-button
{
	display: none;
} */
.content-bottom-link:hover {
  color: black;
}

.content-bottom-link:hover span {
  color: white;
}

/*  PROGRAMS  */
/****************/
.programs #circle-photo-three {
  background: white url("../assets/images/circle-photo-carmen2.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 200;
}

#circle-photo-three.alt1 {
  background: white url("../assets/images/circle-photo-phantom.webp") no-repeat center center;
  background-size: cover;
}

#circle-photo-four {
  background: white url("../assets/images/circle-photo-showboat2.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 195px;
  right: 0;
  z-index: 200;
}

#circle-photo-four.alt1 {
  background: white url("../assets/images/circle-photo-brigadoon.webp") no-repeat center center;
  background-size: cover;
}

#oval-photo-one {
  background: white url("../assets/images/oval-photo-one.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -3px;
  bottom: 100px;
}

#oval-photo-one.alt1 {
  background: white url("../assets/images/oval-photo-two.webp") no-repeat center center;
  background-size: cover;
}

.container.programs {
  min-height: 1200px;
}

.programs #gr-frame.wallpaper.interior {
  background-color: transparent, #9c9389;
  background-image: url(../assets/images/white-box-programs.webp), url(../assets/images/wallpaper-lt.jpg);
  background-position: top 125px center, center center;
  background-repeat: no-repeat;
  background-size: 970px auto, cover;
  padding: 290px 20px 0 20px;
}

.programs .content-well {
  position: relative;
  padding: 0 170px 0 190px;
}

.programs .content-well .content-text {
  padding: 0;
}

.programs .content-well .content-text h1 {
  display: none;
}

.programs .content-well .content-text h2 {
  padding: 0;
  margin: 6px 0;
  text-align: center;
  font-size: 13px;
}

.programs .content-well .content-text h2 span {
  display: block;
  color: black;
}

.programs .content-well .content-text .content-1,
.programs .content-well .content-text .content-2 {
  width: 50%;
}

.programs .som {
  padding-left: 65px;
  color: black !important;
}

.programs ul li {
  font-size: 14px;
  padding-left: 0;
  background: transparent;
}

.gr-inline-list {
  font-size: 14px;
  line-height: 18px;
}

.gr-inline-list span {
  color: #b34371;
  font-weight: 700;
}

.gr-callout {
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  padding: 0 !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

#audioToggle {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 25px;
  top: 20px;
  right: 20px;
  z-index: 2000;
  background: transparent url("../assets/images/icon-mute.svg") center center no-repeat;
  background-size: 70%;
  opacity: 0.6;
}

#audioToggle:hover {
  opacity: 1;
}

#audioToggle.playing {
  background-image: url("../assets/images/icon-playing.svg");
  opacity: 1;
}

/** MEDIA QUERIES **/
/********************/
/* MEDIUM - TABLET */
/********************************************/
@media (max-width: 1200px) {
  #audioToggle {
    width: 30px;
    height: 30px;
    top: 14px;
    right: 14px;
  }
  #gr-frame, #photostrip {
    width: 700px;
  }
  .container {
    min-height: 720px;
  }
  #site-header {
    font-size: 44px;
    line-height: 44px;
    top: 55px;
    right: 35px;
  }
  #gr-footer {
    font-size: 15px;
  }
  #btn-enter {
    font-size: 40px;
    background-size: 48px 44px;
    padding-right: 60px;
    bottom: 15px;
    right: 60px;
  }
  .container.nina-stefano {
    min-height: 800px;
  }
  #gr-frame.wallpaper.interior {
    background-color: transparent, #9c9389;
    background-image: url(../assets/images/white-box.webp), url(../assets/images/wallpaper.webp);
    background-position: top 130px left 50px, center center;
    background-repeat: no-repeat;
    background-size: 450px 1217px, cover;
  }
  #gr-frame.interior {
    padding: 200px 280px 3px 18px;
  }
  .content-well, .content-well h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .rectangular-frame {
    width: 300px;
    bottom: 30px;
    right: 10px;
  }
  .hdr-top-center {
    font-size: 16px;
    line-height: 22px;
    width: 57%;
    top: 20px;
  }
  .rectangular-frame .caption-band {
    bottom: 70px;
    left: 48px;
    width: 202px;
  }
  .container.repertoire {
    min-height: 926px;
  }
  .corner-photo {
    width: 300px;
  }
  .repertoire #gr-frame.wallpaper.interior {
    background-color: transparent, #9c9389;
    background-image: url(../assets/images/white-box-repertoire.webp), url(../assets/images/wallpaper.webp);
    background-position: top 65px left 25px, center center;
    background-repeat: no-repeat;
    background-size: 650px auto, cover;
    padding: 210px 190px 0 15px;
  }
  .repertoire .content-well .content-text {
    padding: 0px 0px 40px 160px;
    font-size: 13px;
  }
  /* VIDEO */
  .container.curtains {
    min-height: 1090px;
  }
  .curtains #gr-frame.wallpaper.interior {
    background-color: transparent, #9c9389;
    background-image: url(../assets/images/white-box-video-rev1.webp), url(../assets/images/wallpaper.webp);
    background-position: top 45px left 0, center center;
    background-repeat: no-repeat;
    background-size: cover, cover;
    padding: 180px 100px 30px 100px;
  }
  .curtains .content-well .content-text {
    /* padding: 0px 0px 40px 160px;
    font-size: 13px; */
  }
  .curtains #gr-frame .content-well button {
    width: 220px;
    height: 160px;
  }
  /* PROGRAMS */
  .container.programs {
    min-height: 1850px;
  }
  .programs #gr-frame.wallpaper.interior {
    padding-top: 120px;
  }
  .programs .content-well {
    background-color: white;
    margin: 0 50px;
    padding: 100px 80px 50px 100px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 18px 30px, rgba(0, 0, 0, 0.22) 0px 15px 15px;
  }
  .programs .content-well .content-text .content-1,
  .programs .content-well .content-text .content-2 {
    width: 100%;
  }
  .container.programs .content-text h1 {
    display: block;
    background-color: #f1ede7;
    color: #4b1d30;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 40px 10px 10px;
    text-align: right;
    font-family: "edwardian_script", "brush script mt", cursive;
  }
  .container.programs .content-text h2 {
    font-size: 16px;
  }
  .programs ul li {
    font-size: 16px;
    padding-left: 0;
    background: transparent;
  }
  .gr-inline-list {
    font-size: 16px;
    line-height: 20px;
  }
  .programs #gr-frame.wallpaper.interior {
    background-color: transparent, #9c9389;
    background-image: url(../assets/images/wallpaper.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .programs .som {
    padding-left: 75px;
  }
  #oval-photo-one {
    left: -90px;
    bottom: 200px;
  }
  .programs #circle-photo-three, .programs #circle-photo-four {
    right: -100px;
    width: 180px;
    height: 180px;
  }
  .programs #circle-photo-three {
    top: 150px;
  }
  .programs #circle-photo-four {
    top: 400px;
  }
}
/* MOBILE */
/************************************/
@media (max-width: 768px) {
  body {
    padding: 20px 10px;
    height: auto !important;
  }
  #audioToggle {
    width: 30px;
    height: 30px;
    top: 15px;
    right: auto;
    left: calc(50% - 25px);
  }
  #homepage #audioToggle {
    left: 5px;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #site-header {
    font-size: 36px;
    line-height: 36px;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    padding: 25px 15px 0 15px;
  }
  #gr-frame, #photostrip {
    width: 100%;
  }
  #btn-enter {
    position: relative;
    float: right;
    margin-top: 45px;
    margin-right: 30px;
    bottom: auto;
    right: auto;
  }
  div.container {
    display: block !important;
    min-height: 0;
    height: auto !important;
  }
  #gr-frame.wallpaper.interior {
    background-color: transparent, #9c9389;
    background-image: url(../assets/images/white-box.webp), url(../assets/images/wallpaper-mobile.jpg);
    background-position: top 470px left 52px, top center;
    background-repeat: no-repeat;
    background-size: 560px 1217px, cover;
    padding: 200px 15px 15px 15px;
  }
  .hdr-top-center {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 100px 0 0 0;
    font-family: "edwardian_script", "brush script mt", cursive;
    font-size: 24px;
    line-height: 24px;
    color: black;
    font-weight: bold;
  }
  .rectangular-frame {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 10px auto 0 auto;
    width: 325px;
  }
  .rectangular-frame .caption-band {
    bottom: 80px;
    left: 51px;
    width: 221px;
  }
  p.text-justify {
    text-align: left;
    padding-right: 0;
  }
  .repertoire .circle-photo {
    display: none;
  }
  .repertoire #gr-frame.wallpaper.interior {
    background-color: transparent, #9c9389;
    background-image: url(../assets/images/white-box.webp), url(../assets/images/wallpaper-mobile.jpg);
    background-position: top 200px center, top center;
    background-repeat: no-repeat;
    background-size: 98% auto, cover;
    padding: 0;
  }
  .repertoire .content-well .content-text h1 {
    display: block;
    font-family: "edwardian_script", "brush script mt", cursive;
    color: #4b1d30;
    font-size: 40px;
    margin: 10px 0 15px 0;
  }
  .repertoire .content-well .content-text {
    padding: 230px 15% 300px 15%;
    font-size: 13px;
  }
  .corner-photo {
    height: 300px;
    width: 300px;
  }
  /* VIDEO */
  .curtains #gr-frame.wallpaper.interior {
    background-color: transparent, #9c9389;
    background-image: url(../assets/images/wallpaper-mobile.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 5% 0 5%;
  }
  .curtains .content-well h1 {
    display: block !important;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 5px;
    background-color: #f1ede8;
    width: 100%;
    text-align: center;
    font-family: "edwardian_script", "brush script mt", cursive;
    font-size: 2rem;
    color: #4b1d30;
  }
  .curtains .content-well h1 sup {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
  }
  .curtains .content-well h1 .gr-subhead {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
  }
  .curtains #gr-frame .content-well {
    justify-content: center !important;
    background-color: white;
    margin-bottom: 0 !important;
    padding-bottom: 40px;
    padding-top: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 18px 30px, rgba(0, 0, 0, 0.22) 0px 15px 15px;
  }
  .curtains .content-well .content-text h1 {
    display: block;
    /* font-family: $font-fancy;
    color: $plumb;
    font-size: 40px;
    margin: 10px 0 15px 0; */
  }
  .curtains .content-well .content-text {
    padding: 230px 15% 300px 15%;
    font-size: 13px;
  }
  /* PROGRAMS */
  .container.programs {
    padding: 0;
    overflow: hidden;
  }
  .programs #gr-frame.wallpaper.interior {
    background-color: transparent, #9c9389;
    background-image: url(../assets/images/wallpaper-mobile.jpg);
  }
  .programs #gr-frame.wallpaper.interior {
    padding-top: 220px;
  }
  .programs .content-well {
    margin: 0 10px;
    padding: 70px 30px 390px 40px !important;
  }
  .programs .content-well h1 {
    font-weight: bold !important;
    font-size: 22px;
    text-align: center !important;
    padding: 6px !important;
  }
  .programs .content-well h2 {
    font-size: 14px !important;
    line-height: 16px;
  }
  .programs ul li {
    font-size: 13px;
    padding-left: 0;
    background: transparent;
  }
  .gr-inline-list {
    font-size: 13px;
    line-height: 16px;
  }
  /* .programs	.gr-callout {
  	margin-left: 50px;
  }

  .programs	.content-bottom-link {
  	margin-top: 95px !important;
  } */
  .programs .content-bottom-link {
    font-size: 1.1em;
  }
  .programs .content-bottom-link .a-subtext {
    right: -14px;
  }
  .programs .som {
    padding-left: 60px;
  }
  #oval-photo-one {
    left: calc(50% - 100px);
    bottom: 30px;
    width: 200px;
  }
  .programs #circle-photo-three, .programs #circle-photo-four {
    right: -80px;
    width: 120px;
    height: 120px;
  }
  .programs #circle-photo-three {
    top: 80px;
  }
  .programs #circle-photo-four {
    top: 420px;
  }
}

/*# sourceMappingURL=romanza.css.map */
