
#Initalhide {
	display: none;
} /* MUST BE BOV' MEDEA - HIERARCHY */


@media only screen and (max-width: 700px) {
  
	#LoadingLogoMobile {
		display: block !important;
	}

	#LoadingLogoFull {
		display: none;

	}

  .memberinfo {
   	width: 100% !important; 
  }
  
  .Tabs {
    font-size: 3.5vmin;
  }
	.dropbtn {
    font-size: 3.5vmin;
  }
	.dropdown-content a {
	font-size: 3.1vmin;
	}

	p {
      font-size: 40pt;
      text-align: left;
	}
  
  .Tabs {
    font-size: 3.5vmin;
  }
 
	.dropbtn {
    font-size: 3.5vmin;
  }
	.dropdown-content a {
	font-size: 3.1vmin;
	}

	p {
	font-size: 4.5vw;
	}

	h3 {
	font-size: 5vw;
	}
	
	h1 {
	font-size: 6vw;	
	}

	#Initalhide {
	display: block;
    	}

	#Sizehide {
	display:none;
	}
	
	#Footer a {
	font-size: 3.7vw !important;
	}
  
  	.studentimg {
      width: 100%;
      margin-bottom: 20px;
  	}
  
  .ui-tabs-nav li {
		width: 48%;
    	font-size: 14pt;
  }
  	
  	.ui-tabs-nav li:nth-child(even) {
      margin-right: 0 !important;
      width: 48%;
  }
  	

}


/* End OF @Media(s) */

html {
	background-color: Black;
	text-align: left;
}

body {
	margin: 0;
	display: fixed;
	font-family: 'Francois One', sans-serif;
	color: white;
}

.VideoResponder {
 	height: 45vh;
    width: 85vw;
    max-width: 500px;
}

h2, strong {
 margin-left: 15px; 
}

.Has_Picture_Border { 
    border: 2px solid grey;
    border-radius: 12px;
    margin: 10px 15px;
    width: 90%;
    max-width: 350px;
}

#greyback {
	z-index: 1;
	background-color: #3f3f3f;
}

#Main-Flex-Centerer {
	height: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 Auto;
}

    /* STRT OF BOX SHADOW STUFF */
  
  .Tabs:nth-of-type(2) {
	transform: translate(-2.2vw, 0);
}

.Tabs:nth-of-type(3) {
	transform: translate(-1vw, 0);
}

.Tabs:nth-of-type(4) {
	transform: translate(-3.5vw, 0);
}

.contentholder,
.Sponsers-holder, 
.galleria, 
#Logos-Container, 
#Tabs-container > ul,
#Footer {
	box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.5);
}
  
  /* END OF BOX SHADOW STUFF */

#Loadingscreen {
	position: fixed;
  	left: 0;
  	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 500;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  	opacity: 100%;
  	transition-duration: 800ms;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0, 0, 1, 0.41);
}

#LoadingText {
 font-size: clamp(25pt, 7vmin, 44pt); 
}

#FIRST-Logo {
	margin: 10px;
	width: 17%;
	align-content: center;
	max-width: 190px;
	float: left;
}

#FIRST-AboutFIRST {
    width: 63vw;
    max-width: 440px;
    margin-top: 20px;
}

h1 {
	margin: 10px 0 10px 0;
}

h3 {
	margin: 8px 0 8px 0;
}


label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
}

input {
 text-align: left;

}

table {
  background: #3f3f3f;
    border: 2px solid grey;
    border-radius: 12px;
    margin: 0 0 21px 0;
    padding: 7px;
}

th, td {
 text-align: center;
 padding: 5px;
 
}

th {
 font-size: 15pt;
 border-radius: 7px;
}

tr:nth-child(even), th {
 background: black; 
}

tr:nth-child(odd) {
 background: dimgrey; 
}

td:first-child {
 text-align: left; 
}

/* Members Page */

.noborder{border: none;}
.memberinfo{color: white; margin-bottom: 0px;}
.memberinfo h3{color: #F8C73B}

.memberinfo label {
	float: left;
width: 150px;
text-align: center;
margin-left: 20px;
font-weight: bold;
}

.quote {
	color: white;
  	
}

.col-2{width: 50%; float: left; display: block;}
.studentimg{
	float: right;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 220px;
	height: 200px;
    border: 1px solid;
	border-radius: 15px;
}


.studentimg img{
 border-radius: 10px;

}


.mentors_details {
margin: 15px;
display: block;
}


.mentorprofile {margin-bottom: 40px;}


/* end of mp */

#spacer {
	height: 10px;
}

#Footer a {
	font-size: min(20pt, 3vw);
}
	
#Cougar {
	width: 76%;
	max-width: 760px;
	float: right;
	position: relative;
	margin-top: 15px;
	display: block;
}

#Logos-Container {
	height: auto;
	background-color:#000000;
	border-radius: 0px 0px 10px 10px;
	margin: 0px 10px;
	padding: 0.5%;
	align-items: center;
	position: static;
	border-right: 2px solid grey;
	border-bottom: 2px solid grey;
	border-left: 2px solid grey;
}

a {
	color: #ffc90e;
	text-decoration: underline;
	transition-duration: 200ms;
  	cursor: pointer;
}

	
p {
	margin: 20px;
}

p a {
	color: #ffc90e;
	transition-duration: 200ms;
}

p a:hover {
	color: #FFECAB;
}

#Members {
 border: none;
 margin: -10px 0 0 0;
  
}
	
#Tabs-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 2px solid grey;
  border-bottom: 2px solid grey;
  border-right: 2px solid grey;
  border-radius: 0 0 12px 12px;
}

#Tabs-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
	flex-direction: row;
	align-items: center;
	border-radius: 10px;
	position: sticky;
	top: 0;
	font-size: 1.75rem;
	z-index: 100;
	
}


.Tabs {
	padding: 6px 3vw;
	cursor: Pointer;
	text-decoration: none;
	color: black;
	font-family: 'Francois One', sans-serif;
	font-weight: bold;
	transition-duration: 210ms;
}

#Left-Tab {
	border-radius: 0px 0px 0px 10px;
}

#Right-Tab {
	border-radius: 0px 0px 10px 0px;
}


#Tabs-container li {
  float: left;
}


#Tabs-container li a:hover, .dropbtn:hover {
  color: white;
  background: #0078a3 url(/images/resources/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x;
 }

#Tabs-container li a:focus, .dropbtn:focus {
  color: white;
  background: #0078a3 url(/images/resources/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x; 
 }

#Tabs-container li a, .dropbtn {
  background-color: #ffc90e;
  display: block;
  text-align: center;
  padding: 1vh clamp(10px, 3vw, 42px);
  background-image:  linear-gradient(top, #ffcc00 0%, #fddf69 100%);
  background: -moz-linear-gradient(top, #ffcc00 0%, #fddf69 100%);
  background: -webkit-linear-gradient(top, #ffcc00 0%,#fddf69 100%);
  cursor: Pointer;
  text-decoration: none;
  color: black;
  font-family: 'Francois One', sans-serif;
  font-weight: bold;
  transition-duration: 0ms;
}


li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  /*min-width: 200px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-right: 2px solid grey;
  border-left: 2px solid grey;
}

.dropdown-content a {
  border-bottom: 1px solid #808080;
}

.dropdown-content a:last-of-type {
  border-bottom: 0;
}

.dropdown-content:last-child {
 border-bottom: 2px solid grey;
	border-radius: 0 0 12px 12px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #ffc90e;
  font-size: 10px;
  font-size: 1.5rem;
}

.dropdown-content a:last-child {
		border-radius: 0 0 10px 10px;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 10;  
}

.dropbtn:focus + .dropdown-content {
  display: block;
  z-index: 10;  
}

.dropdown-content a:focus {
  display: block;
  z-index: 10;  
}



.h-Container {
	background-image: linear-gradient(#303030, #282828, #141414);
  	background-color: #292929;
	display: flex;
	align-content: center;
	border-radius:12px 12px 0 0;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	
}

.h-ContainerSecond {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

.h-Container {
	/* margin-left: -15px; */
}

.br-radius {
	/* border-radius: 0px 10px 10px 0px; */
    border-radius: 0;
	margin-top: 10px;

}

#Sponsers-Text {
	margin: 0 9px 0 0;
	cursor: pointer;
}

#Picture-Holder {
	border-radius: 10px; 
	margin-left: 10px;
	margin-right: 10px;
	display: block;
		
	/* Config: */

	margin-top: 20px;
	
}

.Sponsers-holder {
	/* border: 2px solid #808080; */
	/* border: rgb(128,128,128); */
	border: 2px solid grey;
	border-radius: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	/* Config */
	margin-top: 10px;
	/*background-image:  linear-gradient(top, #ffcc00 0%, #fddf69 100%);
	background: -moz-linear-gradient(top, #ffcc00 0%, #fddf69 100%);
	background: -webkit-linear-gradient(top, #ffcc00 0%,#fddf69 100%); */
	background-color: #545454;
}

#sponsorcontainer {
	overflow: hidden;
}

.contentholder {
    border: 2px solid grey;
	border-radius: 10px; 
	background-color: black;
	margin: 10px 10px 7px 10px;
	display: block;
	/*padding-left: 15px;*/

	
	/* config: */
	
	margin-top: 15px; /* 15 Norm */
  	min-height: 500px;
}

.twitter-timeline {
	Float: right;
	Display: block;
	MARGIN: 10px;
	
}

.padded-left { /* Pictures for sponsors crawler */
	margin-right: 5px;
		z-index: 2;	
}



#mycrawler2 {
	margin: 0;
	z-index: 2;
}

#Footer {
	background-color: black;
	height: 60px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
	transition-duration: 2s;
	margin-top: 10px;
	margin: 10px 10px 0 10px;
	border-radius: 10px 10px 0 0;
	border: 2px solid grey;
	border-bottom: 0;
}

#Footer a {
	color: #c6c6c6;
	transition-duration: 220ms;
	text-decoration: underline;
	cursor: Pointer;
}

#Footer a:hover {
	color: white; 
	
}