body {

font-family: Calibri, Verdana, Ariel;

}

@font-face {
  font-family: titleFont;
  src: url(../font/upcll.ttf);
}

@font-face {
  font-family: titleFont_fancy;
  src: url(../font/SCRIPTIN.ttf);                                                       
}

.master_container {
	border: solid black 1px;
	background-image: url("../images/bg_logo.gif");
	background-color: #000;
	width: 100%;

}

.center-div {
     margin: 0 auto;
     width: 100px; 
}

.content_container{
	border: solid red 1px;
	background-color: #000;
	display: table;
	max-width: 1200px;
}

.curtain_sides {
  
	width: 116px;
}

#left, #middle, #right {
    display: table-cell;
}


#left, #right {
	padding: 0;
   
}

#middle {
	background-color: #000;
  width: 100%;
  background-image: url('../images/vegasBG.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: top:;
}

.page_container {
  top: 200px;
  /*top right/left bottom*/
  padding: 20px 20px 0px 10px;
  vertical-align:top;
}

.page_container_graphicOnRight {
  /*border: solid blue 1px;*/
  
  /*top right/left bottom*/

 position: block-inline;
  vertical-align:top;
}

/* --------- CSS Grid Style Start ------------ */

@font-face {
  font-family: bracket_font;
  src: url(../font/familyChopinScript.otf);
}

@font-face {
  font-family: menu_font;
  src: url(../font/sigAnc.ttf);
}

@font-face {
  font-family: menu_font-sub;
  src: url(../font/cambriai.ttf);
}

@font-face {
  font-family: page_title_bg;
  src: url(../font/impact.ttf);
}

body {
  background-color: #000;
}

.grid-master-container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.pagesBG {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  position: absolute;
  top: 300px;
  z-index: -100;
}

.pageTitleBG {
  font-family: page_title_bg;
  font-size: 65px;
  font-size: 10vw;
  color: #990033;
}

.pageSkyline {

}

.menu-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: #000;
  padding: 10px;
}

.menu-item-container {
  cursor: pointer;
  display: grid;
  grid-template-columns: auto auto auto ;
  margin-top: 5px;
  z-index: 200;
}

.menu-item-side-left {
  font-family: bracket_font;
  color: #891800;
  font-size: 22px;
  line-height: 48px;
  text-align: right;
}

.menu-item-side-right {
  font-family: bracket_font;
  color: #891800;
  font-size: 22px;
  line-height: 48px;
}

.bracket {
  position: relative;
}

.menu-item-title {
  transform: scale(1);
  transition: .3s;
  text-align: center;
  font-family: menu_font;
  color: #891800;
  font-size: 22px;
}

.menu-hr {
  transform: scale(1);
  transition: .3s;
  margin-top:-27px;
  margin-bottom:-23px;
}

.menu-item-subtitle {
  transform: scale(1);
  transition: .3s;
  text-align: center;
  font-family: menu_font-sub;
  color: #891800;
  font-size:12px;
  margin-top: -10px;
}

.menu-hamburger-container {
  display: none;
  z-index: 200;
}

.hamburger-icon {
  cursor:pointer;
  padding: 10px;
}

.scaleMe {
  transform: scale(1.25);
  color: #1585cf;
}

.top-curtain {
  width: 100%;
  position: relative;
}

.logo-top-container {
  display: grid;
  grid-template-columns: auto auto auto;
  position: absolute;
  width: 100%;
  top:10px;
}

.logo-top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.logo-top img {
  -webkit-filter: drop-shadow(5px 5px 5px #000000);
  filter: drop-shadow(5px 5px 5px #000000);
}

/*-------------- Grid Content Styles --------------------------------------------- */

.grid-content-container {
  display: grid;
  grid-template-columns: auto 50px auto auto 25px;
}

.spacerDivTop {
  height: 90px;
  grid-column: 1 / span 5;
}

.sub-section-title-container {
  display: grid;
  grid-template-columns: 1fr 32ch 1fr;
  padding: 40px 30px 40px 30px;
}

.sub-section-header-row {
  text-align: center;
}

.sub-section-hr {
display:table-cell;vertical-align:middle;
}

hr.sub-secton {
  margin-top: 12px;
 background-color: #606060; height: 1px; border: 0;

}

/*-------------- Footer Styles ------------ */
.footer-seats-container {
  display: grid;
  grid-template-columns: 100%;
  z-index: 200;
}

.footer-seats-item {
  height: 200px;
  background-color: #ccc;
  background-image: url("../images/footer_seats.png");
  background-position: center;
  background-repeat: no-repeat;

}

/*-------------- Grid Styles End ------------ */
/* -------- ACT 10 GRID START ---------- */

.act_10_container_top {
  display: grid;
  grid-template-columns: 40px 1fr 1fr 40px ;
}

.act_10_page_box {
  padding: 10px;
}

.contact_board_members {
  max-width: 400px;
  border: solid #FF00EE 1px;
  padding: .5rem;
}

.act_10_container_cards {
  display: grid;
  grid-template-columns: 40px 1fr 1fr 40px;
}

.act_10_card_container {
  display: grid;
  grid-template-columns: 203px auto;
  overflow: hidden;
  height: 203px;
}

.act_10_image_box {
  padding: 0px 10px 0px;
}

.act_10_contact_description_box {

}

.card_title {
   font-size: 20px;
   line-height: 10px;
}

.card_description {
  overflow: hidden;
  font-size: 15px;
   line-height: 8px;
}

.pub-link-icons_2 {
  font-size: 16px;
  color: #1585cf;
  margin-left: 5px;
}


/* --------ACT 10 GRID END --------------*/
/* -------- ACT 10 GRID TEMP START ---------- */

.act_10_menu_container {
  display: grid;
  grid-template-columns: 150px 150px;
}

.act_10_grid_item {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 120px;
  height: 160px;
  margin: 0 0 15px 0;
}
/* -------- ACT 10 GRID TEMP END ---------- */

.page_container_titleOnLeft { 
  /*border: solid blue 1px;*/
  
  /*top right/left bottom*/
  padding-left: 2rem;
  position: block-inline;
]
  vertical-align:top;
  font-size: 17px;
  line-height: 110%;
 }

 p.main {
  font-size: 1rem;
  line-height: 110%;
  color: #ccc;
 }

  p.sub {
    font-size: 14px;
  line-height: 110%;
 }

.pageTitle{
  font-family: titleFont;
  font-size: 2em;
  color: #990033;
  line-height: 0.8;
}

.pageTitle_sub {
font-family: titleFont;
  font-size: 1.5em;
  color: #990033;
  line-height: 0.8;
}
.once_upon {
  font-family: titleFont_fancy;
  font-size: 2em;
  color: #990033;
  line-height: 0.8;
  font-weight: bold;
}

.reunion_links{
  padding-left: 2rem;
}

.paraImag {
  padding: 10px;
}

.thumGalleryTable {

 padding-bottom: 1rem;

}

#art_thum_1 {
  display: inline-block;
}

#art_thum_2 {
  display: inline-block;
}

.thumHeadings {
   padding-top: 5px;
  padding-right: 5px;
  font-size: 13px;
  line-height: 90%;
}

.thumHeadingsArtComp {
  padding-right: 5px;
  font-size: 14px;
  line-height: 100%;
}

.thumCopy {
  margin-top: -10px;
  line-height: 80%;
  font-size: 10px;
  word-wrap: normal;

}

.thumContainer {
  display: inline-block;
}

.gallery-link-container {
  display: grid;
  grid-template-columns: 42px 1fr;
  margin:0;
}

.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 220;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .projCloseBtn {
    position: absolute;
    top: 0;
    right: 5%;
    font-size: 60px;
    color: #ccc;
}

.overlay-content {
  display:inline-block;
    position: relative;
    top: 15%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.gallery-link-container-item {
  padding: 5px;
}

.coronaMessage {
  color: #1585cf;
  font-size: 1.2em;
  line-height: 80%;

}
.pageHeadline {
  color: #cc0000;
  font-size: 1.2em;
  line-height: 80%;
}

.pageCopy::first-letter {
  font-family: 
    font-size: 200%;
    color: #8A2BE2;

}

.bigPic {
  border: solid #FF00EE 1px;
  padding: .5rem;
  margin-left: 3rem;
}

.thum {
  overflow:hidden;
  border: solid #FF00EE 1px;
}

.contact_thum {
  border: solid #FF00EE 1px;
}

.thumGallery {
  padding: 0 5px 0 0;
  display: table-cell;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 90px;
  height: 90px;
}

.imgHeading {
  margin-left: 3rem;
  line-height: 100%;
}

.sliderDiv {
  display: none;
}

.imgDescription {
  padding-right: 50px;
  font-size: .9em;
  margin-left: 3rem;
  line-height: 100%;
}

.imgDescriptionLegends {
  padding-right: 50px;
  font-size: .9em;
  margin-left: 3rem;
  line-height: 100%;
}

.pageCopy {
	size: 1rem;
	color: #fff;
}

.story_intro_font {
  font-family: titleFont_fancy;
  font-size: 200%;
  color: red;
}

.pub-link-icons {
  font-size: 8px;
  color: #1585cf;
  margin-left: 5px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.clearfix::after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.content {
	/*border: red solid 1px;*/
	background-color: #000;
    
}

.stage_floor {
	background-color: #000;
}

.stage {
  text-align: center;
  top: 550px;
	position: absolute;
  width: 100%;
  z-index: -1;
}

.setPiece {
  z-index: 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.menu_container {
	font-size: 1rem;
	position: absolute;
	top: 0;
	left: 0;
}

.menu_items_container_mobile {
 margin-top: 4rem;
}

.menu-item-mobile {
  line-height: 30px;
}

.menu-item-mobile > li {
  list-style-type: none;
  padding: .2rem;
  background-color: black;
  border: 1px solid red;

}

a {
  color: #fff;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

.poppy {
  display: none;
  line-height: 20px;
  font-family: verdana;
  font-size: .8em;
  position: absolute;
  width: 6.5rem;
  height: 1.5rem;
  background-color: #000;
  color: #fff;
  border: solid #cc3300 1px;
  top: 25px;
  left: -8px;

}

.menu_item {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: .9rem;
  color: #fff;
  width: 5.5rem;
  height:2.5rem;
  line-height: 15px;
  margin: 0 auto 0 auto;
  background-color: #000000;
  transform: perspective(22px) rotateX(11deg);
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px; 
}

.menu_item_disabled {
   -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: .9rem;
  color: #fff;
  width: 5.5rem;
  height:2.5rem;
  line-height: 15px;
  margin: 0 auto 0 auto;
  background-color: #323232;
  transform: perspective(22px) rotateX(11deg);
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px; 
}
.menu_item_medium {
  display: inline;
  text-align: center;
  font-size: .7rem;
  color: #fff;
  width: 3.4rem;
  height:1.5rem;
  padding-top: .2rem;
  margin: 0 auto 0 auto;
  background-color: #000000;
  transform: perspective(22px) rotateX(11deg);
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px; 
}

.menu_item_small {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  
  padding-top: .2rem;
  margin: 0 auto 0 auto;
  border: red solid 1px;
  padding: 2rem;
  background-color: #000;

}

/* Underline From Center */
.hvr-underline-from-center {
	cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: visible;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 2.5em;
  background: #ff00f6;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.footer {
	background-color: #000;
	font-family: "verdana";
	font-size: .6rem;
	color: #fff;
}

.footer p {
	text-align: center;
	padding: 10px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(155, 155, 155, 0.75), rgba(0, 0, 0, 0));
}

.shadowed {
   box-shadow: 1px 2px 4px rgba(0, 0, 0, .8);
}

/* responsive start */

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px) and (max-device-width : 480px) {

.menu-container {
  display: none;
}

.menu-hamburger-container {
  display: block;
  z-index: 200;
}

.menu-mobile-container {
  display: grid;
  grid-template-columns: 150px;
  background-color: #000;
  padding: -10px 10px 0 10px;
}

.menu-item-side-left {
  font-family: bracket_font;
  color: #891800;
  font-size: 32px;
  line-height: 88px;
  text-align: right;
}

.menu-item-side-right {
  font-family: bracket_font;
  color: #891800;
  font-size: 32px;
  line-height: 88px;
}

.bracket {
  position: relative;
}

.menu-item-title {
  transform: scale(1);
  transition: .3s;
  text-align: center;
  font-family: menu_font;
  color: #891800;
  font-size: 32px;
}

.menu-hr {
  transform: scale(1);
  transition: .3s;
  margin-top:-27px;
  margin-bottom:-23px;
}

.menu-item-subtitle {
  transform: scale(1);
  transition: .3s;
  text-align: center;
  font-family: menu_font-sub;
  color: #891800;
  font-size: 20px;
  margin-top: -10px;
}

.pagesBG {
  display: none;
}


.grid-content-container-response{
  display: grid;
  grid-template-columns:5px auto 5px;
}

.spacerDivTop {
  height: 90px;
  grid-column: 1 / span 5;
}

}
/* Smartphones (landscape) ----------- 
@media only screen and (min-width : 414px) {
 
}
 
/* Smartphones (portrait) ----------- 
@media only screen and (max-width : 320px) {

}
 
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .menu-container {
  display: none;
}

.menu-hamburger-container {
  display: block;
  z-index: 200;
}

.menu-mobile-container {
  display: grid;
  grid-template-columns: 110px;
  background-color: #000;
  padding: 0 10px 0 10px;
}

.menu-item-side-left {
  font-family: bracket_font;
  color: #891800;
  font-size: 22px;
  line-height: 48px;
  text-align: right;
}

.menu-item-side-right {
  font-family: bracket_font;
  color: #891800;
  font-size: 22px;
  line-height: 48px;
}

.bracket {
  position: relative;
}

.menu-item-title {
  transform: scale(1);
  transition: .3s;
  text-align: center;
  font-family: menu_font;
  color: #891800;
  font-size: 22px;
}

.menu-hr {
  transform: scale(1);
  transition: .3s;
  margin-top:-27px;
  margin-bottom:-23px;
}

.menu-item-subtitle {
  transform: scale(1);
  transition: .3s;
  text-align: center;
  font-family: menu_font-sub;
  color: #891800;
  font-size:12px;
  margin-top: -10px;
}

}
 
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .menu-container {
  display: none;
}

.menu-hamburger-container {
  display: block;
  z-index: 200;
}

.menu-mobile-container {
  display: grid;
  grid-template-columns: 110px;
  background-color: #000;
  padding: 0 10px 0 10px;
}

}
 
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .menu-container {
  display: none;
}

.menu-hamburger-container {
  display: block;
  z-index: 200;
}

.menu-mobile-container {
  display: grid;
  grid-template-columns: 110px;
  background-color: #000;
  padding: 0 10px 0 10px;
}
}
 
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
  /* Styles */
}
 
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
.menu-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: #000;
  padding: 10px;
}
  /* Styles */
}
 
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
  /* Styles */
}