body,h1,h2,h3,h4,h5 {
    font-family: "Raleway", sans-serif;
}

.w3-picture img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    transform-origin: center center;
    transform: scale(1);
    opacity: 1;
    transition: all 1s ease;
  }

  .image-wrapper {
    position: relative;
  }

  .in-view {
    transform: scale(1);
  }

  #about .w3-image {
    display: block;
    margin: 0 auto;
  }

    .intro_logo {
    color:black;
    position: fixed;
    top: 35px; /* Initial top position */
    left: 75px; /* Center horizontally */
    transform: translate(-50%, -50%) scale(1); /* Center and scale */
    height: 30px;
    line-height: 30px;
    font-size: 36px;
    margin: 0;
    padding: 0;
    z-index: 100;
    transition: all 1s ease; /* Smooth transition */
    font-family: 'Times New Roman', Times, serif;
}

.intro_logo.at_top {
    color: #ffffff;
    /*
    text-shadow: 1px 1px #000000;
    
    color:white;
    /*color: #FFFFFF; #c2d0c7;/* white; Fallback color */
    left: 50%;
    top: 230px; /* Adjusted top position when at the top */
    transform: translate(-50%, -50%) scale(3); /* Center and scale up */
    opacity: 1;
}

a {
    text-decoration: none;
    font-weight: 100 !important;
}

.overlay-button-top {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(152, 152, 152, 0.297);
    backdrop-filter: saturate(180%) blur(15px);
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;   
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
}

.overlay-button {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 220px;
    height: 50px;
    background-color: rgba(0, 0, 0, .15);
    backdrop-filter: blur(15px);
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    border-color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;   
    text-transform: uppercase;
    letter-spacing: 1px;    
}

.overlay-button-text {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 100%;
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;   
    text-transform: capitalize;
    text-shadow: 1px 1px #000000;
}
@keyframes upDown {
    0% { top:230px; 
        left:50%;}
    50% { top:180px; 
        left:50%;}
    100% { top:230px; 
        left:50%;}
    } 
 @media (min-width: 1000px) {
        #stickyBox {
            display:none;
        }
        #ringBox {
            display:none;
        }
        #about {
            display:none;
        }
      }