@charset "utf-8";


body {
  margin: 0;
  padding: 0;
	overflow-x: hidden;
	background-color: #EDF6EC;

}


#image-track {
  display: flex;
  gap: 4vmin;
  /*position: absolute;*/

  transform: translate(0%, 0%); 
  user-select: none; /* -- Prevent image highlighting -- */
	
}

#image-track > .image {
  width: 40vmin;
  height: 56vmin;
  object-fit: cover;
  object-position: 100% center;
}

/* -- YouTube Link Styles -- */

body.menu-toggled > .meta-link > span {
  color: rgb(30, 30, 30);
}

#source-link {
  bottom: 60px;
}

#source-link > i {
  color: rgb(94, 106, 210);
}

#yt-link > i {
  color: rgb(239, 83, 80);
}

.meta-link {
  align-items: center;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  bottom: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;  
  display: inline-flex;
  gap: 5px;
  left: 10px;
  padding: 10px 20px;
 /* position: fixed;*/
  text-decoration: none;
  transition: background-color 400ms, border-color 400ms;
  z-index: 10000;
}

.meta-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.meta-link > i, .meta-link > span {
  height: 20px;
  line-height: 20px;
}

.meta-link > span {
  color: white;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
	

.release_form


{
	text-decoration: none;
font-family: "Rustica Light", "LTC Globe Gothic";
	text-align: center;
	font-size: 3em;
	position: relative;


}

@font-face
{
	font-family: "LTC Globe Gothic";
		src: url("../webfonts/LTC Globe Gothic Bold/LTC Globe Gothic Bold/Lanston Type Co. - LTCGlobeGothic-Bold.otf");
	font-style: normal;
	font-weight: normal;
			
	
}

@font-face{
	font-family: "Rustica Light";
	src: url("../webfonts/Rustica Light/Rustica Light/TipoType - Rustica-Light.otf");
	font-style: normal;
	font-weight: normal;
	
}

::-webkit-scrollbar
{
	width: 3em;
	overflow-x: visible;
}

::-webkit-scrollbar-track

{
	width: 1em;

	background: hsla(0, 100%, 100%, 1);
	margin-block: 1em;
	border-radius: 2em;
	padding: 2em 2em;

	
}

::-webkit-scrollbar-thumb {
width: 2em;
	overflow-x: visible;
	background: hsla(0, 100%, 100%, 1);
	border-radius: 2em 2em 2em 2em;
	border: .6em solid hsla(160, 45%, 55%, .7);
	box-shadow: .5em .5em .5em .5em hsla(160, 45%, 55%, .7);
	overflow-x: visible;
	

}

::-webkit-scrollbar-thumb:hover
{
	
border: .6em solid hsla(206, 54%, 44%, 1);
		box-shadow: .5em .5em .5em .5em hsla(206, 54%, 44%, 1);
}


header
{
	display: flex;
	text-align: center;
	align-items: center;
}

.leadership
{font-family: "Rustica Light", "LTC Globe Gothic" ;
text-align: center;


}


div.leadership_row1, .leadership_row2, .leadership_row3
{
	
	display: flex;
	flex-wrap: wrap;
	

}



div.image-area
{


	padding: 20px;
	position: relative;
}

div.img-wrapper
{
	
	position: relative;
	overflow: hidden;
	 width: 300px;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	
}

.img-wrapper:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 180%;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,.3);
	z-index: 1;
	transform: skew(45deg);
	transition: .5s;
}

.img-wrapper:hover:before
{
	left: -180%;
}

.img-wrapper img
{
	height: 400px;
	width: 300px;
	filter: grayscale(100%);
	transition: 2s;
}
.img-wrapper:hover img
{
	filter: grayscale(0%);
	transform: scale(1.1);
}

.img-wrapper h2
{
	background: #57C09D;
	font-family: "Rustica Light", "LTC Globe Gothic", "sans-serif";
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	transform: perspective(400px) rotateY(90deg);
	transform-origin: right;
	transition: 1s;
	font-size: 20px;
}

.img-wrapper:hover h2
{
	transform: perspective(400px) rotateY(0deg);
}

.img-wrapper ul
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li
{
	background: #333;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	transform: perspective(800px) rotateY(90deg);
	transition: .5s;
	transform-origin: left;
}

.img-wrapper:hover ul li
{
	transform: perspective(800px) rotateY(0deg);
}

.img-wrapper:hover ul li:nth-child(1)
{
	transition-delay: .2s;
}

.img-wrapper:hover ul li:nth-child(2)
{
	transition-delay: .6s;
}

.img-wrapper:hover ul li:nth-child(3)
{
	transition-delay: .8s;
}

.img-wrapper:hover ul li:nth-child(4)
{
	transition-delay: 1s;
}

.img-wrapper ul li a
{
	color: #57C09D;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li i
{
	color: #57C09Do;
	background: rgba(255,255,255,0);
}

.img-wrapper ul li i:hover
{
	color: #fff;
	background: rgba(255,255,255,0);
}


div.fbandnav{
	display:  inline-flex;

}


.btn {
  
  cursor: pointer;

}


a.btn.btn-6 {

  border: 2px solid #3378AC;
  background: #3378AC;
  color: #ffffff !important;
  outline: 2px solid #fff;
  transition: outline-offset 250ms ease;

}

.btn-6:hover,
.btn-6:focus {

  outline: 2px solid white;
  outline-offset: -6px;

}



.main-nav
{

	flex-direction: row;
	list-style: none;

	
}

.main-nav li 
{display: inline-block;

}

ul#nav-list.main-nav

{
	/*position: relative;*/
	top: 0;
	left: 0;
	transform: none;
}

#nav-list li a
{text-decoration: none;
font-family: "Rustica Light", "LTC Globe Gothic", "sans-serif";
	font-size: 1.4rem;
	
	color: #57C09D;
	border: 2px solid transparent;
	text-transform: uppercase;
	
	
}




#nav-list li a:hover
{color: #57C09D;
border: 2px solid #57C09D;
	
}

#nav-list li.facebook a:hover
{border: 2px solid transparent;
}

#nav-list li .active {
    border: 2px solid #57C09D;
    color: #57C09D;
}




input
{
	display: block;
	padding: 10px;
	margin: 10px;
	border: 2px solid #666;
}

textarea
{border: 2px solid #666;
padding: 5px;
	margin: 3px;
	width: 443px;
}

.container_items
{ width: 25%;
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
	
	
}

.contact_form

{
	width: 550px;
	border: 3px solid #666;
	border-radius: 2px;
	margin: auto;
	padding: 2%;
	font-size: 1.2em;
	background-color: #fff;
	color: #666;
}




input[type=submit],
input[type=button]{

  background-color: #fff;
  border: 3px solid #666;
	border-radius: 8px;
  color: #666;
  padding: 20px 25px;
  text-decoration: none;
  margin: 10px 40%;
	

}



.contact_request
{
	font-size: 2em;
	font-family: "Rustica Light", "LTC Globe Gothic";
	text-align: center;
	color: #666666
}



.container-fluid {
  width: 100%;
}

/*  container content  */
.container {
  width: 1170px;
  margin: auto;
}


.carousel
{
	height: auto;
	overflow: hidden;
}

.gina
{
	margin: auto;
	border: 1px solid #666;

}

.col-3

{text-align: center;
	margin-left: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
	
}


.history
{
	text-align: center;
	
}


.gallery{
	
}


.row

{flex-direction: row;
	
}


.p_release
{
padding-left: 10%;
padding-right: 10%;
font-family: "Rustica Light", "LTC Globe Gothic", "sans-serif";
	font-size: 1.5em;
	
}






footer
{
	font-family: "Rustica Light", "LTC Globe Gothic", "sans-serif";
	text-align: center;
	color: #57C09D;
	position: sticky;
	
	
}

.social_icon
{
	height: 70px;
	
}




.mission_statment
{padding-left: 5%;
	padding-right: 5%;
	margin-left: 12.5%;
	margin-top: 3%;
	margin-bottom: 2%;
	width: 75%;
	color: #949897;
	font-family: "Rustica Light", "LTC Globe Gothic", "sans-serif";
	text-align: center;
	
	z-index: 10;
	top: 1%;
	font-size: 2em;
	font-style: italic;
	box-shadow: 5px 10px 18px #57C09D;

	
}



.sponsor_h1, .previous_sponsors
{
	font-family: "Rustica Light", "LTC Globe Gothic", "sans-serif";
	text-align: center;
	color: #666;
	margin: 2px;
	
}

.sponsor_card
{

	margin: auto;
}


.events
{
	font-family: "Rustica Light", "LTC Globe Gothic";
	font-size: 4em;
	text-align: center;
	
}

.marchon
{
	width: 25%!important;
	
display: block;
	
	
	

	
	
}


.history 
{font-family: "Rustica Light", "LTC Globe Gothic";
font-size: 4em;
	text-align: center;
	
	
}

.history_text

{font-family: "Rustica Light", "LTC Globe Gothic";
font-size: 2em;
	text-align: center;
	margin: 4.8% 14%;
	color: darkgray;
	
	
}

@media (max-width: 1408px) {
	
	div .leadership_container
	
	{
		display: flex;
		flex-wrap: wrap;
		
		
		
	}

  div.image-wrapper
	
	{
			flex-direction: column;
  display: flex;
		flex-wrap: wrap;
  }
	
	
	
div.image-area
{


	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
	flex-wrap: wrap;
	
	
}
}
	






@media (max-width: 991px) {
  .container {
    width: 750px;
  }
}



@media (max-width: 768px) {
  .container {
    width: auto;
  }
}


header {
  padding: 20px;
  display: flex;
}
header .logo {
  flex-grow: 1;
  height: 270px;
	padding-bottom: 10px;
  display: in-block;
	text-align: center;
	
 
 

}
header nav {
  flex-grow: 2.5;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  /*positio: absolute;*/
	z-index: 20;
	 margin-left: auto;
  margin-right: auto;
}




nav i.mobile-nav {
	
  display: none;
  font-size: 2em;
  margin: 34px;
	
}
nav ul.main-nav.show{
  display: block;
  z-index: 20;
  background-color: #fff;
  position: absolute;
  right: 20px;
  border: 1px solid #ccc;
  top: 54px;
  padding: 20px;
	width: 100%;
}



.container	

{
	min-width: 100%;
		padding: 20px;
	
	
}












	
	
@media (max-width: 768px) {
  nav i.mobile-nav {
    display: block;
  }
  nav ul {
    display: none;
  }
	
	
	.contact_form
{width: 100%;

	}
	
	
	textarea, input
	{
		width: 230px;
	}
	
	input[type=submit],
	input[type=button]
	{
		margin-left: 9%;
	}
}

	


@media (max-width: 340px)
	
{

	#nav-list li a
	{
		font-size: .4em;
	
		
	}

	.contact_form
{width: 100%;

	
}
	.mission_statment
{
	position: relative;
	background-color: rgba(15,104,42,.5);

	z-index: 10;
	top: 5%;
	font-size: .6em;
	color: white;

	
}
	
	footer
	
	{
		font-size: .6em;
	}

}



@media (max-width: 598px)
{
	
	.row{flex-direction: column;
	}
	
	
	.gina{margin: auto;}
	.col-3{
	margin: auto;
		font-size: .6em;
	
	}
	h5.card-title{
		font-size: .7em;
	}
	.card .col-3{
		width: 300px;
	}
header nav
	{width: 90%;}

	
p.mission
	{
		font-size: .5em;
	}
	
	
	
	div.card.col-3
	{width: 90%;}


}



	


