@import url('https://fonts.googleapis.com/css?family=Audiowide&display=swap');

.reveal section {
	font-size: 80%;
}

.reveal section table.my_table {
	border: none;
}
.my_table tr {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.my_table tr td {
	border: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.clip_div {
	position: relative;
  	width: 600px;
  	height: 600px;
  	overflow: hidden !important;
  	text-align: right;
}

.clip_img {
  position: absolute;
  max-width: 1000% !important;
  max-height: 1000% !important;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto !important;	
}

.clip_img_bottom_right {
  position: absolute;
  max-width: 1000% !important;
  max-height: 1000% !important;
  right: 0px;
  bottom: 0px;
  margin: auto !important;	
}

.clip_img_bottom {
  position: absolute;
  max-width: 1000% !important;
  max-height: 1000% !important;
  left: -9999px;
  right: -9999px;
  bottom: 0px;
  margin: auto !important;	
}

.reveal section img.my_plain {
	border: 0 !important;
	box-shadow: none;
	margin: 0; 
	padding: 0;
}

.MyRed {
	color: maroon;
}

.MyBlue {
	color: midnightblue;
}

.MyGreen {
	color: #0B8C1F;
}

.my_list {
	text-align: left;
}

.my_list ul li {
    margin-top: 20px;
}

.my_list ul li:first-child {
   /* margin-top:0; */
}

.my_fa_list ul li {
	list-style-type: none;
    margin-top: 20px;
}

.my_fa_list ul li::before {
 	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	opacity: 0.5;
}

.my_fa_list ul li:first-child {
    margin-top:0;
}

.codename {
	text-transform: uppercase;
	font-family: 'Audiowide', Helvetica, sans-serif;
	color: #41403E;
}

.highlight-image {
	position: fixed;
	width: 200px;
    height: 200px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.25) !important;
    border: solid 1px #41403E !important;
	border-radius: 50%;
	background-color: white !important;
}

.story-title-container {
	width: 900px; 
	height: 100px; 
	position: fixed; 
	left: 50%; 
	top: 50%; 
	text-align: center; 
	margin-left: -450px; 
	margin-top: -50px; 
	color: white;
}

.student {
	position: relative;
	margin-top: 10px;
	font-size: 70%;
	text-align: center;
	width: 100%;	
}

.funding {
	position: relative;
	margin-top: 5px;
	font-size: 35%;
	text-align: center;
	width: 100%;
}

.story-container {
	position:relative;
	min-width:100%;
	min-height:700px;
	margin:0;
	display:inline-block;
}


.story-0 {
	left: 50%; top: 20%; margin-left: -100px !important; margin-top: -100px !important;
}
.story-1 {
	left: 75%; top: 20%; margin-left: -100px !important; margin-top: -100px !important;
}
.story-2 {
	left: 90%; top: 50%;  margin-left: -100px !important; margin-top: -100px !important;
}
.story-3 {
	left: 75%; bottom: 20%;  margin-left: -100px !important; margin-bottom: -100px !important;
}
.story-4 {
	left: 50%; bottom: 20%;  margin-left: -100px !important; margin-bottom: -100px !important;
}
.story-5 {
	left: 25%; bottom: 20%; margin-left: -100px !important; margin-bottom: -100px !important;
}
.story-6 {
	left: 10%; top: 50%;  margin-left: -100px !important; margin-top: -100px !important;
}
.story-7 {
	left: 25%; top: 20%; margin-left: -100px !important; margin-top: -100px !important;
}


.middle > * {
  vertical-align: middle;
}

.top > * {
  vertical-align: top;
}

.bottom > * {
  vertical-align: bottom;
}

.sub > * {
  vertical-align: sub;
}

.super > * {
  vertical-align: super;
}

.text-top > * {
  vertical-align: text-top;
}

.text-bottom > * {
  vertical-align: text-bottom;
}

.baseline > * {
  vertical-align: baseline;
}



.partner-logo {
	height: 100px;
	padding: 5px !important;
	margin-bottom: 25px !important;
}


.list-container {
	text-align: left;
	margin-bottom: 40px;
}



.non-transparant-list-conatiner {

	border: solid 4px #789; 
	border-radius: 20px; 
	padding: 10px; 
	background-color: white; 
	text-align: left; 
	width: 100%; 
	margin-bottom: 20px;

}

.non-transparant-list-header-div {

	background-color: lightgray; 
	color: white; 
	width: 400px; 
	border-radius: 8px; 
	text-align: left; 
	padding: 5px; 
	margin-bottom: 10px;

	padding-left: 10px;
}

.non-transparant-list-content-div {
	text-align: left; 
	padding: 5px; 
	margin-bottom: 10px;
	padding-left: 10px;
}

.my_left_p {
	text-align: left;
}

.vertical-space {
	min-height: 20px;
	min-width: 100%;
}

.my_border_table tr td {
	border: 1px solid #778899;
}

#home-button {
	z-index: 50000 !important;
}

.g3dlogo {
	position: fixed; 
	right: 0; 
	top: 60px;
	text-transform: uppercase;
	font-family: 'Audiowide', Helvetica, sans-serif;
	color: #41403E;
}

.g3dlogo::after {
	content: "G3D::FLOW";
}
