html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#footer-section {
	border-top: 7px solid aliceblue;
    padding: 2% 10% 2% 10%;
	background-color: black;
	min-height: 50vh; 
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	gap: 20px;

}

#footer-section .row {
    padding-top: 0.5%;

}

#footer-section img {
	aspect-ratio: auto;
}

.footer-group {
	padding: 11% 0;
	position: relative;
	gap: 20px;
}

#footer-section p {
	color: white;
	font-weight: lighter;
	font-size: 12px;
}

#footer-section a:link {
    text-decoration: none;
    color: white;
}

.footer-socials a{
	opacity: 0.9;
}
.footer-socials a:hover{
	opacity: 1;
	cursor: pointer;
	transition: 0.3s;
}

#Hero-Section {
	position: relative;
	background-image:linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url("media/reversedheroimg.webp");
	background-size: cover;
	background-position:center;
	text-align: center;
}

.hero-group {
	padding: 8% 3%;
	position: relative;
	text-align: center;
    width: 100%;
	/*gap: 20px;*/
}
  
.hero-group img {
	max-width: 100%;
	height: auto;
	animation: floatIn 1s ease-in-out;
	margin-bottom: 20px;

}

@keyframes floatIn {
	0% {
	  opacity: 0;
	  transform: translateY(50px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
}

.hero-group h4 {

	font-weight: 650;
	text-transform: uppercase;
	color:whitesmoke;
	/*font-size: 55px;*/
	font-size: 30px;
	letter-spacing: 2.5px;
	text-shadow: 2px 2px 5px black;
	margin-bottom: 20px;
  }
  
.hero-group button, .hero-group a {

	/*letter-spacing: 2.5px;*/
	font-size: 22px;
	max-width: 100%;
	box-shadow: 2px 2px 5px black;
	/*border: 2px solid black;*/
    margin: 1%;
}

#Media-Section {
	padding: 1% 1%;
	text-align: center;
	background-image:linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url(media/gj5-rjxhwmpx.webp);
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#Media-Section h2 {
    margin-top: 10px;
		font-size: 3em;
        font-weight: 650;
		text-transform: uppercase;
		color: white;
		text-shadow: 2px 2px 5px black;
}

/*#video1, #video2{
	margin: 1%;
	border: 5px solid white;
	border-radius: 10px;
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,.75));
}*/

div.scroll-container{
	overflow: auto;
	white-space: nowrap;
	padding: 10px;
}

div.scroll-container img{
	margin: 0 5px;
	height: 237px;
	width: auto;

	border: 5px solid white;

}

div.scroll-container img:hover, #video1:hover, #video2:hover{
	cursor: pointer;
	transition: 0.3s;
    filter: drop-shadow(2px 2px 8px rgba(255,255,255,1));
}

.TrailerVid-Section p{
	color: white;
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,.75));
}

#noclickvideo2, #noclickvideo1 {
	margin: 1%;
	border: 5px solid white;
	border-radius: 10px;
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,.75));
	position: relative;
	overflow: hidden;
	width: 100%;
	/*padding-top: 56.25%;*/
}

#noclickvideo2 iframe, #noclickvideo1 iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}