/* Basic reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
    body {
        font-family: Times New Roman;
        background-image: url("../../src images/locationsbackground.jpg");
        background-size: cover;
        color: #000000;
        line-height: 1.6;
        max-width: auto;
    }

    header {
        background: #ff800000;
        color: rgb(190, 245, 130);
        padding: 1rem 0;
        text-align: center;
        position: static;
        bottom: 50px;
    }

    nav {
        background: #00828000;
        padding: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5rem;
     }

    nav a {
        color: rgb(190, 245, 130);
        text-decoration: none;
        margin: 0 1rem;
        }
    nav a:hover,
    .dropdown .dropbtn:hover {
        text-decoration: underline;
    }

    main {
    max-width: auto;
    margin: auto;
    padding:1rem;
}
footer {
        background: #0f2212;
        color: rgb(190, 245, 130);
        text-align: center;
        padding: 1rem;
        margin-top: 2rem;
    }


/* Dropdown container */
    .dropdown {
        position: relative;
    }

/* Dropdown button */
    .dropdown .dropbtn {
        font-size: 16px;
        font-family: Times New Roman;
        border: none;
        outline: none;
        color: rgb(190, 245, 130);
        padding: 14px 20px;
        background-color: transparent;
        cursor: pointer;
    }

    .dropdown:hover .dropbtn {
        background-color: (0, 0, 0, 0.15);
        border-radius: 4px;
    }

/* Dropdown content (hidden by default) */
    .dropdown-content {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgb(47, 60, 33);
        min-width: 160px;
        box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
        z-index: 1;
    }

/* Links inside dropdown */
    .dropdown-content a {
        float: none;
        color: rgb(190, 245, 130);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    .dropdown-content a:hover {
        background-color: rgb(47, 60, 33);
    }

/* Show dropdown on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

.greeting {
    font-size:20px;
    color: rgb(190, 245, 130);
    text-align: center;
    padding: 12px 16px;
    margin: 12px 16px;
}
/*Location file*/

.title {
    font-size: 25px; 
    color:rgb(129, 165, 90); 
    text-align: center;
    text-decoration: underline;
}

.kastonia-card {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    border:rgb(190, 245, 130) 10px;
    background-color:rgb(47, 60, 33);
    padding:40px;
    color: rgb(129, 165, 90)
}

.epoch-card {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
    border:rgb(190, 245, 130) 10px;
    background-color:rgb(47, 60, 33);
    padding:40px;
    color: rgb(129, 165, 90)
}

.elysian-card {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3;
    border:rgb(190, 245, 130) 10px;
    background-color:rgb(47, 60, 33);
    padding:40px;
    color: rgb(129, 165, 90)
}

.midas-card {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 4;
    border:rgb(190, 245, 130) 10px;
    background-color:rgb(47, 60, 33);
    padding:40px;
    color: rgb(129, 165, 90)
}

.obelisk-card {
  padding: 12px;
  border-radius: 14px;
  background: #ffffff;
  border: 3px solid #e0e0e0;
  box-shadow: none;
  transition: all 0.3s ease;
  height: auto;
   border:rgb(190, 245, 130) 10px;
    background-color:rgb(47, 60, 33);
    padding:40px;
    color: rgb(129, 165, 90)
}
