body {
    background-color: rgb(51, 51, 51);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    min-height: 200vh;
    background: linear-gradient(135deg, #1a1a1a, #2c2c2c); 
    color: #e0e0e0; 
    margin-top: 20vh; 
    padding-top: 10vh;
}

footer {
    margin-top: auto; 
    color: #f2f2f2;
    text-align: center; 
    padding: 10px; 
    background-color: black;
    overflow: hidden;
    border-radius: 8px;
}

footer p {
    text-align: center; 
    padding-bottom: 10px; 
    background-color: black;
    overflow: hidden;
    border-radius: 8px;
}

footer a {
    color: #f2f2f2;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

footer a:hover {
    background-color: #424242;
    color: white;
    border-radius: 8px;
}

.topnav, .navbar {
    background: linear-gradient(135deg, #1a1a1a, #3a3a3a);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 16px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

body {
    margin-top: 50px;  
}

.topnav a, .navbar a {
    float: left;
    color: #f8f8f8;
    text-align: center;
    padding: 16px 20px;
    text-decoration: none;
    font-size: 18px; 
    font-weight: bold;
    transition: all 0.3s ease;
}

.topnav a:hover, .navbar a:hover {
    background-color: #5a5a5a;
    color: white;
    border-radius: 10px;
    transform: scale(1.05); 
}

.topnav a.active, .navbar a.active {
    background-color: #08b5e0;
    color: white;
    border-radius: 10px;
}

.navbar {
    overflow: hidden;
    background: linear-gradient(135deg, #0f0f0f, #141414); 
    font-family: Arial;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: rgb(39, 39, 39);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.dropdown {
    float: left;
    overflow: hidden;
    border-radius: 8px;
}

.dropdown .dropbtn {
    font-size: 18px; 
    border: none;
    outline: none;
    color: #f2f2f2;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    font-weight: bold;
}

.dropdown:hover .dropbtn {
    background-color: #424242;
    color: white;
    border-radius: 8px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333333;
    color: #f2f2f2;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown-content a {
    float: none;
    color: #f2f2f2;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.dropdown-content a:hover {
    background-color: #424242;
    color: white;
    border-radius: 8px;
}

.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-content a {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dropdown-content a:hover {
    background-color: #424242;
    transform: translateX(5px); 
}


.center {
    text-align: center;
    color: whitesmoke;
}

.Minecraft_logo {
    text-align: center;
    color: whitesmoke;
    max-width: 80%; 
    width: 80%; 
    height: auto; 
    display: block;
    margin: 0 auto;
}



.text {
    font-size: xx-large;
    color: whitesmoke;
}
.HeaderText {
    font-size: xx-large;
    color: whitesmoke;
    text-align: center;
}

.contact-information {
    list-style-type: none;
    background: linear-gradient(135deg, #1c1c1c, #292929);
    color: white;
    border-radius: 15px;
    padding: 20px;
    width: max-content;
    text-align: center;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
}

.contact-information:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(255, 255, 255, 0.15);
}

.contact-information a {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;
}

.mail-icon {
    width: 50px;
    transition: transform 0.3s ease;
}

.contact-information:hover .mail-icon {
    transform: scale(1.1);
}

.contact-form {
    background: linear-gradient(135deg, #1c1c1c, #292929);
    color: white;
    border-radius: 15px;
    padding: 20px;
    width: 320px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
}

.contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(255, 255, 255, 0.15);
}

.contact-form input,
.contact-form textarea {
    border-radius: 8px;
    border: none;
    width: 100%;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: #333;
    color: white;
    margin-top: 10px;
}

.contact-form label {
    display: block;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}

.seperate {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.icon {
    height: 300px;
    border-radius: 8px;
}

.inquire {
    background-color: #424242;
    color: whitesmoke;
    border: 0px;
    border-radius: 8px;
    text-align: center;
    height: 20px;
}

.inquire{
    width: 300px;
    align-items: center;
}

p.smalltext {
    font-size: smaller;
}


.highlight {
    color: #08b5e0;
    font-weight: bold;
  }
  

.Error404_Container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #2a2a2a, #1c1c1c); 
}

.Error404 {
    background: linear-gradient(135deg, #333333, #444444);
    color: white;
    border-radius: 15px;
    padding: 40px;
    width: 400px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Error404:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(255, 255, 255, 0.15);
}

.Error404 h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #ff4d4d; 
}

.Error404 p {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 20px;
}

.Error404 a {
    font-size: 1.2rem;
    color: #ff8c00; 
    text-decoration: none;
    font-weight: bold;
}

.Error404 a:hover {
    text-decoration: underline;
}


.cards-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    max-width: 1100px;
    margin: auto;
}

.card {
    background: linear-gradient(135deg, #1c1c1c, #292929); 
    color: white;
    border-radius: 15px;
    padding: 20px;
    width: calc(33.33% - 20px);
    box-sizing: border-box; 
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1); 
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-8px); 
    box-shadow: 0 12px 24px rgba(255, 255, 255, 0.15);
}

.card img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: scale(1.05); 
}

.card h3 {
    font-size: 1.5rem;
    margin: 15px 0;
    font-weight: bold;
}

.card p {
    font-size: 1rem;
    color: #ccc;
}

.header-container {
    display: flex;
    align-items: center;
    gap: 10px; 
    justify-content: center; 
}

.icon {
    background-color: #33333341; 
    padding: 10px;
    border-radius: 10%; 
    display: inline-block;
    width: 30px; 
    height: 30px;
    text-align: center;
    line-height: 30px; 
}

.card-btn {
    background-color: #474747c7;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.card-btn:hover {
    background-color: #666666c7;
}


@media (max-width: 900px) {
    .card {
        width: calc(50% - 20px); 
    }
}

@media (max-width: 600px) {
    .card {
        width: calc(100% - 20px); 
    }
}

.topnav-right {
    float: right;
}
