body { 
  width: 100%;
  min-width: 960px;
  max-width: 1600px;
  margin: auto;      
  display: block;
  font-size: 1em;      
  font-family: system-ui;   
  overflow-y: scroll;
  color: rgb(34,41,46);  
  background-color: white;
}

div.menu {
  width: 100%;
  height: 4em; 
  vertical-align: middle;  
  align-items: center;  
  display: flex;
  background-color: white;
}

div.menu img {  
  height: 2.5em;
  margin-left: 2%;
  margin-right: 2%;
}

div.menu p {
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
}

div.menu a {
  text-align: right;
  width: 100%;
  margin-left: 2%;
  margin-right: 2%;
}

div.menu a:link, 
div.menu a:visited {   
  font-size: inherit;          
  color: inherit;
  text-decoration: none;
}

div.menu a:hover {
  color:#a0a0a0;
}

div.submenu {
  position: relative;
}

div.submenu img {
  width: 100%;
}

div.submenu p {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%,-50%);  
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  color: white;  
}

div.content {
  text-align: center;
  width: 95%;
  margin-top: 2em;
  margin-bottom: 2em;  
  margin-left: auto;  
  margin-right: auto;  
}

h1 {
  font-size: 1.8em;
  margin-top: 2em;
  margin-bottom: 1em;
}

table.chart {
  width: 100%;
  text-align: center;
  margin-top: 2em;  
  margin-bottom: 2em;
}

table.chart tr, 
table.chart th, 
table.chart td {
  border-bottom-width: 1;
  border-color: #e0e0e0;
  padding: 5px;
}

table.frame {
  width: 100%;
  font-size: 2em;
  text-align: left;
  margin-top: 2em;  
  margin-bottom: 2em;
}

table.frame tr, 
table.frame th, 
table.frame td {
  border-bottom-width: 1;
  border-color: #e0e0e0;
  padding: 5px;
}

table.frame tr:hover {
  background-color: #f1f1f1;
}

table.frame a:link, 
table.frame a:visited {   
  font-size: inherit;          
  color: inherit;
  text-decoration: none;
}

table.buttons {
  width: 100%;
  font-size: 1em;    
}

table.buttons th,
table.buttons tr {
  margin: 0px;
}

table.buttons td {
  height: 0em;
}

table.buttons button {
  width: 100%;
  height: 3em;
}

table.thumbs {
  border-width: 0px;
}

table.thumbs td {
  vertical-align: top;
  text-align: center;  
  height: 265px;
}

table.thumbs th,
table.thumbs tr {
  height: 0px;  
}

table.thumbs a:link { 
  color: inherit;
  text-decoration: none;
}

table.thumbs a:visited { 
  color: #a0a0a0;
  text-decoration: none;  
}

table.thumbs img {
  display: block;
  margin-left: auto;
  margin-right: auto;  
  margin-bottom: 0.5em;
  width: 230px; 
  height: 175px; 
  object-fit: cover; 
  border-radius: 10px; 
  border: 1px solid lightgray; 
  background-color: lightgray;
}

table.thumbs p {
  padding: 0em 1.2em 1em 1.2em;
  font-size: 0.95em;            
}

button {
  padding-left: 2em;
  padding-right: 2em;
  height: 2em;
  font-size: 1em;    
  border-radius: 3px; 
  border-style: none;
  color: white;  
  background-color: black;
  text-transform: uppercase;
  cursor: pointer;  
}

form {
  width: 100%;
  margin: 1em auto 1em auto;
  font-size: 1em;
}

form label {
  font-weight: normal;
}

form input[type=submit] {
  padding-left: 2em;
  padding-right: 2em;
  height: 2em;
  font-size: inherit;          
  border-radius: 3px; 
  border-style: none;
  color: white;  
  background-color: black;
  text-transform: uppercase;  
  cursor: pointer;  
}

input[type=text], 
input[type=url], 
input[type=email], 
input[type=password], 
input[type=checkbox], 
select,
textarea,
input:focus,
textarea:focus, 
select:focus {
  width: 25em;
  height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 1px solid rgb(34,41,46);
  border-radius: 3px;
  color:#606060;
  font-size: inherit;  
  box-sizing: border-box;
  outline: none;  
}

a {
  margin: 0.5em;
  text-align: center;
}

a:link, 
a:visited {   
  color: inherit;
  text-decoration: none;
}

a:hover {
  color:#a0a0a0;
}

table.bullet {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

table.bullet tr {
  width: 100%;
}

table.bullet img {
  height: 3em;
}

table.bullet td {
  padding: 1em 0.25em 0.5em 1em;  
  text-align: center;
}

table.bullet p {
  text-align: left;
}

div.subcontent {
  background-color:rgb(240,240,240);
  padding: 2em;
}

table.casestudy {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;  
}

table.casestudy img {
  width: 100%;
}

table.casestudy th {
  width: 30%;  
  padding: 1.5em 1.5em 0.5em 1.5em;  
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

table.casestudy td {
  width: 30%;  
  padding: 0.5em 1.5em 0.5em 1.5em;  
  text-align: center;
  vertical-align: top;
}

div.catchword {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 2em;
  font-style: italic;
  text-align: center;
}

div.footer {
  display: flex;  
  vertical-align: middle;
  bottom: 0px;  
  width: 100%;
  height: 3em;  
  background-color: rgb(34,41,46);
}

div.footer p {
  font-size: 0.85em;
  padding-left: 2em;
  padding-right: 2em;
  width: 50%;
  color:#a0a0a0;
}

div.footer p.left {
  text-align: left;
}

div.footer p.right {
  text-align: right;
}