@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}

li {
    margin-left: 4%;
}

a {
    color: #00FFBB;
}

.top {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.bottom {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 15%;
    padding-right: 15%;
}

.bottom button {
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 1%;
}

.container {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.card {
    background-color: #555555;
    border-radius: 45px;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 1%;
    padding-left: 1%;
    width: 250px;
    height: 300px;
    text-align: center;
    color: #fff;
}

.card img {
    width: 90%;
    height: auto;
    border-radius: 25px;
    margin-bottom: 3%;
}

button {
    background-color: #3D2281;
    color: white;
    border: none;
    width: 40%;
    height: 15%;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}

button:hover {
    background-color: #00FFBB;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#header {
    background: #222222;
    color: #fff;
    padding: 10px;
    padding-top: 2%;
    padding-bottom: 2%;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 1000;
}

#header .Left {
    flex: 1;
    display: flex;
    align-items: center;
}

#header .Left img {
    height: 60px;
    margin-left: 3%;
    margin-right: 3%;
    border-radius: 25%;
}

#header .Right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .Right ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

#header .Right ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s;
}

#header .Right ul li a:hover {
    color: #00FFBB;
    text-decoration: underline;
}

#hero {
    background: url('img/EryndonPoster.png') no-repeat center center/cover;

    display: flex;
    
    color: #fff;
    text-align: center;

}

#hero .Left {
    max-width: 600px;
    text-align: left;
    background-color: #1c1c1cd2;
    backdrop-filter: blur(5px);
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 3%;
    padding-right: 1%;
}

#hero .Left p {
    margin-bottom: 1%;
    margin-top: 1%;
}

#hero .Left button {
    margin-top: 3%;
}

#hero .Right {
    max-width: 600px;

}   
#hero .Right img {
    width: 50%;
    height: auto;
    margin-top: 25%;
}

#summary {
    background-color: #303030;
    color: #fff;
}

#bases {
    background-color: #2B2B2B;
    color: #fff;
}

#bases .container .card {
    height: 350px;
    
}

#bases .container .card button {
    margin-top: 2%;
    height: 15%;
    width: 90%;
}

#apparel {
    background-color: #2B2B2B;
    color: #fff;
}

#apparel .container .card {
    height: 400px;
    margin-top: 3%;
}


#divisions {
    color: #fff;
    background-color: #3C3C3C;

}

#divisions .DivisionContainer {
    display: flex;
    flex-direction: row;
}

#divisions .DivisionContainer .Left {
    background-color: #004142;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
    width: 50%;
    padding-left: 3%;
    padding-right: 3%;
}

#divisions .DivisionContainer .Left button {
    margin-top: 3%;
}

#divisions .DivisionContainer .Right {
    background-color: #3F0F00;
    text-align: center;
    padding-top: 10%;
    width: 50%;
    padding-bottom: 10%;
    padding-left: 3%;
    padding-right: 3%;
}

#divisions .DivisionContainer .Right button {
    margin-top: 3%;
}

footer {
    background-color: #3A3A3A;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


footer .left {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 5%;
    width: 50%;
}

footer .right {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-right: 5%;
    width: 50%;
}

footer .right a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 600;
}

footer .left img{
    width: 10%;
    margin-bottom: 3%;
}

footer .left .socials a img {
    width: 4%;
    margin-top: 5%;
}


#eryndon {
    background: url('img/EryndonThumbnail.webp') no-repeat center center/cover;

    display: flex;
    
    color: #fff;
    text-align: center;

}

#eryndon .Left {
    max-width: 600px;
    text-align: left;
    background-color: #1c1c1cd2;

    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 3%;
    padding-right: 1%;
}

#eryndon .Left p {
    margin-bottom: 1%;
    margin-top: 1%;
}

#eryndon .Left button {
    margin-top: 3%;
}

#eryndon .Right {
    max-width: 600px;

}   
#eryndon .Right img {
    width: 50%;
    height: auto;
    margin-top: 25%;
}

#MapGuide {
    background-color: #2B2B2B;
    color: #fff;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

#krythos {
    background: url('img/KrythosThumbnail.webp') no-repeat center center/cover;

    display: flex;
    
    color: #fff;
    text-align: center;

}

#krythos .Left {
    max-width: 600px;
    text-align: left;
    background-color: #1c1c1cd2;

    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 3%;
    padding-right: 1%;
}

#krythos .Left p {
    margin-bottom: 1%;
    margin-top: 1%;
}

#krythos .Left button {
    margin-top: 3%;
}

#krythos .Right {
    max-width: 600px;

}   
#krythos .Right img {
    width: 50%;
    height: auto;
    margin-top: 25%;
}

#arena {
    background: url('img/ArenaThumbnail.png') no-repeat center center/cover;

    display: flex;
    
    color: #fff;
    text-align: center;

}

#arena .Left {
    max-width: 600px;
    text-align: left;
    background-color: #1c1c1cd2;

    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 3%;
    padding-right: 1%;
}

#arena .Left p {
    margin-bottom: 1%;
    margin-top: 1%;
}

#arena .Left button {
    margin-top: 3%;
}

#arena .Right {
    max-width: 600px;

}   
#arena .Right img {
    width: 50%;
    height: auto;
    margin-top: 25%;
}

#oathsworn {
    background-color: #3F0F00;
    color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
}

#oathsworn .main {
    width: 50%;
}

#oathsworn .image {
    width: 50%;
    text-align: center;
}

#oathsworn .image img {
    width: 90%;
    margin-left: 3%;
    border-radius: 25px;
}

#oathsworn .main button {
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 2%;
}

#vanguard {
    background-color: #004142;
    color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
}

#vanguard .main {
    width: 50%;
}

#vanguard .image {
    width: 50%;
    text-align: center;
}

#vanguard .image img {
    width: 90%;
    margin-left: 3%;
    border-radius: 25px;
}

#vanguard .main button {
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 2%;
}

@media (max-width:912px) {   
    button {
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .container {
        justify-content: center;
        gap: 20px;
    }
    
    #navbar {
        flex-direction: column;
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
    }

    #header .Right ul {
        flex-direction: column;
        gap: 10px;
    }

    #hero {
        display: flex;
        flex-direction: column;
    }
    #hero .Right img {
        display: none;
    }
    #hero .Left {
        max-width: 100%;
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }
    #hero .Left button {
        padding-top: 4%;
        padding-bottom: 4%;
    }
}

@media (max-width: 477px) {
    .top {
        padding-left: 5%;
        padding-right: 5%;
    }
}