body {
	font-family: 'Arsenal', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #3d3d3d;
}

a:link, a:visited {
	color: #3d3d3d;
	text-decoration: none;
	border-bottom: solid 1px #333333;
	}
 a:link.slicknav_btn,
 a:visited.slicknav_btn {
    border: solid 1px #a4a4a4!important;
}
a:hover, a:active {
	color: #3d3d3d;
	text-decoration: none;
	}
ul li {
	margin-bottom: 7px;
}
img, .wp-caption, object, embed, video {
	max-width: 100%;
	height: auto;
}

#wrapper {
	text-align: center;
	max-width: 960px;
	margin: 2em auto;
}

.content {
	margin-top: 1em;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.menucontainer {
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 12px 0;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}

#menuwrapper, .menuwrapper {
    text-align: center;
    font-size: 19px;
}
#menuwrapper ul,
.menuwrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#menuwrapper li, .menuwrapper li {
    display: inline;
}
.menuwrapper li a:link, .menuwrapper li a:visited,
#menuwrapper li a:link, #menuwrapper li a:visited
{
    display: inline-block;
    color: #5e5e5e;
    text-align: center;
    padding: 14px 16px;
    border-bottom: none!important;
	border-right: solid 1px #cccccc;
}
.menuwrapper li:last-of-type a,
#menuwrapper li:last-of-type a {
	border-right: none;
}
.menuwrapper li a:hover,
#menuwrapper li a:hover {
    background-color: #f1fbeb;
}
.menuwrapper li.current_page_item a, .menuwrapper li.current-menu-item a,
#menuwrapper li.current_page_item a, #menuwrapper li.current-menu-item a{
    background-color: #276776;
    color: #ffffff;
}
.slicknav_menu {
    display: none;
}

.box1, .box2, .box3 {
	box-sizing: border-box;
	flex: 33.33%;
	font-size: 17px;
}

.box1 {
	text-align: left;
		padding-left: 1em;
}
.box2 {
	text-align: center;
}
.box3 {
	text-align: right;
	padding-right: 1em;
}
h1, .brandtext {
    font-size: 30px;
    font-weight: normal;
    color: #336666;
    margin-top: 32px;
    letter-spacing: 3px;
}
h2 {
	margin-top: 40px;
    font-size: 24px;
	font-weight: normal;
	color: #336666;
	padding: 12px 6px;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	display: inline-block;
}
h2#otherssay {
	margin-top: 0;
}
h2 span {
	font-size: 18px;
	color: #3d3d3d;
}
#story {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
p {
	margin: 0 0 5px;
	line-height: 1.5em;
}
#content2 {
	text-align: left;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: 1.5em;
	margin-bottom: 8em;
}

#content2 p {
	margin: 0 0 10px;
}

p span.susan1 {
	color: #154753;
}

.box2 span.susan2 {
	color: #457700;
}
#content2 .special {
    max-width: 560px;
	margin: 24px auto 34px auto;
}
.teal {
	color: #336666;
}
.red {
	color: #AC2716;
}
.blue {
	color: #3A88FE;
}

.blue2 {
	color: #6392d7;
}
.smallertext {
	font-size: 16px;
}

a:link.teal, a:visited.teal {
	color: #336666;
	}
	
a:hover.teal, a:active.teal {
	color: #336666;
	}

.center {
	text-align: center;
}

.darkteal {
	color: #033;
}
.pastevent {
	color: #969696;
}
.smalltext {
	font-size: 16px;
}
.mediumtext {
	font-size: 20px;
}
.largetext {
	font-size: 24px;
}

.button {
  background-color: #41797A;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px 26px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
			/* Chrome, Safari */
	-webkit-box-shadow: 5px 5px 15px #A9A18D;
	/* Standard syntax */
	box-shadow: 5px 5px 15px #A9A18D;
	-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}

.button:hover {
  background-color: #30595a;
  color: white;
}

a:link.button, a:visited.button {
	color: #ffffff;
	text-decoration: none;
	}
	
a:hover.button, a:active.button {
	text-decoration: none;
	}

img.center {
	display: block;
	margin: 0 auto;
	/* Add the following properties to the selector to which the effect has to be applied */

	/* Chrome, Safari */
	-webkit-box-shadow: 5px 5px 15px #A9A18D;
	/* Standard syntax */
	box-shadow: 5px 5px 15px #A9A18D;
}

.social {
	margin: 0.25em;
    display: inline-block;
}

.shadow {
		/* Chrome, Safari */
	-webkit-box-shadow: 5px 5px 15px #A9A18D;
	/* Standard syntax */
	box-shadow: 5px 5px 15px #A9A18D;
}

#donations {
	text-align: center;
    padding-top: 2em;
}

/* Media Breakpoint - less than 632px
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:632px) {
#wrapper {
	margin-top: 6px;
	}
.topmenu {
    display: none;
}
.menuwrapper ul {
	padding-left: 0;
	}
.menuwrapper ul li a:link,
.menuwrapper ul li a:visited {
	border: none;
	padding: 10px 16px;
	}
.slicknav_menu {
    display: block;
    text-align: center;
    width: 100%;
}
.slicknav_btn {
    display: inline-block;
    float: none;
    text-align: center;
}
.slicknav_nav li {
    display: block;
    text-align: center;
    font-size: 17px;
}
.content {
  flex-direction: column;
}
.box1, .box2, .box3 {
	text-align: center;
	padding: 1em;
}
.box1 {
	order: 2;
}
.box2 {
	order: 1;
}
.box3 {
	order: 3;
}
}
	
	
