*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: omnes-pro, sans-serif;

}

body {
  overflow: hidden;
  height: 100vh;
}
.wrapper {
  height: 100%;
	display: flex;
	flex-direction: column;
}
header  {
  position: relative;
  
  display: flex;
  transition: 0.6s;
  height:9%;
  padding-bottom: 2px;
}
header .nav {
  align-items: center;
  margin: auto;
}

.right {
  float: right;
}


header .logo {
  height: 150%;
  margin-left: 20px;

  margin-top: 10px;
}




header a {
  position: relative;
  text-align: center;
  align-items: center;
  
  text-decoration: none;
  text-transform: uppercase;
  color: darkgreen;
  letter-spacing: .2em;
  font-size: larger;
  top: 1em;
  height: 3em;
  padding: .5em;
}

span {
  position: absolute;
  display: block;
  background: darkgreen;

}

span:nth-child(1) {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.25s;
}
a:hover  {
  color: black;
  text-shadow: 6px 4px 4px #777777;
  transition: .5s;
  font-weight:500;
}
.currenttab   {
  color: black;
  text-shadow: 6px 4px 4px #777777;
  transition: .5s;
  font-weight:600;
}

a:hover span:nth-child(1) {
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform .5s;

}

a span:nth-child(2) {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

a:hover span:nth-child(2) {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
}
span:nth-child(3) {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s;
}

a:hover span:nth-child(3) {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 0.5s;
}

a span:nth-child(4) {
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

a:hover span:nth-child(4) {
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.25s;
}

old_header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-right: 40px;

}

old_header ul li {
  position: relative;
  list-style: none;
}

old_header ul li a {
  position: relative;
  margin: 0px 15px;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 500;
  transition: 0.6s;
  font-size: 20px;
  text-transform: uppercase;
}

header ul li button {
  margin: 5px 2px;
  padding: 1ch;
  border: none;

}

header ul li a:hover {
  transition: .5s;
  color: green;
  text-shadow: 6px 4px 4px #777777;
  
}
.elements {
  
  height: 95px;
  position: relative;
  width: 30em;
  min-width: 180px;
  overflow: hidden;
  margin: auto;
}







.elements .form {

  align-items: center;
  overflow: hidden;
}
.elements .form input, select, textarea {
  font-size: 150%;
}

.form input {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  border: none;
  outline: none;
}

.form label {
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid black;
}

.form label::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  height: 100%;
  width: 100%;
  border-bottom: 3px solid #008516;
  transform: translateX(-100%);
  transition: .75s ease;
}

.content-name {
  position: absolute;
  bottom: 5px;
  left: 0px;
  transition: all .75s ease;
  font-size: 36px;
}

.form input:focus + .label-name .content-name, 
.form input:valid  + .label-name .content-name {
  transform: translateY(-100%);
  font-size: 22px;
  font-style: bold;
  color: #008516;
}


.form input:focus + .label-name::after,
.form input:valid + .label-name::after {
  transform: translateX(0%);
  
}

.jumbo {
  position: relative;
  top:2em;
}
.sjumbotron {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100% - top);

  overflow-y: auto;
}

.container {

  position: relative;
  flex: 1;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1em;
  justify-content: center;
  border-top:  1px black;
  overflow-y: auto;
}


.container .box {
  width: 300px;
  height: 550px;
  margin-left: 8px;
  margin: 4px;
}

.container .table {
  position: relative;
  overflow-y: auto;
  background-color: grey  ;
  width: 50%;
  border: 2px;
  border-style: ridge;
}

.container .table .details {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
  font-size:16;
  border-collapse: collapse;
  width: 100%;
}

.container .box .imgBox {
  position: relative;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 550px;

}

.container .box .imgBox .details {
  position: relative;
  margin: 10px;
  font-size: 20px;
}

.container .box .imgBox img {
  transition: transform 2s;
  height: 400px;
  width: 100%;

  

}

.container .box:hover .imgBox img {
  transform: scale(1.1);
  transition: transform 1s;
}

.container .box .drilldown {
  position: absolute;
  top: 420px;
  height: 530px;
  left: 10px;
  right: 10px;
  background: rgb(7, 7, 7,.75);
  border-radius: 10px;

  transition: transform .5s;
}

.favorite {
  border-style: solid;
  border-color: gold;
}

.container .box:hover .drilldown {
  cursor: pointer;
  transform: translateY(-410px);
}
.container .box .drilldown .drillcontent {
  position: absolute;
  
 
  color: white;
  width: 100%;

}

.container .box .drilldown .drillcontent h5 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #00bd1f;


}

.container .box .drilldown .drillcontent p {
  margin: 10px 0 0;
  padding: 0;


}


.container .box .drilldown .drillcontent .explore i {
  position: absolute;
  font-size: 20px;
  top:480px;
  left: 33%;
  width: -50%;
  height: -50%;
  transform: translateX(-33%);
  padding: 7px;
  box-shadow: 0 2px 8px rgba(255,255,255,.8);
  border-radius: 50%;
  color: lightgray;
  



}

.container .box .drilldown .drillcontent .explore:hover i {
  
  color: green;
  transition: .5s;
}

.container .box .drilldown .drillcontent .like i {
  position: absolute;
  font-size: 20px;
  top:480px;
  left: 66%;
  width: -50%;
  height: -50%;
  transform: translateX(-33%);
  padding: 7px;
  box-shadow: 0 2px 8px rgba(255,255,255,.8);
  border-radius: 50%;
  



}

.container .box .drilldown .drillcontent .like:hover i {
  
  color: red;
  transition: .5s;
}

.fas {
  color: red;
  transition: .5s;
}

.far {
  color: black;
  transition: .4s;
}

.container .box .drilldown .drillcontent .drilltext {
  position: absolute;
  margin: 10px;
}

.ui-autocomplete { 
  cursor:pointer; 
  overflow-y:scroll;
}    

.inspectlist {
  position: relative;
  width: 100%;
  height: 100%;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #6693bc !important;
  font-weight: bold !important;
  color: #ffffff !important;
} 

.container .table {
  background-color: white;
  width:97%;
  border:0px;
  font-size:18px;
}

.sticky th {
  position: sticky;
  background-color: darkgreen;
  font-weight: 400;
  color: rgb(250,250,250);
  top: 0;
  font-size: 28;

}

.sticky tr .fas {
  color: green;
  padding-left: 1em;
  padding-right: 1em;
}

.sticky tr .fas:hover {
  transition: .5s;
  color: green;
  text-shadow: 6px 4px 8px #777777;
  cursor: pointer;
}