body {
  margin: 0;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
//  display: flex;
  justify-content: center;
  align-items: center;
}

body.local {
  margin-left: 60px;
  background-color: #eeccee;
}

body.remote {
  margin-left: 60px;
  background-color: #cceecc;
}

body.client {
}

body.auth {
  width: 35em;
  margin: 0 auto;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

div.label {
    border-top: 2px solid #999999;
    margin-top: 20px;
}

div {
  border: 0px solid #22dddd;
}

div#page {
   width: 100%;
   margin: 0;
   text-align: center;
   display: flex;
   flex-direction: column;

   min-height: 100vh;
/*   background-image: linear-gradient(lightblue, yellow, red);
   background-repeat: no-repeat;
   background-attachment: fixed;
*/

}

div#icons img {
    border: 1px solid #dddddd;
}

div.title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px;
  background-size: 100% 100%;
  background-color: #ffffff;
  border-width: 2px 0px 2px 0px;
  border-color: #ffffff;
  border-style: solid;
  margin-top: 2px;
  margin: auto;
}

div.title img {
  height: 46px;
  width: 50px;
  margin-top: auto;
  margin-bottom: auto;
}

h1 {
  font-family: 'NeusaRegular', sans-serif;
  margin-left: 20px;
  color: #222222;
}

div.index div.slide img {
  display: block;
  margin: auto;
}

div.index div.button {
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 26px;
}

div.index div.button button {
  background-color: #808080;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 16px;
  border-radius: 7px;
  cursor: pointer;
  border: none;
  margin-left: 50px;
  margin-right: 50px;
}

div.index div.button button:hover {
  background-color: #606060;
}

a.openNavButton {
  width: 100%;
  align: left;
  border: #ff0000 solid 0px; 
  align-items: left;
  text-align: left;
  font-size: 24px;
  cursor: pointer;
  margin: 0;
}

a.openNavButton:hover {
  color: #999999;
}

a.closeNavButton {
  margin-left: auto;
  margin-right: 16px;
  top: 0;
  right: 18px;
  font-size: 36px;
  line-height: 36px;
  text-align: right;
  cursor: pointer;
}

a.closeNavButton:hover {
  color: #f10000;
}

div.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.8);
  background-image: linear-gradient(rgba(211,211,211,0.9),rgba(255,255,255,0.9),rgba(128,128,128,0.9));
}

div.sidenav a {
  text-decoration: none;
  color: #bbbbbb;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}

div.sidenav a:hover {
  color: #f10000;
}

div.sidenav div.title {
  align-items: flex-start;
  justify-content: space-between;
  background-image: url("title-bg.jpg");
  background-color: #333333;
  border-color: #999999;
  margin-top: 24px;
}

div.sidenav div.title img {
  margin-left: 50px;
}

div.sidenav div.title h1 { 
  font-family: 'NeusaMedium', sans-serif; 
  font-size: 42px;
  color: #ffffff;
  text-align: left;
}

div.menu {
  display: flex;
  flex-wrap: wrap; /* Allow flex items to wrap to the next line */
  justify-content: flex-start; /* Left-justify the content */
  max-width: 100%;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

div.menu div {
  width: 150px;
  height: 150px;
  margin: 15px;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #cccccc;
  border-radius: 10px;
  position: relative;
  padding: 10px;
}

div.menu a {
  color: #333333;
  text-decoration: none;
  z-index: 1;
}

div.menu div:hover {
  border: 2px solid #d92049;
}

div.menu img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 10%;
  top: 0;
}

div.menu p {
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
}

@media screen and (max-height: 450px) {
  div.sidenav {padding-top: 0px;}
//  div.sidenav a {font-size: 18px;}
}

@font-face {
  font-family: 'NeusaBold'; 
  src: url('fonts/Neusa-Bold.woff2') format('woff'); 
}

@font-face {
  font-family: 'NeusaMedium';
  src: url('fonts/Neusa-Medium.woff2') format('woff');
}

@font-face {
  font-family: 'NeusaRegular';
  src: url('fonts/Neusa-Reg.woff2') format('woff');
}


h1 {
  font-family: 'NeusaRegular', sans-serif;
  margin-left: 20px;
  color: #222222;
}

div.menuTitle h1 { 
  font-family: 'NeusaMedium', sans-serif; 
  font-size: 42px;
  color: #ffffff;
  text-align: left;
}

td {
  font-size: larger;
  font-family: Courier, monospace;
}

td.addr {
  font-weight: bold;
}

img.cogs {
  height: 100px;
  width: 89px;
}

img.logo {
  height: 45px;
  width: 50px;
}

pre {
  margin-left: 20px;
  color: #222222;
}

