@import url('//fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap');

/* 
text (400)
font-family: 'Oswald', serif;
*/

body {
  font-family: 'Oswald', serif;
  font-weight: 400;
}

.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}

#home_page_cover {
  background-color: #4d4d4d;
}

.home-page .header {
  height: auto;
  overflow-y: auto;
}

.on-cover-content {
  width: 100%;
}

.on-cover-content .section-wrapper {
  padding: 0;
}

.on-cover-content .container {
  width: 100%;
}

.on-cover-content .container .col-lg-6 {
  padding: 0;
}

.on-cover-content .logo-holder{
	position: absolute;
	display: flex;
  justify-content: center;
	z-index: 9999;
  width: 100%;
  left: 0;
  pointer-events: none;
}

.on-cover-content .logo-holder img.img-responsive{
  width: 60%;
  height: 60%;
  opacity: 0.5;
}

/* Custom HTML 1 section start */
.custom_html_1-section {
  background-color: #414141;
  background-image: url('https://static.spotapps.co/web/1604broadwaynyc--com/css/../custom/elevate_section_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 6em 0;
}

.custom_html_1-section h1 {
  color:#F2EBD5;
  margin-top: 0;
  font-family: 'Oswald', serif;
  font-weight: 400;
}

.custom_html_1-section h1:nth-of-type(1) {
  margin-bottom: 40px;
  color: #DDAA78;
}

.custom_html_1-section h1:nth-of-type(2)::before {
  content:"";
  position:relative;
  display:block;
  width:50%;
  height:1px;
  background-color:#DDAA78;
  margin-bottom:40px;
  margin-left:50%;
  transform:translateX(-50%)
}

.custom_html_1-section h1:nth-of-type(2)::after {
  content:"";
  position:relative;
  display:block;
  width:50%;
  height:1px;
  background-color:#DDAA78;
  margin-top:30px;
  margin-left:50%;
  transform:translateX(-50%)
}

.custom_html_1-section h2 {
  color:#DDAA78;
  font-family: 'Oswald', serif;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 20px;
}

.custom_html_1-section p {
  color:#F2EBD5;
  margin-bottom: 0;
  font-family: 'Oswald', serif;
  font-weight: 400;
}

.custom_html_1-section img {
  margin: 0 auto;
  width: 300px;
}

/* Custom HTML 1 section end */

/* Custom HTML 2 section Start */

.custom_html_2-section {
  background-color: #000;
  padding: 0;
}

.custom_html_2-section .container {
  width: 100%;
}

.custom_html_2-section .col-lg-4 {
  background-color: #414141;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom_html_2-section .col-lg-4:nth-of-type(1) {
  background-image: url('https://static.spotapps.co/web/1604broadwaynyc--com/css/../custom/broadway_back.jpg');
}

.custom_html_2-section .col-lg-4:nth-of-type(2) {
  background-image: url('https://static.spotapps.co/web/1604broadwaynyc--com/css/../custom/circo_back.jpg');
}

.custom_html_2-section .col-lg-4:nth-of-type(3) {
  background-image: url('https://static.spotapps.co/web/1604broadwaynyc--com/css/../custom/palme_verde_back.jpg');
}

.custom_html_2-section img {
  cursor: pointer;
}
.custom_html_2-section .custom-temp-btn {
  color: #000;
  background-color: #F2EBD5;
  background: #F2EBD5;
  border: 2px solid #000;
  text-decoration: none;
  font-family: 'Oswald', serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 35px;
}
.custom_html_2-section .custom-temp-btn:hover,
.custom_html_2-section .custom-temp-btn:focus {
  color: #F2EBD5;
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  text-decoration: none;
}
/* Custom HTML 2 section end */

/* Custom modal popup Start */
#brodwayModal .modal-header,
#circoModal .modal-header,
#palmeModal .modal-header {
  padding: 0;
  min-height: 25px;
  border-bottom: none;
}

#brodwayModal .modal-header .close,
#circoModal .modal-header .close,
#palmeModal .modal-header .close {
  font-size: 2.8em;
  padding-right: 10px;
  opacity: 0.6;
}

#brodwayModal .modal-header .close:hover,
#circoModal .modal-header .close:hover,
#palmeModal .modal-header .close:hover{
  opacity: 0.8;
}

#brodwayModal .modal-content,
#circoModal .modal-content,
#palmeModal .modal-content{
  background-color: #F2EBD5;
}

#brodwayModal.modal.in .modal-dialog,
#circoModal.modal.in .modal-dialog,
#palmeModal.modal.in .modal-dialog {
  transform: translate(0, 10%);
}

#brodwayModal h1,
#circoModal h1,
#palmeModal h1,
#brodwayModal h2,
#circoModal h2,
#palmeModal h2,
#brodwayModal p,
#circoModal p,
#palmeModal p {
  font-family: 'Oswald', serif;
  font-weight: 400;
}

#brodwayModal h1,
#circoModal h1,
#palmeModal h1 {
  line-height: 1.4em;
}

.circo-logo-holder{
  max-width: 100%;
}

.circo-logo-holder h1{
  color: #F2EBD5;
  text-align: center;
}

#circoModal_image{
  max-width: 80%;
  min-width: 220px;
  margin: 0 auto;
}

#brodwayModal img,
#circoModal img,
#palmeModal img {
  pointer-events: none;
}

@media (max-width: 991px) {
  .custom_html_1-section {
    padding: 4em 0;
  }
  .custom_html_2-section .col-lg-4 {
    height: 70vh;
  }
}

@media (max-width: 767px) {
  #brodwayModal h1,
  #circoModal h1,
  #palmeModal h1,
  #brodwayModal h2,
  #circoModal h2,
  #palmeModal h2,
  #brodwayModal p,
  #circoModal p,
  #palmeModal p {
    text-align: center;
  }
  #brodwayModal.modal.in .modal-dialog,
  #circoModal.modal.in .modal-dialog,
  #palmeModal.modal.in .modal-dialog {
    transform: translate(0,0);
  }
  .custom_html_2-section .col-lg-4 {
    height: 50vh;
  }
  .custom_html_1-section h1 {
    font-size: 1.7em;
  }
  .custom_html_1-section h2 {
    font-size: 1.7em;
  }
  .custom_html_1-section p {
    font-size: 1.1em;
  }
  .custom_html_2-section img {
    width: 220px;
  }
  .custom_html_1-section img {
    width: 250px;
  }
  .custom_html_1-section {
    background-image:none;
  }

  .on-cover-content .logo-holder img.img-responsive{
    margin-top: 30%;
  }
}

