@charset "UTF-8";
/* CSS Document */

html,

html * {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}

* {
	box-sizing: border-box;
}

body {
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	margin: 0;
		background-color: #ffe6cb;
}

img {
	vertical-align: middle;
}

.mySlides {
	display: none;
}

.card_col {
	float: left;
	width: 20%;
	padding: 10px 4px 0px 4px;
}

.card_row {
	margin: 0px;
}

.card_row:after {
	content: "";
	display: table;
	clear: both;
}

.logoL {
	float:left; 
	width: 200px;
	display: block;
	padding: 10px 0px 0px 20px;
}

.top_banner {
	width: 100%;
	height: auto;
}

.awardbook {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 50px 0px;
	text-align: center;
	background-color: #8c8084;
	height: 120px;
	position: relative;
	float: left;
	width: 100%;
	color: white;
	font-size: 1em;
	font-weight: 800;
	border: none;
	cursor: pointer;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-decoration: none;
}

.modal-button {
	padding: 20px;
	text-align: center;
	background-color: #94787d;
	height: 150px;
	position: relative;
	float: left;
	width: 100%;
	color: #ffe6cb;
	font-size: 1em;
	font-weight: 800;
	border: none;
	cursor: pointer;
	border-radius: 10px;
}

.modal-button-cfe {
	padding: 20px;
	text-align: center;
	background-color: #94787d;
	height: 60px;
	position: relative;
	float: right;
	width: 300px;
	color: #02284d;
	font-size: 1.4em;
	font-weight: 800;
	border: solid thick;
	border-color: #02284d;
	cursor: pointer;
	display: block;
	margin-top: 25px;
	margin-right: 30px;
	border-radius: 10px;
}

.awardbook:hover {
	background-color: #02284d;
}

.modal-button:hover {
	background-color: #02284d;
	color: #ffe6cb;
}

.modal-button-cfe:hover {
	background-color: #02284d;
	border: solid thick;
	border-color: #02284d;
	color: #ffe6cb;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #2b2b2b;
    margin: auto;
    padding: 0px 15px 15px 15px;
    border: 1px solid #2b2b2b;
    width: 80%;
	text-align: justify;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {
	padding: 2px 16px;
    color: white;
}

.modal-footer {
    padding: 2px 16px;
    color: white;
}

.contactus {
	font-weight: 900;
	padding: 0px 0px 10px 10px;
	font-size: 16px;
}

.ea-website {
	color: mediumpurple;
	text-decoration: none;
}

.entry_contact {
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 10px 10px;
}

.contact_info {
	font-size: 13px;
	padding: 0px 0px 0px 10px;
}

.findusat {
	font-weight: 900;
	padding: 0px 10px 10px 0px;
	font-size: 16px;
	text-align: center;
}

.fa {
	padding: 10px;
	width: 40px;
	border-radius: 20%;
	text-align: center;
	text-decoration: none;
}

.fa:hover {
	opacity: 0.5;
}

.c_col {
	float:left;
	padding: 30px 20px;
	color: darkslategrey;
}


.i_col {
	float:right;
	padding: 30px 20px;
	color: darkslategrey;
}

.a_link {
	text-decoration: none;
	color: chartreuse;
	font-size: 13px;
}

.link {
	text-decoration: none;
	color: chartreuse;
}

.modal-table {
	font-size: 14px;
}

.s-email {
	text-decoration: none;
	color: chartreuse;
}

.c-email {
	text-decoration: none;
	color: darkslategrey;
}

.booklet {
	text-decoration: none;
	color: yellow;
}

.photosgallery2019 {
	text-decoration: none;
	color: yellow;
}

.photosgallery2021 {
	text-decoration: none;
	color: greenyellow;
}

.photosgallery2023 {
	text-decoration: none;
	color: orange;
}

.photosgallery:hover {
	color: salmon;
}

.title {
	text-align: left;
	color: darkgrey; 
}

.slideshow-container {
	max-width: 1600px;
	position: relative;
	margin: auto;
}

.www {
	width: 36px;
	padding: 0px 3px 3px 0px;
}

.www:hover {
	opacity: 0.5;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 10px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.prev, .next {
	background-color: rgba(0,0,0,0.8);
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.pa {
	color: yellow;
}

.pc {
	color: white;
}

.paN {
	color:cyan;
}

table, th, td {
	border: 1.5px solid dimgray;
	border-collapse: collapse;
	border-spacing: 0;
}

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

table.center {
	margin-left: auto;
	margin-right: auto;
}

table.LoA {
	width: 100%;
}

footer {
	font-size: 13px;
}

@media screen and (max-width: 800px) {
	
	.card_col {
		width: 100%;
		display: block;
		padding: 5px 0px 0px 0px;
	}
	
	.modal {
		padding-top: 0px;
	}
	
	.awardbook {
		height: 70px;
		font-size: 0.9em;
		border-top-left-radius: 15px;
		border-bottom-right-radius: 15px;
		padding: 30px;
	}
	
	.modal-button {
		height: 70px;
		font-size: 0.9em;
		border-radius: 0px;
	}
	
	.modal-button-cfe {
		height: 40px;
		width: 200px;
		font-size: 0.9em;
		padding: 3px;
		margin-right: 15px;
		border: solid medium;
		border-radius: 0px;
	}
	
	.modal-content {
		width: 100%;
		text-align: left;
	}

	.c_col {
		float: none;
		text-align: center;
	}
	
	.i_col {
		float: none;
		text-align: center;
		padding: 0px;
	}
	
	.logoL { 
		width: 140px;
		padding: 10px 0px 0px 10px;
	}
	
	.contactus {
		font-weight: 900;
		padding: 0px 0px 10px 0px;
		font-size: 16px;
	}

	.entry_contact {
		font-size: 14px;
		font-weight: 600;
		padding: 0 0 10px 0px;
	}

	.contact_info {
		font-size: 13px;
		padding: 0px;
	}
	
	.findusat {
		font-weight: 900;
		padding: 0px 0px 10px 0px;
		font-size: 16px;
	}
	
	.fab {
		padding: 0px;
	}
	
	.judges, .pa, .pc {
		text-align: left;
	}

	h2, h3 {
		text-align: left;
	}
	
}
