@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700");
@import url("fontawesome-all.min.css");


/* Common Specifications */
/*
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

*/

header {
	display: block;
	margin : 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}


body, input, textarea, select {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.0em;
	color: black;
	font-weight: 300;
	font-size: 13pt;
}

	body.is-preload *, body.is-preload *:before, body.is-preload *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}


a {
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	color: #43B3E0;
	text-decoration: none;
}

	a:hover {
		color: #43bff0 !important;
	}

	a img {
		border: 0;
	}

b, strong {
	font-weight: 600;
	color:  black;
}

i, em {
	font-style: italic;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.7em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.7em;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	margin: 0 0 0.2em 0;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: inherit;
}

h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	font-size: 3.25em;
	letter-spacing: -0.025em;
	font-weight: 300;
}

	h1 strong {
		font-weight: 700;
	}

h2 {
	font-size: 2em;
	letter-spacing: -0.015em;
}

h3 {
	font-size: 1.5em;
	letter-spacing: -0.015em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.2em;
}
h7 {
	font-size: 1.1em;
}
h8 {
	font-size: 1.0em;
}
h9 {
	font-size: 0.9em;
}
em, i {
	font-style: italic;
}

br.clear {
	clear: both;
}

hr {
	border: 0;
	border-top: solid 1px #444;
	border-top-color: rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	height: 1px;
	margin: 3em 0;
}

p, ul, ol, dl, table {
	margin-bottom: 2em;
}

/* Container */

.container {
	margin: 0 auto;
	max-width: 100vw; /* calc(100% - 50px); */
}
.py-20 {
	padding: 20vh;
}
.py-10 {
	padding: 10vh;
}
.py-2 {
	padding: 2vh;
}
/* Navigation */

#nav {
	height : 10vh;	
	line-height: 10vh;
	text-align: center;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: 1000;
	cursor: default;
	display: flex;
	
}

	#nav img {
		height : 8vh;
		width: auto;
	}

	
	#nav h6 {	
	color: white;
}
/*
	#nav #nav-list {
		flex-direction: row;
		display: flex;
		flex-shrink:1;
	}

	#nav .nav-brand {
		display: flex;
	}
*/
.navbar-nav {
	padding: 0;
	line-height: 1em;
	font-size: 0.85em;
}

.carousel-item img {
	height: 35vh;
	width: auto;
  }

.carousel-caption {
	color: white; /* White text */
	padding: 5px; /* Some padding */
	bottom: 0; /* Align to the bottom */
	align-self: flex-start;
	position: relative;
	left: 0;
	right : 0;
  }

.fine-print {
	font-size: 0.5rem;
	line-height: 0.6em;
	padding: 1px;
}

.slideshow-container {
	margin: auto;
	position: relative;
	display: flex;
    justify-content: center;
	align-items: center;
	overflow: hidden;
}

.slideshow-container img {
	object-fit: scale-down; /* contain: This will cover the area, potentially cropping the image */
}
.slide-none {
	display: none;	
	transition: all 2s linear 0s;
}
.slide-active {
	display: block;
	transition: all 2s linear 0s;
}

.slide, .slide-malar {
	max-width:100%;
	height: auto;
	object-fit: contain;
}

.wrapper {
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	padding: 2em 0 2em 0;
	text-align: center;
	height: 100vh;
}

	.wrapper.maroonred {
		background-image: linear-gradient(maroon, red);
		color: yellow;
		min-height: 100vh;
	}

		.wrapper.maroonred.table * {
			background-color: white;
			color: red;
		}

	.wrapper.purpledarkblue {
		background-image: linear-gradient(purple, darkblue);
		color: yellow;
	}

.box {
	background: #fff;
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	color: yellow;
	padding: 1em;
}

	.box h3 {
		color: red;
	}

.sponsors {
		animation : slide 120s linear infinite; 
		display: inline-flex;
		overflow:hidden;
		white-space: nowrap;
}
	
	@keyframes slide {
		0% {
			transform : translateX(0%)
		}
		25% {
			transform : translateX(-50%)
		}
		50% {
			transform : translateX(-100%)
		}
		100% {
			transform: translateX(0%);
		}
	}
	
	
.card {
	height: 75px;
	width: 75px;
	background-color: white;
	display: grid;
	align-items: center;
	margin: 1px;
}

.sponsor-table {
	display: grid;
	width : 90%;
	height: auto;
	margin: auto;
	justify-content: center;

}

.sponsor-table .card {
	min-height: 6vh;
	min-width: 6vw;
	max-height: 16vh;
	max-width: 16vw;
	aspect-ratio: 1 / 1;
	background-color: white;
	display: grid;
	align-items: center;
	align-content: center;
	text-align: center;
	justify-content: center;
	margin: auto;
	margin: 10px;
	padding: 1px;
	height: auto;
	width: auto;

}
