/* **** Crab & Lobster Festival CSS **** */

@charset "UTF-8";
@import "defines.css";
@import "menus4.css";

body
{
	box-sizing: border-box;
	background-color: white;
	margin: 0;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

input, textarea, td
{
	font-family: Arial, sans-serif;
	font-size: 14px;
}

#headerblock
{
	width: 100%;
	position: fixed;
}

#logowrapper
{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 200px;
	z-index: 1000 !important;
}

.lf
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: fade 84s infinite;
}

.showpanoblock
{
	z-index: 1 !important;
}

#menu
{
	z-index: 10;
}

/* https://www.devtwins.com/blog/css-cross-fading-images */

#lf01 { animation-delay:  0s; background-image: url("/images/logobg/1.jpg"); }
#lf02 { animation-delay:  7s; background-image: url("/images/logobg/1-red.jpg"); }
#lf03 { animation-delay: 14s; background-image: url("/images/logobg/2-red.jpg"); }
#lf04 { animation-delay: 21s; background-image: url("/images/logobg/2.jpg"); }
#lf05 { animation-delay: 28s; background-image: url("/images/logobg/2.jpg"); }
#lf06 { animation-delay: 35s; background-image: url("/images/logobg/2-blue.jpg"); }
#lf07 { animation-delay: 42s; background-image: url("/images/logobg/3-blue.jpg"); }
#lf08 { animation-delay: 49s; background-image: url("/images/logobg/3.jpg"); }
#lf09 { animation-delay: 56s; background-image: url("/images/logobg/3.jpg"); }
#lf10 { animation-delay: 63s; background-image: url("/images/logobg/3-green.jpg"); }
#lf11 { animation-delay: 70s; background-image: url("/images/logobg/1-green.jpg"); }
#lf12 { animation-delay: 77s; background-image: url("/images/logobg/1.jpg"); }

@keyframes fade
{
	  0% { opacity: 1; }
	  6% { opacity: 1; }
	  9% { opacity: 0; }
	 97% { opacity: 0; }
	100% { opacity: 1; }
}

#logo
{
	display: flex;
	justify-content: left;
	align-items: center;
	opacity: 1 !important;
}

#logoimage
{
	background-image: url("/images/site/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 160px;
	border-radius: 15px;
	margin: 0 50px 0 20px;
	z-index: 10;
	opacity: 0.8;
}

#logotext
{
	font-size: 60px;
	width: calc(100%-205px);
	letter-spacing: 0.04em;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	text-shadow:
		-2px -2px 4px rgba(0, 0, 0, 0.8),
		 2px -2px 4px rgba(0, 0, 0, 0.8),
		-2px  2px 4px rgba(0, 0, 0, 0.8),
		 2px  2px 4px rgba(0, 0, 0, 0.8);
	color: yellow;
	z-index: 10;
}

.searchres
{
	background-color: #eee;
	padding: 3px 8px;
	margin: 2px 0;
}

/* **** Content area **** */

#main
{
	width: 1200px;
	margin: 0 auto;
	padding: 250px 0 80px 0;
}

#content
{
	background-color: white;
	color: black;
	text-align: left;
	padding: 20px 20px 60px 20px;
	font-size: 15px;
	line-height: 1.5em;
	font-family: sans-serif;
	border-radius: 20px;
}

#content p
{
	font-size: 15px;
}

#content h1
{
	font-family: 'Century Gothic', Arial, sans-serif;
	color: var(--title-colour);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 30px;
	margin: 12px 0 15px 0;
	letter-spacing: 0.04em;
	line-height: 1.3em;
}

#content h1.centered
{
	text-align: center;
}

#content h2
{
	font-family: 'Times New Roman', serif;
	color: var(--crab-red);
	font-size: 22px;
	margin: 12px 0 5px 0;
	letter-spacing: 0.04em;
}

#content a, #content a:visited
{
	color: var(--crab-red);
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}

li
{
	margin: 4px 0;
}

.dslist li
{
	margin: 10px 0;
}

.radiotext
{
	display: inline-block !important;
	padding: 2px 0 5px 8px;
}

/* **** 2-Column Layout **** */

#content.twocollayout
{
	padding: 10px 10px 10px 20px;
	display: flex;
}

#leftcol
{
	display: inline-block;
	_max-width: 800px;
	width: auto;
}

#rightcol
{
	display: inline-block;
}

/* **** title+3-Column Layout **** */

#content.threecollayout
{
	padding: 10px 10px 10px 20px;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto;
}

.coltitle
{
	grid-area: 1 / 1 / 2 / 4;
}

.colone
{
	grid-area: 2 / 1 / 3 / 2;
}

.coltwo
{
	grid-area: 2 / 2 / 3 / 3;
	margin: 0 8px;
}

.colthree
{
	grid-area: 2 / 3 / 3 / 4;
}

/* **** 3-Block Layout **** */

#content.threeblocklayout h1
{
	grid-area: b3titleh1
}

#content.threeblocklayout .leftblock
{
	grid-area: b3left;
}

#content.threeblocklayout .rightblock
{
	grid-area: b3right;
}

#content.threeblocklayout .bottomblock
{
	grid-area: b3bottom;
	display: flex;
	justify-content: space-between;
}

#content.threeblocklayout
{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: calc(100% - 280px) 300px;
	grid-template-rows: auto auto auto;
	grid-template-areas: "b3titleh1 b3titleh1"
		"b3left b3right"
		"b3bottom b3bottom";
}

/* **** 1+2 Block Layout **** */

#content.onetwoblocklayout
{
	padding: 0 10px;
	display: grid;
	grid-gap: 10px 30px;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto;
}

#content.onetwoblocklayout .topblock
{
	grid-area: 1 / 1 / 2 / 3;
	display: block;
	justify-content: space-between;
}

#content.onetwoblocklayout .leftblock
{
	grid-area: 2 / 1 / 3 / 2;
}

#content.onetwoblocklayout .rightblock
{
	grid-area: 2 / 2 / 3 / 3;
}

/* **** 1+2+1 Block Layout **** */

#content.onetwooneblocklayout
{
	padding: 0 10px;
	display: grid;
	grid-gap: 10px 30px;
	grid-template-columns: 48% 48%;
	grid-template-rows: auto auto auto;
}

#content.onetwooneblocklayout .topblock
{
	grid-area: 1 / 1 / 2 / 3;
	display: block;
	justify-content: space-between;
}

#content.onetwooneblocklayout .leftblock
{
	grid-area: 2 / 1 / 3 / 2;
}

#content.onetwooneblocklayout .rightblock
{
	grid-area: 2 / 2 / 3 / 3;
}

#content.onetwooneblocklayout .bottomblock
{
	grid-area: 3 / 1 / 4 / 3;
	display: block;
	justify-content: space-between;
}

/* **** Feedback **** */

.feedbacktbl
{
	background-color: var(--lobster-green-3);
	padding: 5px;
	box-shadow: 2px 2px 4px #333;
	border-radius: 8px;
}

.feedbacktbl input
{
	font-size: 15px;
	padding: 3px;
}

.feedbacktbl td
{
	line-height: 1.6em;
	font-size: 15px;
}

.feedbacktbl td .radiotext
{
	padding: 2px 0 2px 5px;
	cursor: pointer;
}

.feedbackseccodetext
{
	padding: 6px;
}

.feedbackseccode
{
	float: left;
	margin: 0 10px 10px 0;
}

.feedbackemonscreen
{
	background-color: #8df;
	padding: 0 10px 10px 10px;
	color: #006;
	font-size: 11px;
	border: 1px solid #006;
	border-radius: 5px;
}

/* **** UDForm **** */

#arttrailform
{
	width: 1000px;
	padding: 20px;
	background-color: var(--lobster-green-3);
	border-radius: 20px;
}

.udline
{
	background-color: #f6f3e9;
	padding: 10px 20px;
	margin: 5px 0;
}

.udfcheckboxes
{
	margin: 10px 0 0 40px;
	line-height: 1.6em;
}

.udfsliderheads
{
	display: inline-flex;
	justify-content: space-between;
}

.udfsliderhead
{
}

.udfsliderwrapper
{
	margin: 15px auto 0 auto;
	text-align: center;
}

.udfslider
{
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.udfsliderpre
{
	width: 80px;
	text-align: right;
	margin-right: 10px;
}

.udfsliderpost
{
	width: 80px;
	text-align: left;
	margin-left: 10px;
}

.udfsubmitline
{
	text-align: center;
	margin-top: 10px;
}

.udfradiobuttons input
{
	vertical-align: top;
	margin-top: 5px;
}

/* **** Events Page **** */

.event
{
	background-color: rgba(100, 210, 240, 0.3);
	border-radius: 20px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	padding: 12px;
	margin-bottom: 20px;
}

.evtextcontainer
{
	display: flex;
	justify-content: space-between;
}

.eventpic
{
	margin: 0 0 10px 10px;
}

.eventpic img
{
	width: 100% !important;
}

/* **** Upcoming Events Box (Home page) **** */

.eventbox
{
	margin: 30px 0 0 0 !important;
	padding: 16px !important;
	background-color: rgba(0, 176, 189, 0.3);
	border-radius: 20px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	width: 290px;
}

.eventbox h2
{
	margin: 0 !important;
	padding: 4px 0;
	display: flex;
	justify-content: center;
	font-family: Arial, sans-serif !important;
	align-items: center;
	background-color: white;
	font-size: 24px !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 2px solid var(--crab-red);
}

.eventboxinner.evhome
{
}

.event.evhome
{
	margin: 12px 0 !important;
	padding: 8px;
	border-radius: 6px !important;
	background-color: #ffffee !important;
}

.evtitle
{
	padding: 4px 8px !important;
	border-radius: 6px !important;
	display: flex;
	justify-content: center;
	font-weight: bold;
	color: white !important;
	font-size: 16px;
	background-color: var(--crab-red) !important;
	margin-bottom: 5px;
}

.evtitle a
{
	color: white !important;
}

.evtitle a:hover
{
	text-decoration: none !important;
}

.evdate.evhome
{
	text-align: center !important;
	color: #333 !important;
}

.evloc
{
}

.evtext
{
}

.evtext.evhome img.evpicture
{
	margin: 0 auto !important;
	padding: 0 !important;
	width: 100% !important;
}

/* **** Picture block **** */

.picblockl
{
	float: left;
	margin: 10px 10px 10px 0;
}

.picblockr
{
	float: right;
	margin: 10px 0 10px 10px;
	text-align: right;
}

.picblockc
{
	margin: 10px 0;
	text-align: center;
}

.blkpicl
{
	margin: 0 0 5px 0;
}

.blkpicr
{
	margin: 0 0 5px 0;
}

.blkpicc
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.blkpiccb
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding: 10px;
	background-color: white;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.blkpiclb
{
	margin: 0 0 5px 10px ;
	padding: 10px;
	background-color: white;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.blkpicrb
{
	margin: 0 10px 5px 0;
	padding: 10px;
	background-color: white;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.blkpiccap
{
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}

/* **** Picture documents **** */

#docpictureblock
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap !important;
	width: 100%;
}

.docpicouter
{
	break-inside: avoid;
}

.docpicbox
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100px;
	height: 160px;
	padding: 0;
	border: 1px solid black;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	cursor: pointer;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	opacity: 0.75;
	flex-wrap: wrap;
}

.docpicbox .doctitle
{
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 1px black,
		-1px 1px 1px black,
		1px -1px 1px black,
		-1px -1px 1px black;
	align-self: flex-start;
	padding: 3px 0 0 3px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
}

.docpicbox:hover
{
	opacity: 1;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.docpicbox:hover .doctitle
{
	background-color: rgba(0, 0, 0, 0.7);
}

.docpicbox .docpicsize
{
	display: block;
	align-self: flex-end;
	background-color: black;
	font-size: 12px;
	color: white;
	padding: 3px 5px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
}

/* **** Footer area **** */

#footer
{
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: var(--lobster-green-1);
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	color: white;
	padding: 20px 30px;
}

.footer
{
	display: inline-block;
}

#siteby
{
	padding-right: 60px;
}

#siteby a, #siteby a:visited
{
	color: var(--vellum) !important;
	text-decoration: none !important;
}

#siteby a:hover
{
	color: white !important;
	text-decoration: none;
}

/* **** Site Messages **** */

#siteupdate
{
	color: white;
	border: 2px solid red;
	padding: 3px 8px;
	background-color: red;
	font-size: 13px;
	margin-bottom: 5px;
}

#siteupdatebold
{
	font-weight: bold;
}

#sitemsg
{
	color: white;
	border: 2px solid green;
	padding: 3px 8px;
	background-color: #060;
	font-size: 13px;
	margin-bottom: 5px;
}

.smsgwarn
{
	background-color: orange !important;
	color: black !important;
}

.smsgalert
{
	background-color: #c00 !important;
}

#sitemsg a
{
	color: yellow;
	text-decoration: none;
}

.smsgwarn a
{
	color: red !Important;
}

#sitemsg a:hover
{
	text-decoration: underline;
}

#oldbrowser
{
	padding: 10px;
	border: 2px solid red;
	text-align: left;
	background: url("/dlib/images/browsers/warning.png") no-repeat yellow 5px 5px;
	margin: 5px 0;
}

#oldbrowser .browser
{
	float: right;
	width: 50px;
	text-align: right;
	padding-right: 10px;
}

#oldbrowser .message
{
	font-size: 16px;
	margin: 3px 0 0 100px;
	color: #400;
}

#oldbrowser a, #oldbrowser a img
{
	border: none;
}

/* **** Page Images **** */

.imgl
{
	float: left;
	margin: 0 20px 20px 0;
}

.imgr
{
	float: right;
	margin: 0 0 20px 20px;
}

.img
{
	padding: 5px;
}

.imgb, .imgbt
{
	padding: 10px;
	background-color: white;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
}

.imglb, .imglbt
{
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 10px;
	text-align: center;
}

.imgrb, .imgrbt
{
	float: right;
	padding: 10px;
	margin: 0 5px 10px 10px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 10px;
	text-align: center;
}

.imgcb, .imgcbt
{
	padding: 10px;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 10px;
	text-align: center;
}

.imglbt, .imgrbt, .imgcbt, .imgbt
{
	padding: 10px 10px 2px 10px;
}

.piccaption
{
	display: block;
	font-size: 14px;
	font-family: serif;
}

.piccaption i
{
	font-family: serif;
}

img.crabgif
{
	z-index: 0 !important;
}

/* **** Media Images **** */

.medialeft
{
	float: left;
	padding: 0 10px 10px 0;
	text-align: center;
}

.mediaright
{
	float: right;
	padding: 0 0 10px 10px;
	text-align: center;
}

.media
{
	padding: 5px;
	text-align: center;
}

/* **** Links Pages **** */

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background-color: #eee;
	font-size: 15px;
	font-weight: bold;
	color: black;
	padding: 3px 8px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
	width: fit-content;
}

.linktitle a, .linktitle a:visited
{
	color: black !important;
	text-decoration: none;
}

.linktitle a:hover
{
	color: #f60;
	text-decoration: underline;
}

.linkpages
{
	float: right;
	border: 1px solid black;
	padding: 2px;
	background-color: #0c6b0b;
	color: white;
}

.linkpages a, .linkpages a:visited
{
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

.linkpages a:hover
{
	color: white;
	text-decoration: underline;
}

.linktext
{
	margin: 0 10px 0 20px;
	text-align: justify;
}

.website
{
	font-style: italic;
	margin-left: 35px;
}

.website a, .website a:visited
{
	font-style: normal;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.website a:hover
{
	color: #080;
	text-decoration: underline;
}

/* **** FAQs **** */

.faqq
{
	font-size: 15px;
	font-weight: bold;
	color: #080;
	margin: 0 0 5px 0;
}

.faqa
{
	font-size: 13px;
	color: #040;
	margin: 0 0 15px 30px;
}

/* **** Blog **** */

#content .bloghead
{
	font-size: 12px;
	font-weight: bold;
	color: green;
}

#content .blogdate
{
	float: right;
	font-size: 10px;
	color: #777;
	font-style: italic;
}

#content .blogtext
{
	margin: 2px 0 5px 20px;
	font-size: 11px;
	border: 1px dotted green;
	padding: 0 10px;
	background-color: white;
}

/* **** Cookie Push-down bar **** */

#cklbox
{
	box-sizing: border-box;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	background-color: #d00;
	background-color: #333;
	box-shadow: 0 2px 4px #555;
	display: none;
	position: fixed;
	text-align: left;
	justify-content: space-between;
	font-size: 16px;
	z-index: 999;
	width: calc(100% - 2px);
	left: 0;
	top: 0;
	color: white;
	padding: 5px 20px;
	font-weight: normal;
}

#cklmsg a, #cklmsg a:visited
{
	color: yellow;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#cklbox a:hover
{
	text-decoration: underline;
}

#cklhide
{
	display: inline-flex;
	min-width: 80px !important;
	justify-content: center;
	align-items: center;
	margin: 3px 25px 0 60px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	font-size: 20px;
	background-color: #f0d800;
	cursor: pointer;
	color: black;
}

#cklhide:hover
{
	background-color: yellow;
}

table.ckl th
{
	background-color: var(--crab-red);
	color: white;
	border-radius: 5px;
	border-right: 1px solid #400;
	border-bottom: 1px solid #400;
	padding: 2px 5px;
	font-size: 15px;
}

table.ckl td
{
	background-color: var(--diary-vellum);
	border-radius: 5px;
	color: black;
	border-right: 1px solid var(--gen-border);
	border-bottom: 1px solid var(--gen-border);
	padding: 2px 5px;
	font-size: 15px;
}

table.ckl tr:hover td
{
	background-color: var(--vellum);
}

/* **** Popup Tooltip **** */

#popuptooltip
{
	text-align: left;
	border: 1px solid black;
	border-radius: 7px;
	font-size: 11px;
	padding: 8px;
	background-color: #ffe;
	color: black;
	z-index: 1000;
	box-shadow: 3px 3px 3px #222;
}

/* **** Misc **** */

#errmsg
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

/* **** Clearfix **** */

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

/* **** Media/Device Size Changes **** */

@media only screen and (min-width: 1280px)
{
	#main
	{
		width: clamp(1024px,80%,1800px);
	}

	#content
	{
		column-width: 40%;
		column-gap: 60px;
	}

	#content img
	{
		max-width: 80%;
	}

	#content img.evpicture
	{
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 1279px)
{
	#content.threecollayout
	{
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
	}

	.coltitle
	{
		grid-area: 1 / 1 / 2 / 3;
	}

	.colone
	{
		grid-area: 2 / 1 / 3 / 2;
	}

	.coltwo
	{
		grid-area: 2 / 2 / 4 / 3;
		padding: 0 0 0 20px;
	}

	.colthree
	{
		grid-area: 3 / 1 / 4 / 2;
	}

	#content img
	{
		max-width: 80%;
	}

	#content img.evpicture
	{
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 1023px)
{
	#main
	{
		padding-top: 280px;
		width: 100%;
		border-radius: 0;
		box-shadow: none;
	}

	#logo
	{
		_border-radius: 0;
		height: auto;
	}

	#logoimage
	{
		margin-right: 12px;
	}

	#logotext
	{
		font-size: 55px;
	}

	#footer
	{
		border-radius: 0;
	}
}

@media only screen and (max-width: 950px)
{
	#content.threecollayout
	{
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
	}

	.coltitle
	{
		grid-area: 1 / 1 / 2 / 3;
	}

	.colone
	{
		grid-area: 2 / 1 / 3 / 2;
	}

	.coltwo
	{
		grid-area: 2 / 2 / 4 / 3;
		padding: 0 0 0 20px;
	}

	.colthree
	{
		grid-area: 3 / 1 / 4 / 2;
	}
}

@media only screen and (max-width: 850px)
{
	#main
	{
		padding-top: 280px;
	}

	#logotext
	{
		font-size: 48px;
		width: 90%;
	}

	#logotext span
	{
		font-size: 16px;
		top: 16px;
		left: 36px;
	}

	#logosubtext
	{
		font-size: 17px;
		top: 6px;
	}

	#gallerypix
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#footer
	{
		flex-wrap: wrap;
		font-size: 24px;
	}

	#footerlinks
	{
		margin: 20px 0 0 0;
		padding-left: 0;
		border: none;
	}

	#content.threeblocklayout
	{
		grid-template-columns: auto;
		grid-template-rows: auto auto auto auto;
		grid-template-areas: "b3titleh1"
			"b3left"
			"b3right"
			"b3bottom";
	}

	/* **** 1+2 Block Layout **** */

	#content.onetwoblocklayout
	{
		grid-template-columns: auto;
		grid-template-rows: auto auto auto;
	}

	#content.onetwoblocklayout .topblock
	{
		grid-area: 1 / 1 / 2 / 2;
	}

	#content.onetwoblocklayout .rightblock
	{
		grid-area: 2 / 1 / 3 / 2;
	}

	#content.onetwoblocklayout .leftblock
	{
		grid-area: 3 / 1 / 4 / 2;
	}

	/* **** 1+2+1 Block Layout **** */

	#content.onetwooneblocklayout
	{
		grid-template-columns: auto;
		grid-template-rows: auto auto auto auto;
	}

	#content.onetwooneblocklayout .topblock
	{
		grid-area: 1 / 1 / 2 / 2;
	}

	#content.onetwooneblocklayout .leftblock
	{
		grid-area: 2 / 1 / 3 / 2;
	}

	#content.onetwooneblocklayout .rightblock
	{
		grid-area: 3 / 1 / 4 / 2;
	}

	#content.onetwooneblocklayout .bottomblock
	{
		grid-area: 4 / 1 / 5 / 2;
	}

	/* **** Upcoming Events Box (Home page) **** */

	.eventbox
	{
		width: 80%;
		margin: 0 auto;
	}

	.evtitle, .evtitle.evhome
	{
		font-size: 28px;
		padding: 6px;
	}

	.crabgif
	{
		display: none !important;
	}
}

@media only screen and (max-width: 750px)
{
	#logotext
	{
		font-size: 44px;
	}

	/* **** Upcoming Events Box (Home page) **** */

	.eventbox
	{
		width: 90%;
	}
}

@media only screen and (max-width: 700px)
{
	#headerblock, #footer
	{
		position: static;
	}

	#footer
	{
		flex-wrap: wrap;
		width: auto;
		font-size: 28px;
	}

	#main
	{
		padding: 30px 0 30px 0;
	}

	#logotext
	{
		font-size: 40px;
	}

	img
	{
		max-width: 90%;
		display: block;
		clear: both;
	}

	.rightblock
	{
		display: flex;
		justify-content: center;
	}
}

@media only screen and (max-width: 600px)
{
	#logotext
	{
		font-size: 38px;
	}

	#logosubtext span
	{
		display: block;
		height: 2px !important;
	}

	.imgr, .imgl
	{
		float: none;
		display: block;
		margin: 0 auto;
	}

	#content.threecollayout
	{
		grid-template-columns: auto;
		grid-template-rows: auto auto auto auto;
	}

	.coltitle
	{
		grid-area: 1 / 1 / 2 / 2;
	}

	.colone
	{
		grid-area: 2 / 1 / 3 / 2;
	}

	.coltwo
	{
		grid-area: 3 / 1 / 4 / 2;
		margin: 0 0 0 0;
	}

	.colthree
	{
		grid-area: 4 / 1 / 5 / 2;
	}

	#footer
	{
		font-size: 15px;
		line-height: 2em;
	}
}

@media only screen and (max-width: 550px)
{
	#main
	{
		background: none;
		margin: 0;
	}

	#logo
	{
		text-align: center;
		margin-top: 5px;
	}

	#logotext
	{
		font-size: 30px;
	}

	#content, #content p
	{
		font-size: 16px;
		padding: 5px;
	}

	#content h1
	{
		font-size: 24px;
	}
}

@media only screen and (max-width: 450px)
{
	#logotext
	{
		font-size: 28px;
	}
}

