body{
	background-color: #9dac88;
	background-image: url("../assets/images/site/hubbardtonbackdrop.png");
	background-size: cover;
	 background-attachment: fixed;
}

main{
	max-width: 1020px;
	background-color: #eee6d5;
	background-image: url("../assets/images/site/parchment3.gif");
	border-radius: .5em;
	padding: .25em 1em;
	margin: 1em auto;
}

hr{
	/* border: 2px solid #214721; */
	border: 0;
	height: 30px;
	background-image:url("../assets/images/site/Dividerbig.gif");
	background-repeat: no-repeat;
	background-position: center;
}

p, h1, h2, h3, table{
	font-family: "Adobe Caslon Pro", Garamond, serif;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

img{
	border: 1px solid black;
}

.largeQuote{
	font-style: italic;
	font-size: 1.5em;
}

.column{
	float: left;
	text-align: center;
}

.left, .right{
	width: 25%;
}

.middle{
	width: 48%;
	vertical-align: middle;
	/*
	border: 2px solid #febc44;
	border-radius: 1em;
	*/
	padding: .25em;
}

/* Clear floats after the columns */
.row:after{
	content: "";
	display: table;
	clear: both;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 60%;
  padding: 1em;
}

address{
	font-size: .75em;
	padding: .5em;
}

.contentColumn{
	float: left;
	width: 48%;
	padding: .5em;
	text-align: center;
}

.mainContent:after{
	content: "";
	display: table;
	clear: both;
}

.sidebar{
	border: 2px solid #febc44;
	border-radius: 1em;
	padding: .25em;
	margin: .5em;
	width: 23%;
}

footer{font-size: .75em;
}

h1, h2{
	text-align: center;
}

h3{
		font-size: .75em;
	}
	
.list{
	text-align: left;
	font-family: "Adobe Caslon Pro", Garamond, serif;
}
	
.initCap{
	font-size: 1.5em;
}

button {
  background: #347235;
  background-image: -webkit-linear-gradient(top, #347235, #214721);
  background-image: -moz-linear-gradient(top, #347235, #214721);
  background-image: -ms-linear-gradient(top, #347235, #214721);
  background-image: -o-linear-gradient(top, #347235, #214721);
  background-image: linear-gradient(to bottom, #347235, #214721);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: .5em;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

button:hover {
  background: #347235;
  text-decoration: none;
}

/* NAVIGATION */
.menu{
  display: block;
  z-index: 999999;
  background: #347235;
	background: linear-gradient(to bottom,  #347235,  #214721);
	color: #FFF;
	height: 2em;
	padding-left: 1em;
	border-radius: .5em;
	max-width: 1000px;
	margin: auto;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu,
.menu a {
  color: #fff;
  text-decoration: none;
}

.menu a {
  display: block;
  white-space: nowrap;
}

.menu-dropdown,
.menu input[type=checkbox] {
  display: none;
}

.menu label:hover {
  cursor: pointer;
}

/* narrow styles */
@media screen and (max-width: 1024px) {
  .menu > ul,
.menu-righticon {
    display: none;
  }

  input[type=checkbox]:checked + ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
            animation: grow 0.5s ease-in-out;
  }
}
/* large styles */
@media screen and (min-width: 1025px) {
  .menu > label,
input[type=checkbox] {
    display: none;
  }

  .menu a {
    padding: .25em 1em;
  }

  .menu > ul > li {
    display: inline-block;
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    display: block;
    -webkit-animation: grow 0.5s ease-in-out;
            animation: grow 0.5s ease-in-out;
  }

  .menu-hasdropdown > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1c7c17;
	
	border-radius: 0 0 .5em .5em;
  }
  
  .menu-hasdropdown > ul > li > ul {
	  background-color: #42ac3b;
	  border-radius: 0 .5em .5em .5em;
  }

  .menu-hasflyout > ul {
    left: 100%;
    top: 0;
  }

  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
/* look and feel only, not needed for core menu*/
@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.menu-dropdown a {
  padding: .5em 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* narrow  */
@media screen and (max-width: 1024px) {
  .menu > label {
    background: #347235;
	background: linear-gradient(to bottom,  #347235,  #214721);
    display: block;
    text-align: center;
	padding: .25em 0em;
  }

  .menu a {
    padding: 1em 1em;
	background-color: #347235;
  }

  .menu > ul i {
    float: right;
    padding: .25em .5em;
    background: #347235;
  }

  .menu-dropdown a {
    background: #1c7c17;
  }

  .menu-hasflyout > ul a {
    background: #347235;
  }
}
@media screen and (min-width: 1025px) {
  .menu {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px){
	.column, .contentColumn{
		width: 98%;
		padding: 0;
	}
	
	p{font-size: 1em;
	  padding: .5em;
	}
	
	.largeQuote{
	font-size: 1em;
	}
	
	.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
	}
}

	.albumthumb{width: 160px;
	font-size: .75em;
	text-align: center;
	padding: 4px;
	display: inline-block;
}