body {
	background: #aaa;
	font-size:10vw;
	margin: 0px;
}
img {
	max-width:100%;
	filter: contrast(110%);
}

a, a:link, a:visited, a:active {
  color: white;
  text-decoration: none;
}
a:hover {
	color: white;
	text-shadow: -1px -1px rgba(1,1,1,1.5), 1px 1px rgba(255,255,255,1.5);
}
div#content a:link,div#content a:visited,div#content a:active,div#content a:hover {
  color: black;
  text-decoration: none;
  text-shadow: none;
}

.header {
	background: rgb(82 118 187 / 40%);
	height: 100px;
	width: 100%;
}
.logo {
	font-size: 16px;
    font-family: sans-serif;
	color: white;
	display: inline;
    position: absolute;
	margin: 15px;
  width: 97%;
  font-weight: 600;
}
.headerMenu {
	background: #415b8b;
    height: 22%;
    width: 100%;
    top: 73%;
    position: relative;
    border-top-style: ridge;
    text-align: center;
	display: flex;
	justify-content: center;
}
.menuItem {
	font-size: 12px;
    font-family: sans-serif;
    display: table-cell;
    padding-right: 2vw;
    color: white;
    position: relative;
    top: 3px;
	margin-left: 2vw;
}
.menuItem:hover {
	/*box-shadow: 1px 1px 1px 1px white;*/
    text-shadow: -1px -1px rgba(1,1,1,1.5), 1px 1px rgba(255,255,255,1.5);
    z-index: 100;
}
.container {
	background: #ccc;
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}
.carouselContainer {
	position: relative;
	height: 10vw;
}
.navigation {
	background: #586e81db;
    height: 100vw;
    width: 120px;
    padding: 10px;
}

.content {
	background: white;
    height: 100%;
    width: 100%;
    font-family: sans-serif;
    font-size: 10px;
    color: black;
}

.footer {
	background: #1a0808;
    height: 90%;
    width: 100%;
	font-family: san-serif;
	font-size: 9px;
	text-align: center;
	color: white;
}
.nav-toggle {	    
    height: 10px;
    width: 10px;
    top: 3%;
    left: 2%;
    position: absolute;
	display: none;
}


.menuToggle {
	font-size: 9px;
	top: -20%;
	left: 5px;
	position: absolute;
	color: white;
	display: none;
	font-family: sans-serif;
}

li {
  font-family: sans-serif;
  font-size: 10px;
  margin-bottom: 5px;
}
ul {
  padding: 7px;
  padding-top: 3px;
  margin: 0px;
  list-style: none;
}

table, th, td {
  border: 1px dotted;
   padding: 5px;
   background-color: cornsilk;
   text-align: left;
   vertical-align: top;
   height: 100%;
}

.search { display: flex; }

input[type=text] {
  width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 10px;
  background-color: white;
  transition: width 0.4s ease-in-out;
  background-size: 12px 12px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
input[type=password] {
  width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 10px;
  background-color: white;
  transition: width 0.4s ease-in-out;
  background-size: 12px 12px;
  display: block;
    margin: 0 auto;
    width: 100%;
}
input[type=date] {
  font-family: sans-serif;
  color: darkblue;
}
#search input[type=text] {
  width: 205px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  background-color: white;
  background-image: url('../img/searchicon.png');
  background-position: 2px 2px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 15px;
  transition: width 0.4s ease-in-out;
  background-size: 12px 12px;
  margin: 0;
}

#search input[type="text" i] {
  writing-mode: horizontal-tb !important;
  padding-block: 1px;
}

#search input[type=text]:focus {
  width: 50%;
}

.login { 
  float: right; 
  display: inline-flex; 
  position: absolute;
  top: 73%;
  left: 69%;
}
.supfp { float: right; display: grid;}
#login input[type=button] {
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 66px;
  font-size: 10px;
  background-color: #525e99;
  color: white;
  font-weight: bolder;
  border-color: ghostwhite;
}

#login a{
  font-size: 6px;
  font-weight: bold;
}
#supfp {
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  font-style: italic;
}



.card-cell { width: 33%; float: right;}
.td-cell{display:flex; flex-wrap: nowrap; align-items: center;}
.td-cell-ds { width: 100%; height: 100%;}
.td-cell-im { padding: 5px; float: left; width: 20%; height: 20%;}
.cell-tx-1 { padding: 5px; font-weight: 700; } 
.cell-tx-2 { padding: 5px; font-weight: 300;} 
.cell-tx-3 { padding: 5px; font-weight: 100;}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.menu-conent-line {
  width: 100%;
  background-color: #301010db;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0 8px 10px 5px;
  border: 1px solid #888;
  width: 40%;
  display: grid;
  color: brown;
  font-weight: bolder;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-home:before {
  content: "\f015";
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


@media screen and (max-width: 800px) {
  .content {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
  .navigation {
  display: none;
  border-style: groove;
  top: -4%;
  left: 5px;
  position: absolute;
  background: #301010db;;
  }
  .nav-toggle, .menuToggle {
	display: block;
  }
  input[name="navToggle"] {
	display: block;
  }
  li {
    font-size: 10px;
  }
  .menuItem {
	font-size: 2vw;
  }

  #search input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 8px;
    background-color: white;
    background-image: url('../img/searchicon.png');
    background-position: 2px 2px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 15px;
    transition: width 0.4s ease-in-out;
    background-size: 10px 10px;
  }
  
  #search input[type="text" i] {
    writing-mode: horizontal-tb !important;
    padding-block: 1px;
  }
  
  #search input[type=text]:focus {
    width: 90%;
  }
  .logo {
    font-size: 14px;
    font-family: sans-serif;
    color: white;
    display: inline;
    position: absolute;
    margin: 15px;
    width: 97%;
    font-weight: 600;
}
input[type=text] {
  width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 7px;
  background-color: white;
  transition: width 0.4s ease-in-out;
  background-size: 12px 12px;
  
}
input[type=password] {
  width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 7px;
  background-color: white;
  transition: width 0.4s ease-in-out;
  background-size: 12px 12px;
  display: block;
    margin: 0 auto;
    width: 100%;
}
#login input[type=button] {
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 66px;
  font-size: 7px;
  background-color: rosybrown;
  color: white;
  font-weight: bolder;
  border-color: ghostwhite;
}  
.login { 
  float: right; 
  display: inline-flex; 
  position: absolute;
    top: 105%;
    left: 0%;
}
}
