* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Flexbox */
html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e4e4e4;
    color: #000000;
    font-family: 'Noto Sans Mono', monospace;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.5;
}



/*  */
/*  */
/*  */
/*  */
/*  */
/* Nav bar */

nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


nav .title {
    font-size: 45px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 10px;
    margin-right: auto;
}


nav ul li {
    margin: 0 25px;
    display: flex;
    align-items: center;
}

nav ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

nav img {
    height: 100px;
    width: auto;
    vertical-align: middle;
}


.menu .menu-item:last-child {
    margin-top: 30px;
    margin-bottom: 20px;
}


/*  */
/*  */
/*  */
/*  */
/*  */
/*  Main */

main {
    flex: 1;
    padding-top: 30px;
    width: 60%;
    background-color: #e4e4e4;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 30px;
}

.main-left {
    width: 20%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;

}

.main-right {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section {
    margin-bottom: 40px;
    width: 100%;
}


/*  */
/*  */
/*  */
/*  */
/* Blog */

.blog-section {
    margin-bottom: 6em;
}

.box-paragraph h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.text-paragraph {
    margin-bottom: 25px;
}

.img-paragraph {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.img-blog {
    width: 400px;
}


/*  */
/*  */
/*  */
/*  */
/*  */
/* Events */

.grid-events {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 20px;
}


.box-event {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin: 10px;
    width: 32%;
}

.box-event h4 {
    text-align: center;
}

.box-event img {
    height: 300px;
    width: 100%;
}


/*  */
/*  */
/*  */
/*  */
/*  */
/* Releases */

.grid-relases {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.grid-relases a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000000;
}

.box-release {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-release img {
    height: 150px;
    width: 150px;
}

.box-release h4 {
    text-align: center;
    font-size: 11px;
    margin-top: 7px;
    margin-bottom: 7px;
}


.link-releases {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link-releases a {
    display: flex;
    flex-direction: column;
}

.link-releases a,
.link-blog a,
.link-events a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}


/*  */
/*  */
/*  */
/*  */
/*  */
/* Releases Pages */

.grid-relases-page {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.grid-relases-page a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000000;
}


.box-release-page {
    width: 25%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-release-page img {
    height: 150px;
    width: 150px;
}

.box-release-page h4 {
    text-align: center;
    font-size: 11px;
    margin-top: 7px;
    margin-bottom: 7px;
}


.link-releases {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link-releases a {
    display: flex;
    flex-direction: column;
}

.link-releases a,
.link-blog a,
.link-events a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}



/*  */
/*  */
/*  */
/*  */
/*  */
/* Footer */

.footer {
    color: white;
    display: flex;
    width: 100%;
    margin-top: 40px;
    background-color: #2E3037;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.footer a {
    text-decoration: none;
    color: white;
}

.footer-container {
    width: 63%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0 20px;
}


.footer-section {
    flex: 1;
    margin: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-section h3 {
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 10px 30px;
    max-height: 120px;
}

.footer-section ul li {
    margin: 0;
    padding: 0;
}

.footer-section ul li a {
    text-decoration: none;
    white-space: nowrap;
}

.footer-section p {
    margin: 0;
    line-height: 1.8;
}

/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group {
    display: flex;
    gap: 10px;
}

.form-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #2c2c2c;
    color: white;
}

.form-textarea {
    padding: 10px;
    border: 1px solid #fff;
    background-color: #2c2c2c;
    color: white;
}

.form-button {
    padding: 10px;
    background-color: transparent;
    border: 1px solid #D4AF37;
    color: #D4AF37;
    font-weight: bold;
    cursor: pointer;
}

/* Social Media Links */
.footer-socials {
    text-align: center;
    margin-top: 20px;
}

.social-icon {
    text-decoration: none;
    color: #D4AF37;
    font-size: 24px;
    margin: 0 10px;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
    main {
        width: 80%;
    }

    .footer-container {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    main {
        width: 90%;
        flex-direction: column;
    }

    .main-left {
        width: 100%;
        margin-top: 20px;
    }

    .main-right {
        width: 100%;
    }

    .grid-relases-page {
        justify-content: center;
    }

    .box-release-page {
        width: 33.33%;
    }

    .grid-relases {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .box-release {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .grid-relases a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (max-width: 768px) {

    main {
        padding-top: 0;
    }

    nav {
        flex-direction: column;
        padding: 10px;
    }

    nav .title {
        font-size: 35px;
        margin: 10px 0;
    }

    nav ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    nav ul li {
        margin: 10px 15px;
    }

    nav img {
        height: 75px;
    }

    nav .logo:last-child {
        display: none;
    }

    .menu .menu-item:last-child {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .box-event {
        width: 45%;
    }

    .box-release {
        width: 30%;
    }

    .box-release-page {
        width: 50%;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-section {
        margin: 20px 0;
    }
}

@media screen and (max-width: 490px) {

    body {
        font-size: 12px;
    }

    main {
        width: 90%;
        flex-direction: column;
        padding-top: 0;
    }

    .main-left {
        width: 100%;
        margin-top: 20px;
    }

    .main-right {
        width: 100%;
    }

    nav .title {
        font-size: 28px;
        letter-spacing: 5px;
    }

    section {
        margin-top: 50px;
        margin-bottom: 40px;
        width: 100%;
    }

    .box-event {
        width: 100%;
    }

    .box-release {
        width: 50%;
    }

    .box-release img {
        height: 120px;
        width: 120px;
    }

    .box-release-page {
        width: 45%;
    }

    .box-release-page img {
        height: 120px;
        width: 120px;
    }

    .img-blog {
        width: 100%;
    }

    .form-group {
        flex-direction: column;
    }
}