* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 18px;
  font-family: Futura, 'Helvetica-Bold', 'Helvetica', 'Arial', sans-serif;
  background-color: black;
}
ul {
  list-style-type: none;
}
p {
  color: white;
  font-family: 'Helvetica-Light', 'Helvetica', 'Arial', sans-serif;
}

.home-content-link-item-text p {
  font-family: Futura, 'Helvetica-Bold', 'Helvetica', 'Arial', sans-serif;
}

@font-face {
  font-family: Futura;
  src: url(misc/FuturaStdBook.otf);
}
h1 {
  font-family: Futura, 'Helvetica', 'Arial', sans-serif;
  color: white;
  font-style: italic;
  display: flex;
  justify-content: center;
  text-align: left;
}
h2 {
  font-family: Futura, 'Helvetica', 'Arial', sans-serif;
  color: white;
  display: flex;
  justify-content: center;
}
h3 {
    font-family: Futura, 'Helvetica', 'Arial', sans-serif;
    color: white;
}

a { 
  color: #fbd060;
  text-decoration: none;
  font-family: 'Helvetica-Light', 'Helvetica', 'Arial', sans-serif;
}

a:hover {
  color:red;
}

/* MENU BAR STYLING */


a.menu:link, a.menu:visited {
  color: black;
  text-decoration: none;
}
a.menu:hover {
  color: #d9a245;
  transition: .3s;
}
a.menu:active {
  color: #fbd060;
}
.header-container {
  position: relative;
  z-index: 3;
}
header.menu-nav {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav-container {
  justify-content: space-between;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.curtain-left {
  position: fixed;
  top:0;
  left:0;
  width: 100%
}
.curtain-right {
  transform: scaleX(-1);
  position: fixed;
  top:0;
  right:0;
  width: 100%
}
.menu-left-container {
  padding-left: 115px;
}
.menu-left {
  padding: 10px;
  text-align: center;
}
.menu-right-container {
  padding-right: 115px;
}
.menu-right {
  padding: 10px;
  text-align: center;
}
.menu-left > li {
  display: inline;
  margin-right: 20px;
  margin-left: 20px;
}
.logo {
  display: inline;
}
.menu-right > li {
  display: inline;
  margin-right: 20px;
  margin-left: 20px;
}
.marquee {
  position: fixed;
  top: 0;
  background-color: white;
  width: 100%;
  height: 180px;
}
.marquee-upper-yellow {
  height: 12px;
  background-color: #fbd060;
}
.marquee-upper-black-container {
  position: relative;
}
.light-bulb-upper {
  height: 26px;
  width: 100%;
  position: absolute;
  top: -10px;
  background-image: url(images/lightbulb.svg);
  background-repeat: repeat-x;
  background-size: 26px;
}
.marquee-upper-black {
  height: 16px;
  background-color: black;
}
.marquee-white {
  height:124px;
  background-color: white;
}
.marquee-lower-yellow {
  height: 12px;
  background-color: #fbd060;
}
.marquee-lower-black-container {
  position: relative;
}
.light-bulb-lower {
  height: 26px;
  width: 100%;
  position: absolute;
  top: -10px;
  background-image: url(images/lightbulb.svg);
  background-repeat: repeat-x;
  background-size: 26px;
}
.marquee-lower-black {
  height: 16px;
  width: 100%;
  background-color: black;
}
.marquee-lines {
  height: 70px;
  width: 100%;
  position: fixed;
  top:58px;
  left: 0;
  border: 1px solid lightgrey;
}
.curtain-bottom-container {
  position: relative;
}
.marquee-bottom-shadow {
  height: 4px;
  width: 100%;
  background-color: black;
  opacity: 0.17;
  position: absolute;
}
.curtain-bottom {
  height: 28px;
  background-image: url(images/curtain-bottom.svg);
  background-repeat: repeat-x;
  background-size: 80px;
}


/* HOME CONTENT STYLING */

.home-content {
  position: relative;
  z-index: 1;
}
.landing-image-container {
  position: relative;
}

.landing-image {
  padding-top:150px;
  width: 100%;
  /* border-bottom: 12px solid #fbd060; */
}
.home-content-link-container {
  display: flex;
  justify-content: center;
}

.home-content-link {
  width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-content-link-item {
  width: 300px;
  height: 300px;
  margin: 16px;
  background-color: #141414;
  justify-content: center;
  display: flex;
  align-items: center;
}

a.home-content-link-item:hover {
  z-index: 999;
  opacity: 0.8;
  transition: 0.3s;
}
.home-content-link-item-text {
  position: absolute;
  bottom: 20px;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px rgba(30,30,30, 0.5);
  text-transform: uppercase;
  font-family: 'Futura'
/*  background-color: #141414;
  width: 100%;
  height: 50px; */
}
.home-shows-upcoming {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.home-classes {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.home-scripts {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.home-support {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

/* FOOTER STYLING */

footer {
  width: 100%;
  border-top: 12px solid #fbd060;
}
.footer-container {
  max-width: 1000px;
  padding: 20px;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.footer-top {
  background-color: #141414;
  /* background-image: linear-gradient(to right, black , #141414, black); */
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.social-nav {
  display: flex;
}
.footer-nav {
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-nav-item {
  margin: 5px;
}
a.footer-nav-link {
  color: white;
}
a.footer-nav-link:hover {
  text-decoration: underline;
}
a.footer-subnav-link {
  color: grey;
  font-family: 'Helvetica-Light', 'Helvetica', 'Arial', sans-serif;
}
a.footer-subnav-link:hover {
  text-decoration: underline;
  color:lightgrey;
}
li.footer-nav-item {
  display: inline;
}
.footer-mid {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}
.social-nav {
  margin-right: 70px;
  margin-left: 70px;
  display: flex;
  justify-content: flex-end;
}
a.social-link:hover {
  opacity: .8;
  transition: .3s;
}
.social-img {
  margin-right: 10px;
  display: flex;
}
a.footer-mailing-link {
  color:white;
  margin-left: 70px;
  display: flex;
  font-style: italic;
  font-weight: bolder;
  justify-content: flex-start;
}
a.footer-mailing-link:hover {
  text-decoration: underline;
}
.footer-bottom {
  margin-right: 70px;
  margin-left: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
p.footer-copyright {
  display: flex;
  justify-content: flex-start;
}
.footer-contact-container {
  display: flex;
  justify-content: flex-end;
}
a.footer-contact {
  color: white;
  font-family: 'Helvetica-Light', 'Helvetica', 'Arial', sans-serif;
}
a.footer-contact:hover {
  text-decoration: underline;
}
p.footer-phone {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  display: inline;
}

.license-scripts-img {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;

}

.license-scripts-img img {
  max-width: 200px;
  max-height: 200px;
  margin: 10px;
}

/* SCRIPTS FORM STYLING */

.scripts-form-content {
  display: flex;
  margin-top: 230px;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: center;
}
header.scripts-form-header {
  z-index: 1;
  background-color: #1E1E1E;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.script-form-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
form.scripts-form {
  width: 100%;
  max-width: 1000px;
  display: flex;
  background-color: #141414;
  padding: 20px;
  padding-bottom: 30px;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.scripts-form-item {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 500px;
}
label.scripts-form-checkbox {
  display: flex;
  flex-direction: column;
}
.scripts-form-checkbox-item {
  background-color: #1E1E1E;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}

form.scripts-form input[type='text'], form.scripts-form input[type='email']{
  background-color: #FFFFFF;
  border: 3px solid #fbd060;
  border-radius: 10px;
  width: 100%;
  padding: 9px;
  font-size: 18px;
  margin-top: 5px;
}
label {
  padding-left: 5px;
  font-size: 26px;
  color: grey;
  /* font-family: 'Helvetica-Light', "Helvetica", 'Arial', sans-serif; */
}

.page-content-container {
  display: flex;
  width: 100%;
  padding-top: 150px;
  flex-direction: column;
  align-items: center;
}

a.page-content-item {
  color: yellow;
}
a.page-content-item:hover {
  color: white;
}
.page-content {
  max-width: 960px;
  /* background-color: #141414; */
  background-image: linear-gradient(to right, #141414, black , #141414);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 50px;
  margin: 20px;
}

.page-content-photo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.page-content-photo-item {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  margin: 20px;
  background-color: red;
  /*border: 1px solid green;*/
}

.page-content-review-photo img {
  width: 100%;
  height: 100%;
}

.page-content-photo-item img {
  width: 100%;
  height: 100%;
}

.page-content-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

.page-content-review {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.page-content-review-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 60%;
  margin: 20px;
}

.page-content-review-photo {
  height: 200px;
  width: 132px;
  background-color: red;
  /*border: 1px solid green;*/
}

details {
  display: block;
  color: white;
  font-family: 'Helvetica-Light', 'Helvetica', 'Arial', sans-serif;
}

summary {
  display: list-item;
  align-items: center;
  cursor: pointer;
}

summary::marker {
  color:white;
}

.toggle-review {
  background: none;
  border: none;
  color: #fbd060;
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  padding: 0;
  display: inline;
  margin-top: 1em;
}

/*.toggle-review:hover {
  color: red;
}*/

/* ABOUT PAGE STYLING */
.about-content-container {
  display: flex;
  width: 100%;
  padding-top: 150px;
  flex-direction: column;
  align-items: center;
}
.about-landing-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.about-us-header-text {
  position: absolute;
  text-decoration: underline;
  text-shadow: 2px 2px black;

}
.about-content {
  max-width: 960px;
  /* background-color: #141414; */
  background-image: linear-gradient(to right, #141414, black , #141414);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 50px;
  margin: 20px;
}
.about-text {
  margin-bottom: 40px;
  justify-content: center;
  text-align: left;
}
p.about-text {
  margin-left:  20px;
}
.about-our-team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-our-team-item {
  width: 400px;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: center;
}

h3.tony {
  margin-bottom: 20px;
}
h3.tanna {
  margin-bottom: 20px;
}
.our-team-img {
  max-width: 300px;
  margin-bottom: 20px;
}
ul.board-of-directors {
  color: white;
  padding: 10px;
  justify-content: center;
}
li.board-of-directors {
  font-family: 'Helvetica-Light', 'Helvetica', 'Arial', sans-serif;
  justify-content: center;
}
h2.about-text {
  color: white;
  text-shadow: 1px 1px darkgrey;
}

/* SHOWS PAGE STYLING */
.shows-content {
    position: relative;
    z-index: 1;
}
.shows-content-link-container {
  display: flex;
  justify-content: center;
  margin-top: 200px;
}
.shows-content-link {
  width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}
.shows-content-link-item {
  width: 400px;
  height: 550px;
  margin: 16px;
  background-color: #141414;
  justify-content: center;
  display: flex;
  align-items: center;
}
a.shows-content-link-item:hover {
  z-index: 999;
  opacity: 0.8;
  transition: 0.3s;
}
.shows-content-link-item-text {
  position: absolute;
  top: 50px;
  text-align: left;
  font-weight: bold;
  text-shadow: 2px 2px rgba(30,30,30, 0.5);
  text-transform: uppercase;
  font-family: 'Futura';
  font-size: 34px;
}
.shows-shows-upcoming {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.shows-shows-past {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

/* COLORS
#fbd060
#d9a245

*/
