* { 
    margin: 0;
    padding: 0;
    //border: 0;
}

.wrapper { 
    background-color:#C8DDA2;
    width: 80%;
    /* can be percentage or pixel width */
    margin: 30px auto;
    /* 5px top/bottom, auto left/right */
    padding: 30px;;
    color:#5B5B5B;
    line-height: 40px;
}

#navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 25px;
    color:white;
    background-color: black;
    padding: 10px 1px;
    margin-bottom:1px;
    text-align: center;
}

#search {
    display:inline;
    float: right;
}

#web {
    float: left;
    font-family: 'Paytone One', cursive;
    color: #D85724;
}

.img {
    border-radius: 50%;
    width: 500px;
    height: 400px;
    margin: 0 50px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
                 /*考虑浏览器兼容性*/
                 -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
                 -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.imgg {
    border-radius: 20%;
    width: 500px;
    height: 350px;
    margin: 0 50px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
                 /*考虑浏览器兼容性*/
                 -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
                 -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.iimg {
    border-radius: 5%;
    width: 360px;
    height: 310px;
    margin: 0 20px;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
                 /*考虑浏览器兼容性*/
                 -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
                 -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

#skip-links {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

#skip-links a:focus{
position:static;
width:auto;
height:auto;
}


ul {
    text-align: center;
}

#content{
	width:100%;
	margin: 0;
	padding: 0;
}

#maincontent {
    margin-bottom: 150px;
    text-align: center;
}

#main-content {
    float: left;
    width: 60%;
    margin-right: 20px;
    background-color: rgba(255,245,215,0.8);
    border-radius:10px;
    padding: 2%;
}

#secondary-content {
    float: left;
    width: 30%;
    margin-bottom: 100px;
    background-color: rgba(56,118,29,0.8);
    border-radius:10px;
    padding: 2%;
    font-family: 'Fira Sans', cursive;
    font-size: 20px;
    color: azure;
}

#secondarycontent {
    height: 400px;
}

#main--content {
    float: right;
    width: 60%;
    margin-left: 20px;
    margin-bottom: 80px;
    background-color: rgba(222,208,165,0.8);
    border-radius:10px;
    padding: 2%;
}

#secondary--content {
    float: right;
    width: 30%;
    margin-bottom: 100px;
    background-color: rgba(56,118,29,0.8);
    border-radius:10px;
    padding: 2%;
    font-family: 'Fira Sans', cursive;
    font-size: 20px;
    color: azure;
}

#main---content {
    width: 100%;
    margin-bottom: 80px;
    background-color: rgba(242,216,135,0.8);
    border-radius:5px;
    padding: 2%;
}

#secondary---content {
    width: 100%;
    margin-bottom: 100px;
    background-color: rgba(56,118,29,0.8);
    border-radius:5px;
    padding: 2%;
    font-family: 'Fira Sans', cursive;
    font-size: 20px;
    color: azure;
}

li {
    display: inline;
    list-style-type:upper-alpha;
}

#header{
    margin-top: 30px;
}

img{position: relative; height: auto; width: auto\9; width:100%;margin-top: 45px;}

#head{
    color:azure;
    position:absolute; 
    z-index:2; 
    left:31%;
    top:75%;
}

h2 {
    font-family: 'Caveat Brush', cursive;
    font-size: 40px;
    text-decoration: overline 5px;
    text-align: center;
    background-color: rgba(255,245,215,0.8)
}

h3 {
    color: #783F04;
    font-family: 'Caveat Brush', cursive;
    font-size: 30px;
}

body {
    background-color: #C8DDA2;
}

#footer {
    float: left;
    width: 100%;
    background-color: beige;
    margin: auto;
    height: 240px;
    font-family: 'Indie Flower', cursive;
    font-size: 18px;
}

a:link, a:visited, a:active { 
    color:white; text-decoration: none; font-weight: bold;
}

a:hover { 
    color:#783F04; text-decoration: underline; font-weight: bold;
}

.current {
    text-decoration: underline; font-weight: bold; color:#C8DDA2;
}

#main-content {
    margin-bottom: 100px;
}

.section_border { 
    margin:10px 40px 20px 40px; 
    border-style: solid;
    border-color:dimgray;
    box-sizing: border-box;           
    padding: 15px;
    background-color: rgba(255,245,215,0.5);
}

.section_title {
    clear:both; color:#D85724; font-size:95%; font-weight:bold; padding:15px;
}

h1 {
    font-family: 'Paytone One', cursive;
    font-size: 60px;
    color:#783F04;
    margin-top: 50px;
    margin-bottom: 90px;
    text-align: center;
}



/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 15px;
	margin: 0px;
}


/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
    float: left;
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
    border-style: solid;
    border-radius: 15px;
    box-sizing: border-box;           
    padding: 15px;
    border-bottom-color: dimgrey;
    border-width: 2px;
}

.coll {
    display: block;
	float:left;
	margin: 1% 0 1% 1.5%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
    float: left;
	width: 100%; 
}

.span_2_of_3 {
    float: left;
	width: 66.13%; 
}

.span_1_of_3 {
    float: left;
	width: 32.26%; 
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 20%; 
}

.span_3_of_4 {
	width: 20%; 
}

.span_2_of_4 {
	width: 20%; 
}

.span_1_of_4 {
	width: 20%; 
}


/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
    margin-top: 100px;
	width: 15%;
    height: 150px;
    margin-left: 30px;
}

.span_4_of_5 {
  	margin-top: 100px;
	width: 15%;
    height: 150px;
     margin-left: 30px;
}

.span_3_of_5 {
  	margin-top: 100px;
	width: 15%;
    height: 150px;
     margin-left: 30px;
}

.span_2_of_5 {
  	margin-top: 100px;
	width: 15%;
    height: 150px;
     margin-left: 30px;
}

.span_1_of_5 {
  margin-top: 100px;
	width: 15%;
    height: 150px;
     margin-left: 30px;
}

.section group {
    float: left;
}








/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
    }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}