/* 
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
		License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* 
		That's it for the "reset".  From here on is my own code:
		"GENERAL" stuff is used for all of my sites, and
		"CUSTOM" stuff is for a specific instances...
*/




body, html {
	height: 100%;
	font-optical-sizing: auto;
}

body {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	line-height: 1.5;
}

h1, h2, h3, h4 { line-height: 1.3; }

h2 {
	margin: 2em 0 .25em 0;
	font-size: 150%;
	color: #45678b;
	font-weight: 500;
}

h3 {
	margin: 0 0 .5em 0;
	font-size: 120%;
	color: #4a4a4a;
	font-weight: 500;
}

h4 {
	margin: 0 0 .5em 0;
	font-size: 120%;
	color: #4a4a4a;
	font-weight: 500;
}

h1.spacer, h2.spacer, h3.spacer, h4.spacer {
	margin-top: 2.5em;
}


p {
	margin-bottom: 1em;
}

hr {
	height: 0; border: none; border-top: 2px solid #000;
}

ul.bullet li {
	list-style: circle;
  margin-left: 35px;
}

div#main_content {
	display: flex;
	gap: 0;
  justify-content: center;
}

div#hero {
	width: 55%;
	/* background-color: Yellow; */
	background-image: url(../images/lighthouse.jpg);
	background-size: cover;
	position: sticky;
	top: 0;
}
		div#grill { display: none; }

main {
	width: 45%;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	overflow-y: scroll;
}

		#content { 
			padding: 0 2em;
			/* min-height: 100vh; */
			box-sizing: border-box;
		}

img#logo {
	margin-top: 4em;
	width: 60%;
	max-width: 400px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

header {
	position: sticky;
	top: 0;
	height: 44px;
	width: 100%;
	background-color: #45678b;
}

footer {
	position: relative;
	height: auto;
	width: 100%;
	display: flex;
	gap: 5px;
	justify-content: space-between;
	padding: 5px 0;
	/* background-color: #45678b; */
	color: #000;
}

footer div { padding: 0 11px; font-size: 75%; }
footer a:link, footer a:visited, footer a:hover, footer a:active {
	color: #000; text-decoration: none;
}

footer a:hover { text-decoration: none; }

header nav ul {
	display: flex;
	font-size: 130%;
	justify-content: center;
}

header nav ul li {
  padding: .4em 1em 0 1em;
	/* font-weight: bold; */
	font-size: 90%;
}

header nav a:link, header nav a:visited, header nav a:hover, header nav a:active {
	color: #fff;
	text-decoration: none;
}

		header nav a:hover { text-decoration: underline; }



/* BOTTOM LINKS */
nav#bottom_links {
	margin-top: 2.5em;
}

		nav#bottom_links ul {
			display: flex;
			justify-content: center;
		}

nav#bottom_links li {
  padding: 10px;
}

nav#bottom_links a:link, nav#bottom_links a:visited, nav#bottom_links a:hover, nav#bottom_links a:active {
	color: #000;
	text-decoration: underline;
}

nav#bottom_links a span { display: none; }





/* GOOGLE MAP */
.google_map {
	 margin-top: 15px;
	 padding-bottom: 50%;
	 position: relative;
}

.google_map iframe {
	 height: 100%;
	 width: 100%;
	 left: 0;
	 top: 0;
	 position: absolute;
}


div#social_media {
	display: flex; 
	justify-content: center;
	padding-top: 20px;
}

	 
	div#social_media a:link, div#social_media a:visited, div#social_media a:hover, div#social_media a:active {
    color: #45678b;
    text-decoration: none;
    padding: 0 1em;
    font-size: 200%;
	}




/* FOOTER effect */
@media all and (max-width: 1700px) { 
	header nav a span { display: none; }
}

/* FOOTER effect */
@media all and (max-width: 1360px) { 
	footer { 
		height: auto; 
		flex-direction:column;
		justify-content: center;
		padding: 5px 0;
	}
	footer div { text-align: center; font-size: 80%;   }
}

/* MOBILE starts when narrower than 830px */
@media all and (max-width: 1000px) { 
	
	div#main_content {
		flex-direction:column;
		gap: 0;
	}
	
	div#hero, main { 
		width: 100%;
		box-sizing: border-box;
	}
	
	div#hero { height: 36vh; position: relative; }
			div#grill { display: inline-block; top: 5px; right: 6px; color: White; position: absolute; }
	
	main 		{ height: auto; overflow: hidden;  }
	div#content { padding: 0 1.5em; } 
	header { display: none; }
	
	img#logo {
		margin-top: 4em;
	}
	
	nav#bottom_links ul { 
		flex-direction:column;
	}
	
			nav#bottom_links li { padding: 0 0 .5em 0; }
			nav#bottom_links a span { display: inline-block; text-decoration: underline; }
		
		
		.google_map { padding-bottom: 80%; }
		
}

body.css 					{ background-color: limegreen; color: green; }
body.css header 	{ background-color: pink; }
body.css footer 	{ background-color: pink; }
body.css main 		{	background-color: cyan; }
body.css img#logo { background-color: #fff; }

body.events a.events { text-decoration: underline; }
body.donate a.donate { text-decoration: underline; }
body.contact a.contact { text-decoration: underline; }


h2 span {
	color: #000; font-size: 18px; font-weight: normal;
}	

div.box {
	background-color: #45678b;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	padding: 2px 8px; 
	font-size: 80%;
}

div.box a:link, div.box a:visited, div.box a:hover, div.box a:active { color: #fff; text-decoration: none; }
div.box a:hover { text-decoration: underline; }














/* off_screen_menu */
.off_screen_menu li { padding: 11px 0; }

.off_screen_menu a {
	color: #fff;	
	text-decoration: none;
}

.off_screen_menu {
    background-color:  rgb(34, 37, 49);
    height: 100vh;
    width: 100vw;
    max-width: 100vw;
    position: fixed;
    top: 0;
    right: -100vw;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    transition: .3s ease;
		z-index: 1;
}
.off_screen_menu.active {
    right: 0;
}




#grill {
    padding: 5px 8px;
    display: flex;
    background-color: rgb(34, 37, 49);
		z-index: 2;
}



/* ham menu */
.ham_menu {
    height: 25px;
    width: 20px;
    margin-left: auto;
    position: relative;
}
.ham_menu span {
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham_menu span:nth-child(1) {
    top: 25%;
}
.ham_menu span:nth-child(3) {
    top: 75%;
}
.ham_menu.active span {
    background-color: white;
}
.ham_menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham_menu.active span:nth-child(2) {
    opacity: 0;
}
.ham_menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

