@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

Body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 300;
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: 100% auto;
	background-color: #fae01d;
}

b {
		font-weight: 500;
		margin-right: 2px;
}

.blackBkg{
	background-color: black;
	text-align: center;
	color: #ffffff;
}



#movieContainer {
	/*background-color: #e8e11c;*/
	width:100%;
	/*margin: 50px;*/
	margin-top: 2%;
}

/* @group temp site */

.tempLink {
	font-weight: 300;
	color: #fb733a;
	margin-top: 10px;
}

#movieCaption {
	width: 90%;
	color: #7f7f7f;
	text-align: right;
	margin-top: 15px;
	margin-right: auto;
	font-weight: bold;
	/*background-color: #a2c96c;*/
	margin-left: auto;
}

/* @end */

#mainContent {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/header_low.png) 0 0 no-repeat;
	background-size: 100% auto;
	padding-top: 400px;
	padding-right: 20px;
	padding-left: 20px;
}

h1 {
	font-weight: 300;
	font-size: 100%;
}

h1 p {
	margin-top: 10px;
	margin-bottom: 0;
}

.store1 {
	text-align: right;
	margin-top: -10px;
}

.mainImg {
	position: relative;
}

.mainImg img, .sectImg img {
	width: 100%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.32);
	border-radius: 8px;
	border-style: none;
}

.bottomPadding {
	padding-bottom: 20px;
}

.sectBlock {
	margin-top: 70px;
}


.sect {
	display: flex;
	padding-top: 30px;
}

.reverse {
	flex-direction: row-reverse;
}

.sectImg {
	width: 50%;
}

.show {
	width: 22px;
	position: relative;
	bottom: 28px;
	left: 347px;
}

.showBig {
	width: 22px;
	position: relative;
	bottom: 28px;
	left: 720px;
}



.sectTextContainer {
	width: 50%;
	align-self: center;

}

.sectText {
	padding-left: 30px;
}

.textReverse {
	padding-left: 0px;
	padding-right: 30px;
}

.sectText h2 {
font-size: 20px;
	margin: 0 0 10px;
}

.sectText p {
	margin-top: 0;
	padding: 0;
	font-size: 18px;
}

.footer {
	
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	padding: 30px 120px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.contact {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}