@charset "UTF-8";

body {
	width:100%;
	/*background-color:#B8FFCD;
	background-image:url(../img/bkgd/5756-pageBkgd.png);
	background-repeat:repeat-y;
	background-size:100%;*/
}
iframe, object, embed  {
	max-width: 100%;
}


.center-text {
	text-align:center;
}

.bullet_indent {
	margin-left: 20px !important;
}

img a {
	border:none;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-top:0px;
	padding-bottom:0px;
	margin:0px !important;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Caslon Display', serif;
}

p, li {
	font-size:1.0em;
    font-family: 'Libre Caslon Text', serif;
    font-weight: 400;
}



/* DESKTOP + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.header {
    background-color: rgba(235,216,186,1.00);
    box-shadow: 0px 8px 10px 1px rgba(0,0,0,0.70);
    border-bottom: rgba(119,107,93,1.00) solid 2px;
    margin-bottom: 40px;
}
.header img {
    margin-bottom: 30px;
}
.footer {
    background-color: rgba(235,216,186,1.00);
    margin-top: 30px;
    border-top: rgba(119,107,93,1.00) solid 2px;
    box-shadow: 0px -8px 10px 1px rgba(0,0,0,0.70);
    padding: 20px 0px;
}
.footer p {
    padding-bottom: 10px !important;
    padding-top: 20px !important;
}
.footer a, .footer a:visited {
    color: rgba(119,107,93,1.00);
    text-decoration: underline;
    text-decoration-color: rgba(119,107,93,1.00);
    text-decoration-style: dotted;
    text-decoration-skip: ink;
    transition: .3s;
}
.footer a:hover {
    color: rgba(119,107,93,.6);
     text-decoration-color: rgba(119,107,93,.6);
    text-decoration-style: solid;
}

.common_link a, .common_link a:visited {
    color: rgba(119,107,93,1.00);
    text-decoration: underline;
    text-decoration-color: rgba(119,107,93,1.00);
    text-decoration-style: dotted;
    text-decoration-skip: ink;
    transition: .3s;
}
.footer a:hover, .common_link a:hover {
    color: rgba(119,107,93,.6);
     text-decoration-color: rgba(119,107,93,.6);
    text-decoration-style: solid;
}
.panel_1, .panel_2 {
    max-width: 1000px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.70);
    margin-bottom: 40px;
}
.panel_1, .panel_2 {
    background-color: rgba(235,216,186,1.00);
}
.panel_1A {
    background-color: rgba(255,255,255,0.35);
    border-radius: 6px;
    border:rgba(119,107,93,1.00) solid 2px;
}
.panel_1 img {
    width: 100%;
    height: auto;
}
.panel_1 p, .past_events p {
    font-size: 1.25em;
    line-height: 1.5em;
    text-indent: 20px;
     padding-bottom: 8px !important;
}
.past_events li {
    font-size: 1.25em;
    line-height: 1.5em;
     padding-bottom: 8px !important;
}
.past_events ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.panel_1 li {
    font-size: 1.25em;
    line-height: 1.5em;
    padding-bottom: 8px !important;
    list-style-image: url("../img/misc/9136-sm-bullet.png"); 
}
.panel_1 li ul li {
    font-size: 1.25em;
    line-height: 1.5em;
    padding-bottom: 8px !important;
    list-style-image: url("../img/misc/9136-bullet.png"); 
}
.panel_1 h1 {
    padding-bottom: 10px !important;
    color: rgba(119,107,93,1.00);
    font-size: 2.5em;
}
.panel_1 h2 {
    padding-bottom: 10px !important;
    color: rgba(119,107,93,1.00);
    font-size: 2.25em;
}
.panel_1 h3 {
    padding-bottom: 20px !important;
    color: rgba(119,107,93,1.00);
    font-size: 3.0em;
}
.past_events {
    background-color: rgba(235,216,186,1.00);
}
.past_events {
    max-width: 1000px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.70);
    margin-bottom: 40px;
}
.past_events h2 {
    padding-bottom: 10px !important;
    color: rgba(119,107,93,1.00);
    font-size: 2.00em;
    text-align: center;
}
.past_events h3 {
    padding-bottom: 20px !important;
    color: rgba(119,107,93,1.00);
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center;
}
.donate_btn a, .donate_btn a:visited {
    text-decoration: none;
    background-color: #74685A;
    border: #74685A solid 2px;
    color: #EBD8BA;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px 20px;
    width: 400px;
    border-radius: 8px;
    margin-top: 30px;
    transition: .3s;
}
.donate_btn a:hover {
    background-color: #EBD8BA;
    color: #74685A;
}
.divider {
    border-bottom: rgba(138,126,112,1.00) solid 2px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.float_right img {
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}
.event_btn a, .event_btn a:visited {
    text-decoration: none;
    color: #000;
    transition: .3s;
    padding: 10px;
    border-radius: 8px;
   
}
.event_btn a:hover {
     background-color: #716558;
    color: rgba(235,216,186,1.00);
}

    



/* MOBILE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-width: 0px) and (max-width: 600px) {

    .header_menu {
        margin-top: 20px;
    }
    .panel_1, .past_events {
        width: 100%;
    }


}

/* TABLET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


	
	
}