/* dark-green #84a311;
   light green #c4d681;
   dark blue #03437c;
   beige #f7f8e5;
   orange: #F8F0E5;
*/
body {
	font-family: arial, sans-serif;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

h1 {
	color: #03437c;
}

div {
    display: inline-block;
	vertical-align: middle;
	align-items: center;
}

.logo {
  text-decoration: none;
}

.header {
	justify-content: left;
	align-items: left;
	vertical-align: middle;
	width: 100%;
	background-color: #c4d681;
	color: #03437c;
	position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

.content {
	justify-content: center;
	align-items: center;
	background-color: #F8F0E5;
	padding: 10px;
	box-sizing: border-box;
	min-height: stretch;
	height: stretch;
}

.footer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 99.5%;
	background-color: #c4d681;
	color: #03437c;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Menu Bar */

.navbar {
  overflow: hidden;
  color: #03437c;
  background-color: #c4d681;
}

.navbar a {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #03437c;
  text-align: center;
  text-decoration: none;
  padding: 30px 16px;
  border-style: none none none solid;
  border-color: #f7f8e5;
  border-width: 2px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropdown-button {
  font-size: 16px;
  font-weight: bold;
  color: #03437c;
  background-color: inherit;
  padding: 30px 16px;
  outline: none;
  border-style: none none none solid;
  border-color: #f7f8e5;
  border-width: 2px;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropdown-button {
  background-color: #f7f8e5;
  color: #84a311;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f7f8e5;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #84a311;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a.selected {
  color: #03437c;
}

.dropdown-content a:hover {
  color: #03437c;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.news_canvas {
	float: right;
	max-width: 500px;
	justify-content: top;
	align-items: right;
	background-color: #F8F0E5;
	box-sizing: border-box;
}

.news_canvas2 {
}

.news_canvas3 {
}

.msg_canvas {
}

.link_canvas {
}
