* {
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  min-height: 100vh;
  font-family: tahoma;
  background: #2b2e35;
}

h1 {
  padding: 1.5rem 3rem;
  font-size: 1.2rem;
  color: #00edff;
}

h2 {
  padding-top: 0;
  font-size: 1.85rem;
  color: #fff;
}

nav ul {
  background-color: #2b2e35;
  box-shadow: 3px 3px 10px rgba(0, 168, 181, 0.263);
}

nav ul {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

nav li {
  height: 50px;
  padding-top: .8rem;
  box-shadow: none;
}

nav a {
  display: flex;
  height: 100%;
  padding: .1rem .5rem .1rem .5rem;
  text-decoration: none;
  align-items: center;
  box-shadow: none;
}

nav li:first-child {
  margin-right: auto;
  box-shadow: none;
}

.li-txt {
}

.nav-li-txt {
  padding-left: 3rem;
}

.nav-li-txt-hed {
  padding-left: 3rem;
  font-style: bold;
}

.nav-hov:hover {
  cursor: pointer;
  background-color: #000000;
  color: #000000;
  border: 6px;
  opacity: .5;
}

.logo {
  box-shadow: none;
}

.logo-img {
  box-shadow: none;
}

nav .src-ctn {
  margin-left: .8rem;
  box-shadow: none;
  padding: .3rem .10rem .3rem .10rem;
}

nav input[type=text] {
  background-color: #000000;
  border: none;
  outline: 0;
  border: 0px;
  border-radius: 6px;
  color: #35ff0c;
  text-align: left;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  background-color: #000000;
  font-size: .8rem;
  box-shadow: none;
}

.src {
  background: #000000;
}

.src-btn {
  outline: .5rem;
  border: 0px;
  border-radius: 6px;
  color: #00edff;
  padding: .17rem .4rem .17rem .4rem;
  background-color: #000000;
}

.src-btn:hover {
  cursor: pointer;
  background-color: #35ff0c;
  color: #000000;
  border: 6px;
  opacity: .5;
}

.drop {
  box-shadow: none;
  align-items: center;
}

.drop-posi {

  align-items: center;
}

.phone {
  box-shadow: none;
}

.phone-posi {
  box-shadow: none;
  align-items: center;
  padding-left: 1rem;

}

.sidebar {
  display: flex;
  position: fixed;
  top: 2.1rem;
  right: 0;
  margin: 1.3rem 1.3rem 1rem 1.1rem;
  height: 86.5vh;
  width: 365px;
  z-index: 999;
  background-color: #2b2e35;
  box-shadow: 3px 3px 15px rgba(0, 168, 181, 0.363);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 12px;
}

.sidebar li {
  width: 70%;
  border-radius: 12px;
}

.sidebar a {
  width: 100%;
  color: #fff;
  padding-left: 1.4rem;
}

.logo {
  padding: 1
}

.sidebar-logo {
  width: 70%;
  padding-left: .85rem;
}

.pop {
  width: 100%;
  padding: 0 12rem;
}

.pop p {
  width: 100%;
}

.pop-txt {
  font-size: .75rem;
  padding: 0 12rem;
}

.img {
  font-size: .75rem;
}

.img p {
  font-size: .75rem;
}

.slideshow-container {
  padding: 1rem;
}

.mySlides {
  align: center;
  padding-left: 2.2rem;
}

.mySlides-txt {
  text-align: center;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  background-color: #2b2e35;
  box-shadow: 3px 3px 15px rgba(0, 168, 181, 0.463);

.footer-txt {
  font-size: .55rem;
  font-family: Tahoma;
  color: white;
  padding: .55rem 0 .95rem 0;
}

@media(max-width: 800px) { 
  .hideOnMobile {
    display: none;
  } 
}
  .menu-button {
    display: block;
  }

@media(max-width: 400px) {
  .sidebar {
    width: 100%;
  }
}