@charset "utf-8";
/* CSS Document */

body {
	background-color:#e5e4e0;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px;
}

img {max-width:100%; height:auto; }

ul {margin:0; 
    padding:0;
    width:100%;
    list-style-type:none;
	font-size:large;
}

ul li a {
	text-decoration:none;
	color:#474745;
	padding:10.5px 11px;
	margin-bottom:10px;
	background-color:#ffffff;
	display:block;
	border-radius:10px;
}

ul li a:visited {color:#ffffff;}
 
ul li a:hover, ul li .current {
	color:black;
	background-color:#dde0d6;
}

nav1
a:link {
	color: #555454;
}
a:visited {
	color: #60615a;
}

/* Declarations for the responsive menu */

@media screen and (max-width: 1680px) {
  
* {
  font-size: 18px;
}
  
label.responsive-nav-label {
    position: relative;
  display: block;
  padding: 20px;
  background: #a8aea8;
  cursor: pointer;
  color: #ffffff;
}
  
label.responsive-nav-label span {
  margin-right: 10px;  
}

nav {
  position: absolute;
  top: -9999px;
  padding: 10px;
}

input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: 0;
}

nav a:after {
  display: none;
}

nav li {
  float: none !important;
  width: 100% !important;
  border-bottom: none !important; 
}
  
nav li a {
  margin-bottom: 10px !important;
  padding: 10px 20px !important; 
  background: #a8aea8;
}
  
nav ul li:hover {
  background: none;
}
  
nav ul li a:hover {
  background: #a8aea8;
}
  
nav ul ul {
  position: relative !important;
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  background: none !important;
  box-shadow: none;
}
  
nav ul ul li {
  padding-left: 20px;
}



  