/* This style sheet affects all pages and the home page */
/* For page styling without affecting the homepage, edit page.css */

/* Default Style */
* {
	padding: 0px;
	margin: 0px;
}

.col-12, .col, .col-md-6, .col-md-7, .col-md-5, .row {
	padding: 0;
	margin-right: 0;
}

a, a:hover {
	color: #fff;
	text-shadow: -1px 1px 0 #000,
					1px 1px 0 #000,
					1px -1px 0 #000,
					-1px -1px 0 #000;
	font-weight: 700;
	text-decoration: none;
}

h1, h2, h3, h4 {
	text-align: center;
	font-family: 'Grandstander', cursive, Arial, sans-serif, serif;
	color: #fff;
	text-shadow: -1px 1px 0 #000,
					1px 1px 0 #000,
					1px -1px 0 #000,
					-1px -1px 0 #000;
}

ul {
	list-style-type: none;
}

#main {
    min-height: 100vh;
}


#header-img, #row-2-img, #row-3-img, #row-4-img {
	width: 100%;
	margin-right: 0;
}

#row-2, #row-4 {
	background-color: #03187b;
	color: #fff;
	text-shadow: -1px 1px 0 #000,
					1px 1px 0 #000,
					1px -1px 0 #000,
					-1px -1px 0 #000;
}

#row-3-img-col {
	background-color: #000;
}

.center {
	text-align: center;
}

.bold {
	font-weight: 700;
}

.bullet {
	list-style-type: disc;
}

#bullet-2 {
	padding-left: 1vw;
}

i {
	size: .5rem;
}

/* Header - zoom in on small screens */

#header-img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
    transform: scale(1);
	
	z-index: -1;
	min-width: 100%!important;
}

/* Header - Company Title */

#top-h2 {
	position: absolute;
	top: .5vw;
	left: 28%;
	font-size: 5.2vw;
}

/* Header - H1 Title */
#title {
	position: absolute;
	top: 5.25vw;
	left: 22%;
	text-align: center;
	font-size: 5.2vw;
}

/* Header - Movie Screen Area */
#screen {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 2vw;
	grid-row-gap: 1.1vw;
	text-align: center;
	font-size: 2.5vw;
	font-family: Arial;
	color: #052073;
	text-shadow: 0 0 0;
	position: absolute;
	top: 14vw;
	left: 49%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

}

#screen a {
	color: #052073;
	text-shadow: 0 0 0;
	font-weight: bold;
}

.toplinks {
    -webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

#movie-screens {
	grid-row: 1;
	grid-column: 1;
	text-align: left;
}

#reserve {
	grid-row: 1;
	grid-column: 2;
	text-align: left;
}

/* Header Phone Number */
#phone {
	grid-row: 3;
	grid-column: 1 / span 2;
	padding-right: 10px;
	text-align: center;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

#phone a {
	color: #052073;
	font-weight: bold;
	font-size: 5vw;
}

#down {
	grid-row: 4;
	grid-column: 1 / span 2;
	text-align: center;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	margin-top: -.6em;
}

#down i {
	color: #052073;
}

/* Navigation Style */
.nav-item {
	padding: 1.5vh .5vw;
	font-size: 1.1rem;
}

.nav-item a, .navbar-brand {
	color: #fff!important;
	display: block;
	font-weight: 700;
}

.navbar-brand {
	position: absolute;
	right: 0;
	font-weight: bold;
	padding: 1vw 0;
}

.navbar-nav {
	text-align: center;
}

#homenav {
	z-index: 15;
	margin: -1px auto;
	padding-right: 0;
	background-color: #03187b!important;
	max-width: 100%;
}

.phone-nav {
	max-width: 25%;
	line-height: 2;
}

.phone-nav a {
	position: absolute;
	top: 0;
	padding-left: 2vw;
}

.white {
	color: #fff;
	text-shadow: -1px 1px 0 #000,
				  1px 1px 0 #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

#top-col {
	position: relative;
	text-align: center;
}

#img-0 {
	max-width: 60%;
}

.img-col {
	text-align: center;
	display: none;
}

#row-1, #row-3 {
	background-color: #fff;
}

#row-1-uls {
	padding-left: 2vw;
}

#row-top {
	background-color: #ffff00;
	font-family: 'Grandstander', cursive, Arial, sans-serif, serif;
}

#row-top-col {
	box-shadow: 0 0 10px 1px #333;
	z-index: 2;
}


#row-top-title {
	padding: 1.5vw 0 0;
	font-size: 1.4rem;
	color: #03187b;
	text-shadow: 0 0 0;
}

#row-2 li {
	list-style-type: none;
}

#row-2 i {
	padding-right: 5px;
}

.text-col {
	font-size: 1rem;
	padding: 1.5em 2em;
}

/* Popcorn Section */
#popcorn-header {
	background-color: #c52531;
}

#popcorn-h2 {
	font-size: 7vw;
	padding: .5rem;
}

#popcorn-row {
	padding-top: 3vh;
	background-color: #fff;
	min-height: 250px;
}

#popcorn-img {
    padding-left: 25px;
}

#popcorn-img-col {
	text-align: right;
}

#popcorn-txt-col {
	text-align: left;
}

#popcorn-txt-col p {
	margin: 25px 0;
}

#popcorn-reserve {
	width: 100%;
	text-align: center;
}

#popcorn-reserve a {
	color: #03187b;
	text-shadow: 0 0 0;
	font-weight: 600;
}

/* FAQ Section */
#faq-h2 {
	line-height: 1;
}

#faq-row {
	padding-bottom: 10px;
}

#faq-row:first-child {
	text-align: left;
	padding-left: 10vw;
}

#faq-row:nth-child(2) {
	text-align: right;
	padding-right: 10vw;
}

.faq-list {
	font-size: 1.1em;
	padding-left: 1rem;
}

.faq-question-home {
	list-style-type: none;
	margin-left: -15px;
	padding-right: 15px;
}

.faq-question-home a {
	color: #fff;
}

.faq-question-home a:hover {
	color: #fff;
}

.faq-p {
	display: none;
	text-shadow: 0 0 0;
}

.faq-link {
	color: #fff;
}

.faq-link:hover {
	color: #fff;
}

/* Footer */
footer {
	background-color: #000;
	color: #fff;
	display: block;
	margin: auto;
	text-align: center;
	padding: 2vh 1vw 1vh;
}

#foot, #foot-row {
	width: 100%;
}

/* Grow On Hover */
.grow:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	
	-webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-ms-transform: scale(1.09);
	-o-transform: scale(1.09);
	transform: scale(1.09);
}

/* Fade In Animation */
.fade-in {
	animation: fadeIn ease 3s;
	-webkit-animation: fadeIn ease 3s;
	-moz-animation: fadeIn ease 3s;
	-o-animation: fadeIn ease 3s;
	-ms-animation: fadeIn ease 3s;
}
@keyframes fadeIn {
	0% {opacity:0;}
	30% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

#main, #top-h2, #title {
    animation: appear 3s forwards;
}

@keyframes appear {
	0%{opacity: 0;}
	100%{opacity: 1;}
}

/* Media Queries */

@media ONLY SCREEN AND (min-width: 576px) {
	#bullet-2, #bullet-1 {
		padding-left: 2em;
	}
	.text-col {
		font-size: 1.1rem;
	}
	#screen {
		position: absolute;
		top: 14vw;
	}
}

@media only screen and (min-width: 767px) {
	#row-2-img, #row-3-img, #row-4-img {
		width: 100%;
	}

	#header-img {
	    -webkit-transform: scale(1) translateY(0px);
	    -moz-transform: scale(1) translateY(0px);
	    -ms-transform: scale(1) translateY(0px);
	    -o-transform: scale(1) translateY(0px);
		transform: scale(1) translateY(0px);
		z-index: -1;
	}

	#screen {
		top: 14vw;
	}

	.text-col {
		font-size: 1.3rem;
	}

	.img-col {
		display: block;
	}
	#screen {
		left: 49%;
	}

	#popcorn-h2, #faq-h2 {
		font-size: 4vw;
	}

	#top-h2 {
		top: 1.5vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 4.5vw;
	}

	#title {
		top: 5.5vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 4.5vw;
	}
	
	#row-top-title {
	    font-size: 2rem;
	}
}

@media ONLY screen AND (min-width: 995px) {
	#homenav {
		position: sticky;
		top: 0;
	}
	
	#row-top-title {
	    font-size: 3rem;
	}
}

@media ONLY screen AND (min-width: 1050px) {
	.phone {
		font-size: 1.5rem;
	}
}

@media ONLY SCREEN AND (max-width: 576px) {
    #row-top-title {
        font-size: 1.5rem;
    }
    
    #down {
        display: none;
    }
}