html, body {
  color: #5b6064;
  font-family: 'Noto Sans', sans-serif;
  height: 100%;
  margin: 0;
}

.navbar {
  background-color: white;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.navlogo {
  display: inline-block;
  height: 40px;
	vertical-align: bottom;
}

.navbar a {
  float: left;
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
}

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

.dropdown .dropbtn {
  font-size: 18px;  
  border: none;
  outline: none;
  color: #666;
  padding: 12px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  color: black;
}

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

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

.dropdown-content a:hover {
  background-color: #e0e0e0;
	color: black;
}

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

.title-help {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 36px;
}

.help-link {
  color: #666;
  display: inline-block;
  font-size: 11px;
  padding-left: 4px;
  text-decoration: none;
}

.help-link:hover {
  color: #222;
  text-decoration: underline;
}

#page-main {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -35px;
}

#page-footer, #push {
  clear: both;
  height: 35px;
}

#page-footer {
  background-color: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.footer-text {
  color: #666;
  font-size: 12px;
}

.content-section {
  border-top: 1px solid #ebebeb;
}

.text-area {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.container {
  padding: 10px 36px;
}

h1 {
  color: #b6250e;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  color: #b6250e;
  font-size: 20px;
  font-weight: 500;
  margin: 4px 0 4px;
  text-align: left;
}

h3 {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  margin: 2px 0 2px;
  text-align: left;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

h5 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  text-align: center;
  font-style: italic;
}

h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 4px;
  text-align: left;
}

.list-text {
  border-spacing: 0;
  padding: 0;
}

.list-text th {
  text-align: left;
}

.list-text td {
  text-align: left;
  vertical-align: top;
}

.list-text td b {
	white-space: nowrap;
}

.list-border td {
  padding: 4px;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
}

.button:hover {
  background-color: #ff9700;
  border-color: #f47800;
  color: #ffffff;
}

.button {
  background-color: transparent;
  border: 3px solid #ff9700;
  border-radius: 8px;
  color: #ff9700;
  cursor: pointer;
  display: inline-block;
  font: 400 20px 'Noto Sans';
  padding: 8px 26px;
  text-align: center;
  text-decoration: none;
  margin: 8px;
}

.action-link {
  color: #4285F4;
}

.title-link {
  color: #4285F4;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.logo {
  width: 90%;
  max-width: 100px;
  margin-top: 20px;
}

.small-photo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
@media(max-width: 500px) {.small-photo {width: 100px;}}

.mid-photo {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;	
}

.large-photo {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inline-photo {
  width: 100%;
  max-width: 450px;
  display: inline-block;
}

.video {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  background: center no-repeat;
  background-size: cover;
  position: relative;
  height: 490px;
}

table td {
  padding-right: 1em;
}

a {
  text-decoration: none;
}

.line {
  padding: 8px 0 8px;
}

ul {
  margin-block-start:0;
}
