/* ALBEOLAMBDA - ALBEOLAMBDA Website CSS */

body {
    margin: 0;
    padding: 0;
    background: #f0f8ff;
    font-family: 'Designer', sans-serif;
    color: lightsteelblue;
    background-image: url(https://file.garden/Zje4ZW9-iWrofMUK/madonna%20laida.png);
    background-repeat: no-repeat;
    background-size: 4000px , 1000px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

#header {
    padding: 20px;
    width: 1000px;
    height:90px;
    margin: auto;
    position: relative;
    text-align: left;
}

#logo h1 {
    color: royalblue;
    font-size: 3.5em;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#logo h2 {
    color: #e6f2ff;
    font-size: 1.5em;
    margin: 5px 0 0 0;
    font-weight: normal;
}

#menu {
    box-sizing: 00px;
    margin-top: 0px;
    margin-bottom: 500px;
    width: 1050px;
    height: 1000px;
    text-align: center;
    
}

#menu a {
    display: inline-block;
    padding: 3px 20px;
    margin: 1px;
    background-image:    url(https://file.garden/Zje4ZW9-iWrofMUK/aero%20square%20buttons.png);
    background-size: 450px, 20px;                  
    background-repeat:   no-repeat;
    background-position: center;  
    color: lightgray;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: rgba(53, 78, 225, 0.8) 0 0 20px 3px;
}

#menu a:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

hr {
    border: none;
    height: 0px;
    background:
    margin: 0;
}

#page {
    max-width: 1000px;
    margin: auto;
    padding: 30px;
    opacity: 100%;
}

#content {
    float: left;
    width: 70%;
    background:
    color: lightgray;
    border-radius: 15px;
    padding: 20px;
      box-shadow: rgba(53, 78, 225, 0.8) 0 0 90px 33px;
    margin-right: 20px;
    background-image:    url(https://file.garden/Zje4ZW9-iWrofMUK/aero%20square%20for%20neocities.png);
    background-size: 5000px, 900px;                  
    background-repeat:   no-repeat;
    background-position: center;  
}

#statuscafe {
    padding: .5em;
    background-color:;
    border: 6px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

#sidebar {
    float: right;
    width: 15.4%;
    border-radius: 15px;
    padding-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.post {            
    margin-bottom: 30px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.post h2 {
    color: lightblue;
    font-size: 1.8em;
    margin-bottom: 15px;
    text-align: center;
}

.entry {
    line-height: 1.6;
    color: lightgray;
}

.entry p {
    margin: 10px 0;
}

#scroll, #scroll2 { 
    border: 1px solid lightblue;
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
    max-height: 200px;
    overflow-y: auto;
}

#scroll2 {
    max-height: 300px;
}

#scroll img, #scroll2 img {
    margin: 5px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

#scroll img:hover, #scroll2 img:hover {
    transform: scale(1.05);
}

#about-box {
    background: url(https://file.garden/Zje4ZW9-iWrofMUK/neocities%20stuf/Square.png);
    padding: 18px;
    background-size: 250px;
    border-radius: 20px;
    width: 110px;
    height: 130px;
    margin-bottom: 0px;
    border: 1px;
}

#about-box h2 {
    color: lightgray;
    margin-top: 0;
    text-align: center;
}

#sidebar ul {
    list-style: none;
    padding: 10px;
    margin: 0;
}


#sidebar h2 {
    color: lightblue;
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}

#sidebar img {
    margin: 2px;
    border-radius: 4px;
}

.image, .image2 {
    position: fixed;
    pointer-events: none;
    z-index: -1;
}

.image {
    top: 10%;
    left: 2%;
    width: 100px;
    height: 100px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,10 90,90 10,90" fill="%23764ba2" opacity="0.2"/></svg>');
    animation: float 6s ease-in-out infinite;
}

.image2 {
    top: 60%;
    right: 2%;
    width: 100px;
    height: 100px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,10 90,90 10,90" fill="%23764ba2" opacity="0.2"/></svg>');
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    #content, #sidebar {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    #menu a {
        display: block;
        margin: 5px 0;
        height: 300px;
        width: 300px;
    }
    
    #logo h1 {
        font-size: 2em;
    }
}

/* Custom Scrollbar */
#scroll::-webkit-scrollbar, #scroll2::-webkit-scrollbar {
    width: 8px;
}

#scroll::-webkit-scrollbar-track, #scroll2::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#scroll::-webkit-scrollbar-thumb, #scroll2::-webkit-scrollbar-thumb {
    background: #99ccff;
    border-radius: 4px;
}

#scroll::-webkit-scrollbar-thumb:hover, #scroll2::-webkit-scrollbar-thumb:hover {
    background: #667eea;
}
  #aero-ring {
    background: linear-gradient(to bottom, #404040 0%, #000000 100%);
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5),
      inset 0 2px 1px rgba(255, 255, 255, 0.15),
      inset 0 -2px 1px rgba(0, 0, 0, 0.35);
    font-family: sans-serif;
    margin: 10px auto 0px auto;
    width: 170px;
    height: 80px;
    max-width: 15rem;
    padding: 0.75rem;
  }

  #aero-ring a,
  #aero-ring a:visited {
    color: white !important;
  }

  #aero-ring a:focus,
  #aero-ring a:hover,
  #aero-ring a:active {
    color: lightgrey !important;
  }
#pagedoll {
  position: fixed;
  top: 800px;
  right:50px;
}