* { margin: 0;
padding: 0;
//border: 0;
}

body {
    font-family: inherit;
    color:black;
    background-image:url(https://static.wixstatic.com/media/97ebe0_54912a3272bc4a869521c7c23c7a3110~mv2_d_3872_2592_s_4_2.jpg/v1/crop/x_0,y_450,w_3872,h_1691/fill/w_870,h_380,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/hill.jpg);
    margin-left: 30px;
    margin-right: 30px;
}

.wrapper { 
    background-color:rgba(240,255,255,0.5);
    width: 85%;
    /* can be percentage or pixel width */
    margin: 30px auto;
    /* 5px top/bottom, auto left/right */
    padding: 10px 30px;
    color:#5B5B5B;
    line-height: 40px;
}


h1 {
    color:dimgrey;
    font-family: 'Tapestry', cursive;
}

h2 {
    color:cornflowerblue;
}

h3 {
    text-align: center;
    font-family:inherit;
    color:cadetblue;
    line-height: 70px;
}

h4 {
    color:white;
}

h5 {
    font-size: 20px;
}

#skip-links a:focus{
    position:static;
    width:auto;
    height:auto;
}

#skip-links{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

ul {
	clear:both;
	padding: 5px 15px;
	margin: 0 0 10px 0;
	list-style-type:none;
	background-color:azure;
	color:whitesmoke;
}

li {
    display: inline;
    list-style-type:upper-alpha;
    margin: 13px;
}

#header {
	width:100%;
    border-bottom: solid 3px black;
    background-color: azure;
}

#navigation{
    float: left;
	list-style-type:none;
	padding:0;
    width: 70%;
    margin: 0;
}

#content{
	width:100%;
	margin: 0;
	padding: 0;
}

#nav-content{
	float:left;
	width: 13%;
	margin: 1.5em 1.5em;
	border-right: solid 1px grey;
	border-collapse:collapse;
    background-color: azure;
}

#main-content{
    background-color: azure;
	width: 60%;
	float:left;
	margin: 2px;
	padding: 0 1%;
}

#secondary-content {
    width: 20%; 
	float: left;
    font-family: Lora;
    margin: 2px;
}

blockquote {
	margin: 3.5em 1em;
	padding: 5% 10%;
	background-color:cornflowerblue;
	color:white;
    font-style:italic;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
}

a:link, a:visited, a:active { 
    color:black; text-decoration: none; font-weight: bold;
}

a:hover { 
    color:cornflowerblue; text-decoration: underline; font-weight: bold;
}

.current {
    text-decoration: underline; font-weight: bold; color:cadetblue;
}

#footer{
	width:100%;
	color:black;
    clear: both;
}

.section_border { 
    //margin:10px 40px 20px 40px; 
    border-style: solid;
    border-radius: 15px;
    box-sizing: border-box;           
    padding: 15px;
}

.section_title {
    clear:both; color:#D85724; font-size:95%; font-weight:bold; padding:15px;
}

@media screen and (max-width:960px) {
    .wrapper{ width:640px; }

    .wrapper{ 
        margin:0 auto; 
        width: 960px
        padding:0 10px;
    }

    #content{ 
       float:left; 
       width:100%;
    }

    #main-cnotent{
       float: left;
       margin: 6px; /* tweak this to fit screen */ 
       padding: 10px;
       width: 285px; height: 315px;
       border: 1px solid black;
       background-color: white; /* this is new! */ 
    }
}

@media screen and (max-width: 640px){
    .wrapper{ 
        width:320px; 
    }
    
    h1, h2, h3, h4, p{ 
        word-wrap:break-word; 
    } 
    
    #header{ 
       padding:0; 
    }
}