* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
body {
  margin: 0;
}
/*TOTAL NAVBAR CSS*/

header {
  z-index: 100;
  background-color: white;
  position: sticky;
  top: 0%;
  width: 100%;
  border-bottom: 2px rgb(64, 64, 64) solid;
  margin: 0%;
  padding: 0px;
  display: flex;
  align-items: center;
}
ul {
  overflow-x: hidden;
}

.head {
  display: flex;
}

.inru h1:hover {
  color: rgb(49, 49, 206);
}

.head ul li a:hover {
  color: rgb(49, 49, 206);
}

.inru {
  max-width: 190px;
  display: flex;
  flex-direction: row;
  flex-grow: 3;
  color: #333333;
  height: 50px;
  margin-left: 50px;
}

.inru h1 {
  font-family: "Rubik";
  float: left;
  height: inherit;
  vertical-align: middle;
  padding: 0px;
  margin: 5px;
  /* font-size: max(35px, 3.5vw); */
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 3px;
  word-spacing: 0px;
}

.logo {
  /* border-radius: 50%;
      border-style: solid;
      border-color: red; */
  width: 90px;
  height: 90px;
  margin-top: 5px;
  /* background-color: white; */
}

header ul {
  flex-grow: 7;
  max-width: 60%;
  min-width: 560px;
  padding-left: 9%;
  display: flex;
  flex-direction: row;
  margin: 0%;
  justify-content: space-around;
  margin-left: auto;
}

header li {
  display: flex;
  align-items: center;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0;
  vertical-align: middle;
}

header ul li a {
  padding: 0;
  margin: 0%;
  font-size: 18px;
  text-decoration: none;
  color: #333333;
  display: block;
  font-weight: 400;

  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

input {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.search {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding-top: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.searchicon {
  border: none;
  background-color: transparent;
  padding-top: 2px;
  display: flex;
  align-items: center;
}

input[name="search"] {
  font-size: large;
  color: green;
}

.searchtext {
  width: 200px;
  height: 30px;
  border-width: 2px;
  border-radius: 10px;
  border-color: rgb(64, 64, 64);
  border-style: solid;
}

.placeholder {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  height: 53px;
  width: 100%;
}

@media (max-width: 800px) {
  header ul {
    display: none;
  }
}

.toggle-button {
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 50px;
  height: 30px;
}

#hamburger {
  max-width: 100%;
}

@media (max-width: 800px) {
  .toggle-button {
    display: flex;
  }

  .inru {
    margin-left: 25px;
  }
}
@media (max-width: 500px) {
  .inru {
    margin-left: 5px;
  }
  .name h1 {
    font-size: large;
  }
}

.head .dropdown {
  position: static;
}

.name {
  padding-right: 2%;
  margin: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.name h1 {
  font-family: "Rubik";
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

a {
  text-decoration: none;
  color: black;
}

.LongText {
  display: flex;
}

.ShortText {
  display: none;
}

@media (max-width: 750px) {
  .LongText {
    display: none;
  }

  .ShortText {
    display: flex;
  }
}
header .dropdown {
  position: static;
}

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

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

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

.visible {
  display: block;
}

.container h1 {
  padding-top: 3%;
  margin-top: 0;
  font-size: 3rem;
}

.active-tab {
  height: 54px;
  border-top: transparent 5px solid;
  border-bottom: orangered 5px solid;
}
.active-tab a {
  color: black;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}

.active-subtab {
  height: 54px;
  border-top: transparent 5px solid;
  border-bottom: royalblue 5px solid;
}
.active-subtab a {
  color: black;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}
.updownarrow {
  height: 50px;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 50px;
}
.arrow {
  height: 50px;
}

header.compact 
{
  height: 56px;
}
.compact .inru .logo{
  height: 44px;
  width: 48px;
}

.dropbutton {
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdowner {
  position: relative;
  display: inline-block;
}

.dropdowner-content {
  display: none;
  position: fixed;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  top: 54px;
}

.dropdowner-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: normal;
}

.dropdowner-content a:hover {
  background-color: #ddd;
}

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

.dropdowner:hover .dropbutton {
  background-color: orangered;
}
/* 
.head {
  overflow-y: visible;
} */
.head {
  max-height: 54px;
  overflow-y: visible;
}

/* dropdown */
.dropbutton {
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdowner {
  position: relative;
  display: inline-block;
}

.dropdowner-content {
  display: none;
  position: fixed;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.dropdowner-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: normal;
}

.dropdowner-content a:hover {
  background-color: #ddd;
}

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

.dropdowner:hover .dropbutton {
  background-color: orangered;
}

