  @charset "utf-8";
/* CSS Document */
body {
	font-family: 'Lato', serif;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('https://www.vmi.edu/media/content-assets/images/strat-plan-2024-2034/StratSplash.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	font-size: 16px;
	
}

.container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: 0;

}

@media (min-width: 1600px){
	.container {
	margin-left: 25%;

}
}
.content {
	position: fixed;
	width: 100%;
	left: 0px;
	z-index: 1000;
	 height: 100vh;
     display: flex;
     flex-direction: column;
     align-items: center; 
     justify-content: center;
}
.container h2 {
	position: absolute;
	top: 70vh;
	line-height: 100px;
	height: 100px;
	margin-top: -50px;
	font-size: 4em;
	width: 100%;
	text-align: center;
	color: transparent;
	animation: blurFadeInOut 3s ease-in backwards;
	font-weight: 600;
	
}


.container h2.frame-1 {
	animation-delay: 0.5s;
}
.container h2.frame-2 {
	animation-delay: 2.5s;
}
.container h2.frame-3 {
	animation-delay: 4.5s;
}
.container h2.frame-4 {
	animation-delay: 6.5s;
}
.container h2.frame-5 {
	animation-delay: 8.5s;
}
.container h2.frame-6 {
	animation: none;
	color: transparent;
	text-shadow: 2px 2px 4px #000000;

}
.container h2.frame-6 span {
	animation: blurFadeIn 3s ease-in 10.5s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #fff;
}

@keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(0.9);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}
@keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}
@keyframes fadeInBack{
	0%{
		opacity: 0;
		transform: scale(0);
	}
	50%{
		opacity: 0.4;
		transform: scale(2);
	}
	100%{
		opacity: 0.2;
		transform: scale(5);
	}
}

footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}

/*Animate*/

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}


/*SPACING FOR TEXT*/

.titlesplash{
	text-align: center; 
	margin-top:-15%;
	
}

.titlesplash h1{
	text-align: center; 
	font-weight: 800; 
	font-size: 4em; 
	 color: white;
  	text-shadow: 2px 2px 4px #000000;
	margin-bottom: 10%;
}

.logosplash{
	max-width: 250px;
}


.splashfoot{
	font-size:1em!important;
	text-align: center;
}


/*Large Screen*/

/*Tablet*/

@media (max-width: 1199px){
	
	.titlesplash{
	text-align: center; 
	margin-top:-5%;
	
}
	
		.logosplash{
	max-width: 200px;
}

.titlesplash h1{
		font-size: 3em; 
}


	.container h2 {
		font-size: 2em;
	}

	
}

/*Large Mobile*/
@media (max-width: 999px){
		.logosplash{
	max-width: 175px;
}
	
	footer {
    position: fixed;
    height: 80px;
    bottom: 0;
    width: 100%;
}


}

/*MOBILE*/
@media (max-width: 767px){
	
	.logosplash{
	max-width: 125px;
}

	
	.titlesplash h1{
	
	font-size: 2em; 
	
}

	
	.container h2 {
		font-size: 1.25em;
	}
	
		footer {
    position: fixed;
    height: 45px;
    bottom: 0;
    width: 100%;
}
}


.btn-enter{
color: #000;
background-color: #fff;
border-color: #ffd619;
}

.btn-enter:hover, .btn-enter:focus, .btn-enter.focus, .btn-enter:active, .btn-enter.active, .open > .dropdown-toggle.btn-enter{
color: #ffffff;
background-color: #ae112a;
border-color: #ae112a;
}