body {
    background-image: url("../image/bg.jpeg");
  }

  a:link {
    text-decoration: none;
  }
  .menu1{
    color:green;

  }

  #menu img{
    width: 40px;
    width: 40px;
  }

  #menu img:hover{
    opacity: 0.5;

  }

  .menu1:hover{
    color: #bc9208;
  }

  .menu2{
    color:rgb(149, 128, 5);

  }

  .menu2:hover{
    color: #e2ae06;
  }

  

  .menu {
    color: #0b6c82;
  }

  .menu:hover {
    color: rgb(201, 48, 48);
  }

  .menu-teks{
    font-size: 11px;
    font-weight: bold;
    color: #0b6c82;
  }

  .grad {
    background-image: linear-gradient(rgb(5, 81, 81), rgb(10, 134, 87));
  }

  .nav-link:hover {
    background-color:rgb(10, 134, 87);
    border-radius: 20px;
    color: #e2ae06;

  }

  .whatsapp{
    color: rgb(9, 242, 102);
  }
  .whatsapp:hover {
    color:#e2ae06;
  }

  .nav-menu {
    color:#fdfefe;
  }

  .nav-menu:hover {
    color:#17fd0f;
  }

  .nav-teks{
    color:#fdfefe;
    font-size: 10px;
  }

  .nav-teks:hover{
    color:#e2ae06;
  }

  .back-menu {
    color:#f7faf9;
  }

  .back-menu:hover {
    color:#e2ae06;
  }

  .tepi {
    border-color: #0b6c82;

  }

  .tepi:hover{
    border: 3px;
    color: #0b6c82;
  }

  .medsos {
    color: black;
  }

  .medsos:hover {
    color: rgb(190, 111, 8);
  }

  /* tombol auto keatas  */
  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 100px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(59, 174, 6); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 150px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555555; /* Add a dark-grey background on hover */
  }

  /* button download gallery */
  .downbutton {
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 3px 10px;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 25px;

  }

  .button2 {
    background-color: #16595a;
    color: rgb(255, 250, 250); 
    border: 2px solid #008CBA;
  }
  
  .button2:hover {
    background-color: #f8fbfb;
    color: rgb(5, 92, 61);
  }

  .shadow2 {
    box-shadow: 5px 5px 3px rgb(74, 76, 77);
  }
