*, ::before, ::after{vertical-align:top;}   

body{
    background-image:url("images/p9mUO.jpg");
    font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";   
	background-attachment: fixed;
	background-size: cover;
}

.list-unstyled li{
    margin:5px auto;    
}
.fa{ margin-right:10px}
#slideshow { 
    margin: 0px auto;
    width: 65%; 
    max-width:800px; 
    height: auto; 
}

/* make sure each slide image is centered */
#slideshow img {
	max-width:100%;
	max-height:100%;
	box-shadow:2px 2px 10px
}

.headbox{
	margin-left:7vw;
	margin-top:12%;
    color: #555;
    text-align: left;
    padding:2px;           
    width: 66%;
}


.headbox h1{font-family: Tangerine;}
.headbox h3{
    font-family: Tangerine;
    /* margin-left:80px; */
    text-align: center;
    margin-top:-20px;
}

.footer{
    width:75%;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    font-size:8pt;
    border-width:1px 0 0 0;
    border-style:solid;
    border-color:gray;
    text-align:center;
}

.chunk {
    text-align: center;
    background: url("images/treeground.png");
    background-color: white;
    background-size: contain;
    display: block;
    margin-top:5px;
    margin-bottom:30px;
    margin-left:auto;
    margin-right:auto;
    max-width: 840px;
    min-width: 400px;
    width:90%;        
    padding:0px;
    border-style: solid;
    border-width: 1px;
    padding-bottom:5px;
    background-position: inherit;
    background-repeat: no-repeat;
}

input, label{display:block}
label{margin-top: 20px;}

.linkbar a{
    border-color: grey;
    border-style: solid;        
    margin: 0px;
    color: #555;
}

.linkbar a:first-child{border-style:none}

.linkbar{
    margin-top:10px;
    margin-bottom:20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.eventcontent{
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}

    
.eventcontent::-webkit-scrollbar {width: 8px;}
/* Track */
.eventcontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;

}
 
/* Handle */
.eventcontent::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(180,180,180,0.9); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}


  
.maincontent{
    text-align:left;
    margin-bottom: 30px;
    background: linear-gradient(rgba(255,0,0,0) 150px, rgba(255,255,255,1) 400px)
}
.maincontent .row{
    padding-top:0px !important;
    margin-left:0;
    margin-right:4%;
}
.maincontent p{
    text-align: left;
    padding-left:15px;
    padding-right:15px;
}

.maps{text-align:center;}

hr{margin-top:30px; margin-bottom:30px;}
    

 
@media (max-width: 480px) {
	.linkbar a{
		font-size:0.8em;
		border-width: 0 0 0 1px;
		padding: 0 1%;
	}
	.headbox h1{font-size:3.5em}
	.headbox h3{font-size:2.5em; margin-left:40px !important;}
    html {
        font-size: 12px;
    }
}

@media (min-width: 480px) {
	.linkbar a{font-size:0.8em;
		border-width: 0 0 0 2px;    
		padding: 0 2%;
	}	
	.headbox h3{font-size:3em;}
	.headbox h1{font-size:4em}
    html {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
	.linkbar a{font-size:1em;}
	.headbox h1{font-size:7em}
	.headbox h3{font-size:5em}
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
	.headbox h1{font-size:7.5em}
	.headbox h3{font-size:6em}
    html {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}
