/*
bg color: #b40000
looks like red

#090909
looks like gray

*/

body {
	font-family: Century Gothic;
	background-color: white;
	overflow: hidden;
}

h1 {
	font-size: 72px;
}

.container {
}

#menu {
	opacity: 0.7;
	color: white;
	position: fixed;
	left: 0px;
	top: 0%;
	width: 100%;
	height: 80px;
	background-color: #090909;
	z-index: 499;
	word-spacing: 100px;
	text-align: center;
}

.menu_button {
	color: white;
}

#button_splash {
	position: relative;
	text-decoration: none;
	padding: 10px;
	z-index: 98;
	top: 30px;
}

#button_home {
	position: relative;
	text-decoration: none;
	padding: 10px;
	z-index: 98;
	top: 30px;
}

#button_about {
	position: relative;
	text-decoration: none;
	padding: 10px;
	z-index: 98;
	top: 30px;
}

#button_academics {
	position: relative;
	text-decoration: none;
	padding: 10px;
	z-index: 98;
	top: 30px;
}

#button_activities {
	position: relative;
	text-decoration: none;
	padding: 10px;
	z-index: 98;
	top: 30px;
}

/* FOOTER CONTENT */

#footer {
	opacity: 0.7;
	color: white;
	position: fixed;
	left: 0px;
	bottom: 0%;
	width: 100%;
	height: 80px;
	background-color: black;
	z-index: 499;
}

#footer_logos {
	z-index: inherit;
	position: relative;
	left: 20px;
}

#UST_logo {
	z-index: 500;
	position: relative;
	padding: 15px;
	left: 20px;
	width: 48px;
	height: 48px;
}

#UST_400_logo {
	z-index: 500;
	position: relative;
	padding: 15px;
	left: 20px;
	width: 48px;
	height: 48px;
}

#footer_text_placeholder {
	color: gray;
	z-index: 500;
	position:relative;
	left: 20px;
}

#footer_text {
	z-index: 500;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

/* END FOOTER CONTENT */

/* SCREEN */

#screen {  
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}

/* END SCREEN */

/* SPLASH PAGE */

#splash {
	top: 0%;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-size: contain;
}

#bg_splash {
	height: 100%;
	width: 100%;
	z-index: 2;
}

@-webkit-keyframes rotate {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}

#circle_placeholder {
}

#circle {
	z-index: 3;
	opacity: 0.7;
	position: absolute;
	height: 100%;
	-webkit-animation-delay:2s;
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 45s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-transition-timing-function: linear;
}

#logo {
	z-index: 4;
	position: absolute;
	opacity: 0.7;
	height: 100%;
}

/* END SPLASH PAGE */

/* HOME PAGE */

#home {
	color: #f9f9f9;
	position: relative;
	top: 0%;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-size: 100% 100%;
	background-image: url("../assets/images/bg/home.png");
}

#home_placeholder {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

#home_header {
	z-index: 3;
	text-align: center;
}

#home_header_1 {
	position: relative;
	top: 70px;
	text-align: center justify;
}

#home_header_2 {
	position: relative;
	top: 20px;
	text-align: center justify;
}

#home_events {
	color: black;
	bottom: 100px;
	position: inherit;
	bottom: 5%;
	left: 80px;
	height: 300px;
	width: 38%;
	z-index: 3;
	background-color: white;
	border: 0px;
}

#home_events_header {
	color: white;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #b40000;
}

#home_events_content {
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#home_updates {
	color: black;
	bottom: 100px;
	position: inherit;
	bottom: 5%;
	height: 300px;
	right: 80px;
	width: 38%;
	z-index: 3;
	background-color: white;
	border: 0px;
}

#home_updates_header {
	color: white;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #b40000;
}

#home_updates_content {
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* END HOME PAGE */

#about {
	position: relative;
	top: 0%;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-size: 100% 100%;
	background-image: url("../assets/images/bg/about.png");
}

#about_about {
	overflow: scroll;
	position: absolute;
	border-style: solid;
	height: 300px;
	width: 300px;
	left: 20px;
	top: 200px;
}

#about_goals {
	overflow: scroll;
	position: absolute;
	border-style: solid;
	height: 300px;
	width: 300px;
	top: 200px;
	left: 350px;
}

#about_careers {
	overflow: scroll;
	position: absolute;
	border-style: solid;
	height: 300px;
	width: 300px;
	top: 200px;
	left: 680px;
}

#academics {
	position: relative;
	top: 0%;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-size: 100% 100%;
	background-image: url("../assets/images/bg/academics.png");
}

/* POP UP */



/* END POP UP */