* {
		margin: 0;
		padding: 0;
		border: 0;
		box-sizing: border-box;
}
body {
 font-family:Arial, sans-serif;
 font-size:14px;
 line-height:1.42857143;
 background-color:#ccc;
}
p {
	font-Family:Arial,sans-serif;
	font-size: 16px;
	overflow-wrap: break-word;
}
a:link {
  color:#0a0;
}
a:visited {
	color:#c5b;
}
.center-cropped {
  margin: 0;
  padding: 0;
  padding-top: 48px;
  max-width: 100%;
  height: 400px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: black
}
}
.event {
	background-color: #777;
	overflow-y: hidden;
}
.text {
	padding: 16px;
}
.container {
 padding-right:16px;
 padding-left:16px;
 margin-right:auto;
 margin-left:auto
}
.img {
	margin: 0;
	padding: 0;
}
.event {
	margin:auto;
	padding: 16px;
	overflow: auto;
	border-bottom: 1px solid gray;
	max-width: 1280px;
}
.event img{
	object-fit: cover;
	/*! height: 100px; */
}
.left {
  float:left;
  width:37.5%
}
.right {
  padding-left:16px;
  float:right;
  width:62.5%;
}
@media (max-width:480px) {
  .left, .right {
    width:100%;
	padding-left: unset;
  }
}
@media (max-width:480px) {
	.right {
		padding-top: 8px;
	}
}
#img img {
	text-align: center;
	padding: 16px;
	max-width:100%;
	object-fit: contain;
	width: 480px;
}
@media (max-width:480px) {
	#img img {
	width: 100%;
	}
}
.fullheader {
	height:unset;
	overflow:hidden;
	background:
		linear-gradient(
    rgba(0, 0, 0, .75),
    rgba(0, 0, 0, 0)),
		url(/img/headerfullalt.jpg);
	background:
		linear-gradient(
    rgba(0, 0, 0, .75),
    rgba(0, 0, 0, 0)),
		-webkit-image-set(
		url(/img/headerfullalt.avif) type("image/avif"),
		url(/img/headerfullalt.webp) type("image/webp"),
		url(/img/headerfullalt.jpg) type("image/jpeg"));
	background:
		linear-gradient(
    rgba(0, 0, 0, .75),
    rgba(0, 0, 0, 0)),
		image-set(
		url(/img/headerfullalt.avif) type("image/avif"),
		url(/img/headerfullalt.webp) type("image/webp"),
		url(/img/headerfullalt.jpg) type("image/jpeg"));
	background-size:cover;
  background-position: 41% 50%;
	background-position-x: 41%;
	background-position-y: 50%;
	background-attachment:fixed;
  background-color: black;
}
@media (max-width:960px) {
	.fullheader {
		min-height:100vh;
	}
}
@media (min-aspect-ratio: 21/9) {
	.fullheader {
		min-height:100vh;
	}
}
@media (max-aspect-ratio: 1/1) {
	.fullheader {
		min-height:100vh;
	}
}
.header {
	margin:auto;
	overflow: hidden;
	text-align:center;
}
.header img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media (max-width:960px) {
	.header {
		height: 240px;
	}
}
.main {
	margin: auto;
	max-width: 1280px;
	padding: 16px;
	overflow: auto;
}
.mainleft {
  float:left;
  width:60%;
}
.mainright {
	padding-left:16px;
	float:right;
	width:40%;
}
@media (max-width:960px) {
  .mainleft, .mainright{
    width:100%;
  }
}
@media (max-width:960px) {
	.mainright{
		padding-top: 8px;
		padding-left: unset;
	}
}
@media (max-width:960px) {
	.event img {
		/*! height: 150px; */
	}
}
@media (min-width:960px) {
	.right p {
		font-size: 12px;
	}
}
footer {
	border-top: 1px solid gray;
	font-variant:small-caps;
	text-align: center;
	padding: 16px;
}
/* Popup container - can be anything you want */
.popup {
    position: fixed;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: fixed 50px 100px;
    z-index: -1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}hg

/*This is for the navbar*/
.blur{
   position: fixed;
   top:0;
   width: 100%;
   min-height: 50px;
   margin-bottom: 20px;
   background: rgba(0,0,0,.4);
   z-index:1010;
   -webkit-filter: blur(20px);
   -moz-filter: blur(20px);
   -o-filter: blur(20px);
   -ms-filter: blur(20px);
   filter: blur(20px);
}
.image100 {
	padding-top:12px;
	height:auto;
	position:relative;
	overflow:hidden;
}
.image100 img {
	float:right;
	width:100%;
	height:calc(100vh - 134px);
	object-fit:contain;
}
/*Fillout Form*/
input[type=text], input[type=email],input[type=number], select, textarea {
    width: 100%;
	padding: 8px;
	margin:4px 0 4px 0;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 8px 8px 8px 0;
    display: inline-block;
}

input[type=submit] {
	font-weight:bold;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	background-color:#0c0;
	margin: 16px;
	margin-right:0;
	float:right;
}

input[type=submit]:hover {
    background-color: #e5b;
	color:black;
}

.fillcontainer {
    padding: 20px;
	max-width: 1280px;
	margin: auto;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 640px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
		margin:0;
    }
	input[type=submit] {
		margin:16px 0 16px;
	}
}
.social {
	padding:8px;
	text-align:center;
}
.mainleftimg {
	float:left;
	width:unset;
	padding:16px;
}
.mainleftimg img {
	width:unset;
	max-width:100%;
}
@media screen and (max-width: 960px) {
	.mainleftimg {
		width:100%;
	}
}
@font-face {
  font-family: 'Steel Fish';
  src: url('/font/steelfish/steelfish.eot');
  src: url('/font/steelfish/steelfish/steelfish.eot?#iefix') format('embedded-opentype'),
       url('/font/steelfish/steelfish.woff2') format('woff2'),
       url('/font/steelfish/steelfish.woff') format('woff'),
       url('/font/steelfish/steelfish.ttf') format('truetype'),
       url('/font/steelfish/steelfish.svg#foo') format('svg');
}
@font-face { 
  font-family: 'Steel Fish Subset';
  src: url('/font/steelfish/steelfish.eot');
  src: url('/font/steelfish/steelfish/steelfish.eot?#iefix') format('embedded-opentype'),
       url('/font/steelfish/steelfish.subset.woff2') format('woff2'),
       url('/font/steelfish/steelfish.subset.woff') format('woff'),
       url('/font/steelfish/steelfish.ttf') format('truetype'),
       url('/font/steelfish/steelfish.svg#foo') format('svg');}
.slider {
	max-width: 100%;
	height:360px;
	max-height:calc(100vh - 66px);
	position: relative;
	margin:8px;
}
.slidercontainer {
	max-width: 100%;
 overflow-y: auto;
 text-align:center;
 padding:8px;
}
@media screen and (min-width: calc(480px + 32px)) {
	.slider {
width: 480px;
max-width: 100%;
height: 360px;
position: relative;
margin:8px;
display: inline-block;
}}
