body{
	font-family:Verdana, sans-serif;
}
#title{
    font-family: Georgia, serif;
    text-align: centre;
    justify-content: centre;
	margin-left: 26%;
	margin-right: 22%;
}
h1,h2,h3,h4{
	font-family: Georgia, serif;
}

#skip-links {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skip-links a {
    color: white;
}

#wrapper{
	width: 90%;
	margin: 5px auto;
	padding: 5px 30px;
	border: solid 1px #04690e;
	border-collapse: collapse;
	color: black;
}
#header{
	width: 100%;
}

#navigation {
    list-style-type: none;
	clear: both;
	padding: 5px 15px;
    margin: 0 -30px;
	list-style-type: none;
	background-color: #04690e;
	color: white;
}
.primarynav {
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
}

.primarynav a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 4px;
}

.primarynav a: hover {
	text-decoration: underline;
	background-color: #5B5B5B;
}
.current {
	border-bottom: solid 3px white;
}

/*style a few links */
.box a{
	color: #0c9c1a;
	text-decoration:none;
}
.box a:hover{
	text-decoration:underline;
}

/* position the content */
.wrapper{
	margin:0 auto;
	width: 960px;
	padding:0 10px;
}

/* style the header and footer */
#header{
	width:100%;
}
#footer {
	width:100%;
	clear:both;
	color:#0c9c1a;
	padding: 5 2% 0 0;
}
	#footer .icons {
    list-style: none;
    padding: 0;
}

.icons li {
    display: inline;
    margin-right: 15px;
	margin-left: 50px;
}

.icons i {
    font-size: 20px;
    color: #000000;
}

.icons i:hover {
    color: #f8faff;
}

/* create the floating boxes */
.box {
   float: left;
   margin: 6px; /*tweak this to fit the screen*/
   padding: 10px;
   width: 285px;
   height: 480px;
   border: 1.5px solid #0c9c1a;
   background-color: white;
} 
/* style the box content */ 
#content {
	float: left;
	width: 100%;
	background-color: #04690e;
}
.box img{
	width: 280px; /* alternatively set the image width in your HTML */
}
.box h3, .box p{
	text-align:center;
}
@media screen and (max-width: 960px) {
	.wrapper{ width:640px;
	}
	
}
@media screen and (max-width: 640px) {
	.wrapper{
		width: 320px;
	}
	h1, h2, h3, h4, p {
		word-wrap: break-word;
	}
	#header {
		padding: 0;
	}
}
  .dark-mode {
background-color: #121212; color: #e0e0e0;
     }
body.dark-mode #wrapper {
    border-color: #2a2a2a;
    background-color: #1a1a1a;
}

body.dark-mode #navigation {
    background-color: #0a4d0a;
}

body.dark-mode .primarynav a {
    color: #e0e0e0;
}

body.dark-mode .box {
    background-color: #000000;
    border: 1px solid #e0e0e0;
}

body.dark-mode .box a {
    color: #e0e0e0;
}

body.dark-mode #footer {
    color: #e0e0e0;
}
body.dark-mode #content, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode p{
	color:#e0e0e0
}

