* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:-8}
.mySlides {display: none}
img {vertical-align: middle;}

.mars2 {
  border: none;
  color: #000000;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;  
  border-radius: 25px; 
  border: 1px solid red; 
}
  
.mars {
  border: none;
  color: white;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;  
  border-radius: 25px;
  background-color: #f44336;
}
 
* {
  box-sizing: border-box;
}

form.example input[type=text] {
  padding: 4px;
  font-size: 17px;
  border: 1px solid white;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  float: left;
  width: 80%; 
  color: white;
}

form.example button {
  float: left;
  width: 6%;
  padding: 5px;
  background: #000000;
  color: white;
  font-size: 17px; 
  border-left: none;
  cursor: pointer;
} 




.desktop {display: block;}
.mobile {display: none;}

@media screen and (max-width: 768px) {

.desktop {display: none;}
.mobile {display: block;}

}





 #navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;   
    transition: background-color 0.3s ease; 
    z-index: 1000;  
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
}
a{
  text-decoration : none;
  color : #008080;
}

#navbar.scrolled {
 background-color: white; /* Change to your desired color */ 
 box-shadow: 0px 4px 7px #777;
}
 
 
 
 
 

.hero-image {
  background-image: linear-gradient(80deg, #000000 15.11%, rgba(12, 40, 38, 0) 63.11%), url("r.jpg"); 
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: left;
  position: absolute;
  top: 30%;
  left: 80px;  
  color: white;
}
 
 
 
 
 
 
 
ul,
li {
  padding: 0;
  margin: 0;
}
 
a {text-decoration: none;}
code {color: red;} 
 

header, 
main {
  width: 100vw; 
  left:0;
}

header {
    position: fixed;
    top: 52;
    left: 0;
    width: 100%;   
    transition: background-color 0.3s ease; 
    z-index: 1000;  
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */

  nav {
    width: 100%; 
    position: relative;
    padding: 10px;

    li {
      display: inline;
      top: 50%;
      padding-right: 2rem;

      a {
        color: #fff;
      }
    }
  }
  
  &.inverted {
    background-color: #000000;
    box-shadow: 0 3px 5px 0.3px rgba(0,0,0,0.1); 
  }
  
}








.navbarpro {
  overflow: hidden; 
  font-family: Arial, Helvetica, sans-serif;
}

.navbarpro a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; 
}

.dropdownpro {
  float: left;
  overflow: hidden;
}

.dropdownpro .dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbarpro a:hover, .dropdownpro:hover .dropbtn, .dropbtn:focus {
  background-color: red;
}

.dropdownpro-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownpro-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdownpro-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}









body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}