@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Bungee+Inline|Cormorant+Garamond|Fredoka+One|Lilita+One|Oswald|Prosto+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel:700&display=swap');
*{
  margin: 0;
  padding: 0;
}

body{
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  color: #505962;
  background: black;
  width: 100%;
  height: 100%;
  margin: 0px; /* Space from this element (entire page) and others*/  
  padding: 0; /*space from content and border*/ 
  display:block;
  box-sizing: border-box;
}

#slideshow {
  margin: 80px auto;
  position: relative;
  width: 240px;
  height: 240px;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.container{
  font-family: 'Cabin', sans-serif;
}


#summary{
 

  font-size: 16px;
  font-weight: 700;
  color: rgb(240, 229, 229);
}
#summary2{
  background: black;
  color: white;
  text-shadow: .5rem .1rem .8rem black;
  background-image: url(img/black_background.jpg);
  background-size: cover;
  max-width: 100%;
  max-height: 100%;
  padding-bottom: 5%;
  font-family: 'Cabin', sans-serif;
  font-size: 18px;
}

.fades {
  opacity: 1;
  transition: opacity 1.0s ease-in-out;
  -moz-transsition: opacity 1.0s ease-in-out;
  -webkit-transition: opacity 1.0s ease-in-out;
  }

  .fades:hover {
  opacity: 0.0;
  }




.main-container {
  min-height: 100vh; /* will cover the 100% of viewport */
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 90px; /* height of your footer */
 }


 #footer{
  background-color: #40474e;
  color: white;
  font-size: 16px;
  text-align: center;
  position:relative;
  height:5.5rem;  
  clear: both;
  font-family: 'Cabin', sans-serif;
}


#footer-2{
  background-color: #40474e;
  color: white;
  font-size: 16px;
  text-align: center;
  position:relative;
  height:90px;  
  clear: both;
  font-family: 'Cabin', sans-serif;
}

 #footer-3 {
  background-color: #40474e;
  color: white;
  font-size: 16px;
  text-align: center;
  height:90px;  
  clear: both;
  position:relative;
  bottom: 0;
  width: 100%;
  font-family: 'Cabin', sans-serif;
 }

#upcoming{
  
  padding-bottom: 5%;
}

.offset:before {
  display:block;
  content:"";
  height: 4rem;
  margin-top: -4rem;
}

/************************
  CSS IN MULTIPLE FILES
************************/
.page-header{
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  background: black;
  margin-top: 50px;
  
}

#logo_container{
  float: left;
}

.donate-content{
  float: right;
  background: black;
  margin-top: 10px;
  text-align: center;
}

#donate-paragraph{
  float: top;
  text-align: center;
  font-size: 20px;
  color: white;
  font-size: 100;
}

#mailing-button{
  border-radius: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

#imageRow{
  
  display: inline-block;
  
}
/*.button-holder .btn{
  width: 100%;
}
*/




/*******************
    NAVIGATION
*******************/
.navbar{
  position: sticky;
  top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background: rgba(0,0,0,.6)!important;
  width: 90%;
  display: inline-block;
  z-index: 1000;
  left: 5%;  
  
}

.nav>li{
  display: inline-block;
}

.navbar-nav li{
  /*padding-right: .7rem;*/
  background: transparent;
  float: left;
}

#socialmedia{ 
  margin:6px;
  position: absolute;
  right: 0px;
}

.navbar-dark .navbar-nav .nav-link{
  color: white;
  padding-top: .8rem;
  background: transparent;
 
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover{
  color:#1ebba3;
  /*background: rgba(0,0,0,.6);*/
  background: transparent;
}

#navbarResponsive ul li a.active-page
{
  color: rgb(137, 137, 204);
}

/*******************
    END NAVIGATION
*******************/

/*********************
    INDEX / HOME PAGE
*********************/
.home-inner img{
  max-width: 100%;
  max-height: 100%;
}

.home-inner{
  background-image: url(img/inside_theater.jpg);
}

/*changed bootstrap landing z index to .5*/


.caption{
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 40%;
  z-index: 1;
  color:white;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
}

.caption h1{
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: 2px 2px 4px #000000;
  padding-bottom: 1rem;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: black;
 
}

.caption h2{
  font-size: 2.8rem;
  font-weight: 501;
  text-shadow: 2px 2px 4px #000000;
  padding-bottom: .2rem;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: black;
  
}

.caption h3{
  font-size: 2.2rem;
  text-shadow: 2px 2px 4px #000000;
  padding-bottom: 1.6rem;
}

.collapsible {
  display: none;
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  }

#summary{
  background: black;
  
  text-shadow: .5rem .1rem .8rem black;
  background-image: url(img/black_background.jpg);
  background-size: cover;
  max-width: 100%;
  max-height: 100%;
  padding-bottom: 5%;
  
}



.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
  
}

.narrow h1{
  font-size: 2.4rem;
}

.btn-secondary{
  border-width: medium;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: .6rem 1.2rem;
  margin: 1rem;
  color: white;
  background-color: #1ebba3;
  border-color: rgba(24, 192, 170, 0.945);
}

.btn-secondary:hover {
  background-color: #189582;
  border-color: #189582;
}
.jumbotron{
  margin-bottom: 0;
  padding: 2rem 0 3.5rem;
}

h3.heading{
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}
.heading-underline{
  width: 3rem;
  height: .2rem;
  background-color: #1ebba3;
  margin: 0 auto 2rem;
}
.upcoming{
  padding-left: 30px;
  padding-right: 30px;
}

#upcoming-left{
  padding-left: 100px;
}

#upcoming-right{
  padding-right: 30px;
}


.front-shows img{
  width: 100%;
  /*border-radius: 50%;*/
}

blockquote .svg-inline--fa{
  color: #1ebba3;
  margin: 1rem;
}

.front-shows-hr{
  border-top: .05rem solid #1ebba3;
}

/******************
      END INDEX
*******************/

/********************
      SCHEDULE
********************/
.film-date{
  font-size: x-large;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.film-title{
 font-size: x-large;
}

.film-maker{
 font-size: medium;
}

.film-description{
  font-size: large;
}

.film-declare{
  font-size: x-large;
}

.reservations{
  font-size: medium;
}

.film-extra-info{
  font-size: medium;
}

#eb33ba{
  font-size: medium;
}

.showtimes-are{
  color: #f1f1f1; 
  font-family: inherit;
  font-weight: bold;
  font-size: 1.4rem; 
  text-align: center
}

.filmcenter { 
  /*background: rgb(17, 17, 17);*/
  background-color:black;
  background-image:
  radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
  radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px),
  radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px),
  radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px);
  background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
  background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
  text-align: center;
  position: relative;
  margin-bottom: 5%;
  padding-top: 8%;
  padding-left: 2%;
  padding-right: 2%;
}

/*TODO place nice curtains on side*/
.schedule_side{
  background-image: url(img/redcurtain.jpg);
}

#film_container{
  padding-top: 7%;  
  text-align: center;
}
.filmcenter { 
  text-align: center;
  position: relative;
  color: white;
}

.style-eight{
  position: relative;
  margin-top: 10%;
}

hr.style-eight {
  overflow: visible; /* For IE */
  padding: 0;
  margin-top: 5%;
  border: none;
  border-top: medium double rgb(189, 255, 6);
  color:rgb(189, 255, 6);
  text-align: center;
}
hr.style-eight:after {
  
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background:black;
}

.seating{
 display: inline-block;
 background-image: linear-gradient(to right, #fc672d 0%, #b63a3a 51%, #ec8b5f 100%);
 flex: 1 1 auto;
 margin: 10px;
 padding: 7px;
 text-align: center;
 text-transform: uppercase;
 transition: 0.5s;
 background-size: 200% auto;
 color: white;
/* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
 box-shadow: 0 0 20px #eee;
 border-radius: 10px;
}
.seating:hover {
  background-position: right center; /* change the direction of the change here */
}



/******************
    END SCHEDULE
******************/

/******************
    DONATE
******************/
#homerightcolumn{
  text-align: center;
  padding-bottom: 3%;
}

.donate-pic{
  width: 25vh;
  height: 30vw; 
}
#donate-row{
  color: white;
  padding-top: 3%;
  font-family: 'Cabin', sans-serif;
}

/*****************
    CONTACT
*****************/


.contact-row i{
  padding-right: 2%;
}
#contact-row{
  color: white;
  padding-top: 3%;
  font-family: 'Cabin', sans-serif;
}


/*****************
    HISTORY
******************/
#history-wrapper{
  text-align: center;
  padding-top: 7%;
}

#history-wrapper img{
  height: 50vh;
  width: 36vh;
}

#history-row{
  color: white;
  font-family: 'Cabin', sans-serif;
}


.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 20%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}


/****************
    LOCATION
****************/
#location-row{
  color: white;
  padding-top: 3%;
  margin-left: 5%;
  font-family: 'Cabin', sans-serif;
}


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}








/********************
    MEDIA QUERIES
********************/

@media(max-width: 953px){
  .nav-item{
    font-size: 12px;
  }
}

@media (max-width: 992px){
  #socialmedia{
    bottom: 3px;
    position: absolute;
    right: 0px;
    margin-left: -1px;
  }
}

@media(max-width: 414px){
  #history-wrapper{
    font-size: 18px;
  }
}

@media(max-width: 410px){
  
  #logo img{
    transform: scale(0.85);
    margin-left: -10%;
  }
  .film-image{
    transform: scale(0.65);
  }
  
}

@media(max-width: 350px){
  #logo img{
    transform: scale(0.75);
    margin-left: -18%;
  }
  .film-image{
    transform: scale(0.55);
  }
}

@media(max-width: 320px){
  #logo img{
    transform: scale(0.75);
    margin-left: -20%;
  }
  #mail-button{
    font-size: 12px;
    width:140px;
    height:45px;
    border-radius: 1em;
    margin-left: calc(-25% -5rem);
    font-family: 'Cabin', sans-serif;
  }
  #summary br{
    display: none;
  }
  .film-image{
    transform: scale(0.60);
    width: 20vh;
  }
  
  #film_container{
    padding-top: 7%;  
    text-align: center;
    padding-left: 15%;
  }
}



@media (max-width: 800px){ 

  .navbar{
    position: sticky;
    top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background: rgba(0,0,0,.6)!important;
    width: 100%;
    z-index: 1000;
    display: inline-block;
    }
    .navcontainer ul li {
      display: inline; 
      padding: 0;
      padding: 0.1em 1.1em;
      color: #e1ba4c;
      text-decoration: none;
      display:inline-block;
  }
  
    #socialmedia{
      position: absolute;
      margin-left: -5px;
      bottom: 3px;
    }
    #navbar-wrapper{
      text-align: left;
      }
  
  
  .page-header{
    align-content: center;
    padding-bottom: 10px;
    
    transform: scale(0.95);
  }
  #logo_container{
    all: unset;
  }
  #logo {
    
    display: block;
    text-align: center;
  }
  #header-bottom-col{
    display: none; 
  }
  
  .donate-content{
    float: none;
    text-align: center;
  }
  .caption{
   transform: translate(-50%, -50%);
	 top: 50%;
	 left: 50%;
	 display: block;
	 position: absolute;
	 max-width: 225px;
  }

  
  .caption h1{
    font-size: 2.3rem;
    letter-spacing: .1rem;   
    padding-bottom: .5rem;
  }

  .caption h2{
    font-size: 1.9rem;
    letter-spacing: .1rem;   
    padding-bottom: .5rem;
    font-weight: 550;
  }


  .caption h3{
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }


  .btn-lg{
    padding: .5rem 1rem;
    font-size: 1rem;
  }
  #menu-nav{
    align-content: left
  }
  .narrow h1{
    font-size: 1.5rem;
  }

  .collapsible {
    display: inline-block;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    }
    
  .active, .collapsible:hover {
  background-color: #555;
  }
  
  .panel{
    text-align: center;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  
}


@media  (max-width : 790px){
  .navbar{
    position: sticky;
    top: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background: rgba(0,0,0,.6)!important;
    width: 100%;
    z-index: 1000;
    left: 0%;
    }
    .navcontainer ul li {
      display: inline; 
      padding: 0;
      padding: 0.1em 1.1em;
      color: #e1ba4c;
      text-decoration: none;
      display:inline-block;
  }
   
    .page-header{
      padding-top: 5%;
      padding-bottom: 10px;
      margin: 0 auto;
      width: 100%;
      align-content: center;
      transform: scale(0.95);
      
    }
  
   
    
    #mail-button{
      border-radius: 1em;
    }
    .p-btn {
      color: #fff;
      background: rgb(97, 83, 83);
      border-radius: 1.0em;
      left: 30%;
      padding: .5em;
      text-decoration: none;
      width: 40%;
    }
  
    .panel-wrapper{
      position: relative;
      padding-bottom: 2.5em;
      text-align: center;
    }     
    .panel {
      padding: 0 18px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      margin: 2em auto;
      width: 100%;
      max-height: 140px;
    }
    
    .fade {
      height: 100px;
      margin-top: -100px;
      position: relative;
    }
  
    .col-md-4{
      display: unset;
    }
  
    .front-shows{
      text-align: center;
      top: 0px;
    }

    .front-show-img{
      display: inline-block;
      padding-left: 10%;
    }
  
    #upcoming-left{
      display: inline-block;
      padding-left: 60px;
      padding-right: 60px;
    }
    #upcoming-right{

      display: inline-block;
      padding-left: 60px;
      padding-right: 60px;
    }
  
    .donate-pic{
      width: 20vh;
      height: 45vw; 
    }  
    #footer{
      height: 8.5rem;
    }
    #footer-2{
      background-color: #40474e;
      color: white;
      font-size: 16px;
      text-align: center;
      height:135px;  
      clear: both;
      position: absolute;
      bottom: 0;
      width: 100%;
      
    }
    
     #footer-3 {
     

      background-color: #40474e;
      color: white;
      font-size: 16px;
      text-align: center;
      position:relative;
      height:135px;  
      clear: both;
     }

  }

/*ipad portrait 768px TODO*/
/*responsinator.com*/

  





/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
