@charset "UTF-8";
.scrollbar-element {
	scrollbar-width: 0%;
}
/* Body */
body {
	font-family: Figtree !important;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	animation: fadeInAnimation ease 5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	z-index: 2;
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	opacity: 100%;
	text-align: center;
	margin-top: 20px;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 2px;
	width: 80%;
	height: 50px;
	background-color: #fff;
	border-radius: 15px;
	position: fixed;
	align-items: center;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	z-index: 3;
}
.logo {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: undefined;
	width: fit;
	float: left;
	padding-bottom: 25px;
	margin-top: 11px;
	margin-left: 25px;
	letter-spacing: 1px;
	color: #E1251C;
	animation-duration: 3s;
	animation-name: slidein;
}

   @keyframes slidein {
	from {
	  margin-left: 100%;
	  width: 100%;
	}
	 to {
	  margin-left: 0%;
	  width: 17.75%;
	}
  }
nav {
	color: #231F20;
	float: right;
	width: fit;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;

	animation: fadeInAnimation ease 5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
	
}
ul li a {
	color: #E1251C;
	text-decoration: none;
}
ul li:hover a {
	color: #F7BF36;
}
.hero_header {
	color: #231F20;
	text-align: center;
	font-size: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	border-radius: 15px;
}
/* Hero Section */
.hero {
	background-image: linear-gradient(210deg, #E1251C 0%, #F7BF36 100%);/*Ideally Becomes Video*/
	padding-top: 150px;
	padding-bottom: 150px;
	height: 30%;
}
.light {
	font-size: 60px;
	color: #231F20;
}
/* About Section */
.text_column /*Able to be Copied*/ {
	padding: 1.5rem;
	width: fit-content;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	margin-top: 15px;
	margin-bottom: 70px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	color: #231F20;
	border-color: #F1F1F1;
	background-color: #eeeeee;
	border-radius: 15px;
	box-shadow: 0 3px 3px -1px #313131, 0 1px 3px -1px #313131 !important;
}
.posters{
	padding: 1.5rem;
	width: fit-content;
	text-align: center;
	line-height: 25px;
	float: left;
	margin-top: 15px;
	margin-bottom: 70px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	color: #231F20;
	border-color: #F1F1F1;
	background-color: #eeeeee;
	border-radius: 15px;
	box-shadow: 0 3px 3px -1px #313131, 0 1px 3px -1px #313131 !important;
}
.download{
	width: 15%;
	margin-top:35px;
	margin-right: 42.5%;
	margin-bottom: auto;
	margin-left: 42.5%;
	padding-top:15px;
	padding-bottom: 15px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
	border: none;
	color: #F6883C;
	transition: all 0.2s linear;
}

.about {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0px;
	display: flex;
	background-color: #fff;
	margin-top: 0px;
}
strong {
	font-size: 18px;
	font-weight: bolder;
	color: #231F20;
}
.weak {
	font-size: 18px;
	text-decoration: none !important;
	color: #F7BF36;
}
/* Stats Gallery */
.stats {
	color: #231F20;
	margin-bottom: 5px;
}
.gallery /*Able to be Copied*/ {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	clear: both;
	display: inline-block;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 33.33%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #E1251C;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #231F20;
}
/* Parallax Section */
.banner {
	background-image: linear-gradient(210deg, #E1251C 0%, #F7BF36 100%);
	height: 450px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	box-shadow: 0 8px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	width: 80%;
	margin-left: 10%;
	margin-right: 0%;
	padding-top: 5px;
	padding-bottom: 75px;
}
.banner1 {
	background-image: linear-gradient(210deg, #E1251C 0%, #F7BF36 100%);
	height: 440px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	box-shadow: 0 8px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	width: 80%;
	margin-left: 10%;
	margin-right: 0%;
	padding-top: 5px;
	padding-bottom: 75px;
}
/* For Video One*/
.basic-body {
	width: 34%;
	height: 85%;
	margin-left: 2.5%;
	margin-top: 2.5%;
	text-align: left;
	line-height: 25px;
	float: right;
}
.video-body2 {
	width: 50%;
	padding: 1%;
	margin: 2%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	margin-left: 3.5%;
	margin-top: -8.5%;
	position: inherit;
	color: #231F20;
	background-color: #f1f1f1;
	border-radius: 15px;
	aspect-ratio: 16/9;
}
.parallax1 {
	color: #FFFFFF;
	text-align: right;
	padding-right: 10%;
	padding-top: 20%;
	letter-spacing: 2px;
	position: static;
}
.parallax_description1 {
	color: #FFFFFF;
	text-align: right;
	padding-right: 10%;
	width: 50%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
}
/* For Contact One*/
.banner2{
	background-image: linear-gradient(210deg, #E1251C 0%, #F7BF36 100%);
	height: 80%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	width: 80%;
	margin-left: 10%;
	margin-top: 65px;
	padding-bottom: 10%;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
	position: static;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
/* Contact Us */
input{
	text-align: left;
	margin-right: 30%;
}
.info-body {
	width: 34%;
	height: 82.5%;
	margin-left: 2.5%;
	margin-top: 2.5%;
	text-align: right;
	line-height: 25px;
	float: left;
}
.contact-body {
	width: 55%;
	height: 85%;
	margin-top: 2.5%;
	margin-right: 2.5%;
	padding: 2.5%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: right;
	margin-bottom: 60px;
	color: #231F20;
	background-color: #f1f1f1cb;
	border-radius: 15px;
}

textarea{
	font-family: Figtree !important;
	font-size: 14px;
}

/*Popup*/
/* The Modal (background) */
.modal {
	display: none; 
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	animation: fadeInAnimation ease 1s;
  }
  
  /* Modal Content Box */
  .modal-content {
	background-color: #fefefe;
	margin: 15% auto; 
	padding: 20px;
	border: 1px solid #888;
	width: 35%; 
	border-radius: 15px;
	animation: fadeInAnimation ease 1s;
	z-index: 1;
  }
  
  /* The Close Button */
  .close {
	color: #231F20;
	padding: 6px;
	float: right;
	font-size: 28px;
	font-weight: bold;
	background-color: transparent !important;
	border: none;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

/*Actual Input Boxes*/
input[type=text], select, textarea {
	width: 95%;
	padding: 12px; 
	border: 1px solid #ccc;
	border-radius: 7.5px; 
	box-sizing: border-box; 
	margin-top: 1%; 
	margin-bottom: 16px; 
	resize: none;
  }
  
  input[type=submit] {
	background-color: #FFFFFF;
	font-family: figtree !important;
	padding: 12px 20px;
	border-width: 5px;
	transition: 0.5s;
	width: 15%;
	padding-top:15px;
	padding-bottom: 15px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	letter-spacing: 1.5px;
	border: none;
	color: #F6883C;
	transition: all 0.2s linear;
  }
  
  input[type=submit]:hover {
	cursor: pointer;
	box-shadow: 5px 8px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	color: #E1251C;
  }
  input[type=Disclaimer] {
	background-color: #FFFFFF;
	font-family: figtree !important;
	border-width: 0px;
	transition: 0.5s;
	width: fit-content;
	padding: 4px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	border: none;
	color: #F6883C;
	transition: all 0.2s linear;
  }

  input[type=Disclaimer]:hover {
	cursor: pointer;
	color: #E1251C;
  }
/* Buttons */
input[type=subscribe] {
	width: 15%;
	margin-top:35px;
	margin-right: 42.5%;
	margin-bottom: auto;
	margin-left: 42.5%;
	padding-top:15px;
	padding-bottom: 15px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
	border: none;
	color: #F6883C;
	transition: all 0.2s linear;
  }
  
  input[type=subscribe]:hover {
	cursor: pointer;
	box-shadow: 5px 8px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	color: #E1251C;
  }


/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #231F20;
	text-align: center;
}
footer .footer_column p {
	color: #231F20;
	background-color: #FFFFFF;
}
.cards {
	height: auto;
	max-width: 200px;
	max-height: 200px;
	border-radius: 400px;
}
footer .footer_column p {
	padding-left: 30px;
	margin-left: 10%;
	margin-right: 10%;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
}
/*Close Button*/
button {
	color: #231F20;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: Figtree !important;
	transition: 1s;
	}
	
button:hover {
	cursor: pointer;
	transform: rotate(270deg);
	}

.footer_banner {
	background-image: linear-gradient(10deg, #F6883C 0%, #FFCD0C 150%);
	padding-top: 60px;
	padding-bottom: 60px;
	padding-bottom: 60px;
	margin-left: 10%;
	background-repeat: repeat;
	width: 80%;
	border-radius: 15px;
	box-shadow: 0 8px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hero_footer {
	color: #fff;
	text-align: center;
	font-size: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	border-radius: 15px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.copyright {
	font-family: Figtree !important;
	font-size: 20px;
	margin-top: 2%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: linear-gradient(210deg, #F6883C 0%, #FFCD0C 100%); /*Identical to Header Gradient*/
}





/* THIS IS ALL MOBILE STUFF, ONLY EDIT IF YOU HAVE TIME!*/


/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.aparallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}
table {
	width: 80%;
	margin-left: 10%;
	text-align: center;
  }

/* Small Tablets */
@media (min-width: 321px)and (max-width: 972px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 10px;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
