@font-face {

    font-family: GreenScreen;
    src: url(../Fonts/Greenscr.ttf);

}

a {
    cursor: pointer;
}

a:hover {

    text-decoration: underline;

}

h1 {

    padding: 10px;
    font-size: 28px;
    font-family: "GreenScreen", Georgia, 'Times New Roman', Times, serif;

}

.SecondDivider {

    width: 1202px;
    border: 3px outset rgb(0, 225, 255);
    position: absolute;
    margin-left: -3px;

}

.MainPhotos img {

    object-fit: cover;
    width: 230px;
    height: 230px;

    border: 1px solid #00f2ff56;

}

.MainPhotos img:hover {

    filter: brightness(75%);
    border: 1px solid #78f2ffe5;

}

.New {

    position: absolute;
    margin-left: 12px;
    margin-top: -7px;
}

/* KATSUCON 2025 */

.Katsucon2025, .Supernova2024, .Katsucon2024 {

    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    width: 90%;
    border-bottom: 2px groove rgba(255, 255, 255, 0.307);

}

.Katsucon2025 .Border {

    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;

    margin: auto;

    width: 1208px;
    height: 315px;

    color: white;

    border: 6px ridge rgb(0, 225, 255);
    background-color: rgba(0, 0, 0, 0.42);
    box-shadow: 10px 10px black;
}

.Katsucon2025 .MainPhotos {

    width: 1196px;
    height: 260px;

    display: grid;
    grid-template-columns: repeat(7, 1fr);

    grid-gap: 5px;
    padding: 5px;

    place-items: center;

}

/* SUPERNOVA 2024 */

.Supernova2024 .Border {

    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;

    margin: auto;

    width: 1208px;
    height: 345px;

    color: white;

    border: 6px ridge rgb(0, 225, 255);
    background-color: rgba(0, 0, 0, 0.42);
    box-shadow: 10px 10px black;
}

.Supernova2024 .MainPhotos {

    width: 1196px;
    height: 260px;

    display: grid;
    grid-template-columns: repeat(5, 1fr);

    grid-gap: 5px;
    padding: 5px;

    place-items: center;

}

/* KATSUCON 2024 */


.Katsucon2024 .Border {

    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;

    margin: auto;

    width: 1208px;
    height: 335px;

    color: white;

    border: 6px ridge rgb(0, 225, 255);
    background-color: rgba(0, 0, 0, 0.42);
    box-shadow: 10px 10px black;
}

.Katsucon2024 .MainPhotos {

    width: 1196px;
    height: 260px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    grid-gap: 5px;
    padding: 5px;

    place-items: center;

}

.Katsucon2024 .MainPhotos img {

    object-fit: cover;
    width: 285px;
    height: 230px;

    margin-top: -8px;

    border: 1px solid #00f2ff56;

}

.Katsucon2024 .MainPhotos figure {

    padding-top: 18px;

}

.Supernova2024 .MainPhotos figure {

    padding-top: 18px;

}

.description a {

    color: rgb(10, 124, 255);

}

.Supernova2024, .description {

    font-size: 15px;

}

@media only screen and (max-width: 1300px) {  
    .SecondDivider {

        width: 824px;

    }
    .Katsucon2025 .Border {

        width: 830px;
        height: auto;
    }
    .Supernova2024 .Border {

        width: 830px;
        height: auto;
    }
    .Katsucon2024 .Border {

        width: 830px;
        height: auto;
    }

    .Katsucon2025 .MainPhotos {

        padding-top: 12px;
        width: 820px;
        height: auto;

        grid-template-columns: repeat(7, 1fr);

    }

    .Supernova2024 .MainPhotos {

        width: 820px;
        height: auto;
        padding-bottom: 10px;
        grid-template-columns: repeat(5, 1fr);

    }

    .Katsucon2024 .MainPhotos {

        width: 820px;
        height: auto;
        padding-bottom: 10px;
        grid-template-columns: repeat(4, 1fr);

    }

    .Supernova2024, .description {

        font-size: 11px;

    }

    .Katsucon2024 .MainPhotos figure {

        padding-top: 16px;

    }

}

@media only screen and (max-width: 992px) {  
    .SecondDivider {

        width: 624px;

    }
    .Katsucon2025 .Border {

        width: 630px;
        height: auto;
    }
    .Supernova2024 .Border {

        width: 630px;
        height: auto;
    }
    .Katsucon2024 .Border {

        width: 630px;
        height: auto;
    }

    .Katsucon2025 .MainPhotos {

        padding-top: 12px;
        width: 620px;
        height: auto;

        grid-template-columns: repeat(4, 1fr);

    }

    .Supernova2024 .MainPhotos {

        width: 620px;
        height: auto;

        grid-template-columns: repeat(3, 1fr);

    }

    .Katsucon2024 .MainPhotos {

        width: 620px;
        height: auto;
        padding-bottom: 10px;
        grid-template-columns: repeat(4, 1fr);

    }

    .Supernova2024, .description {

        font-size: 12.5px;

    }

    .Katsucon2024 .MainPhotos figure {

        padding-top: 28px;

    }
}

@media only screen and (max-width: 728px) {  

    .New {

        position: absolute;
        margin-left: -130px;
        top: -40px;
    }

    .SecondDivider {

        width: 324px;

    }
    .Katsucon2025 .Border {

        width: 330px;
        height: auto;
    }
    .Supernova2024 .Border {

        width: 330px;
        height: auto;
    }
    .Katsucon2024 .Border {

        width: 330px;
        height: auto;
    }

    .Katsucon2025 .MainPhotos {

        padding-top: 12px;
        width: 320px;
        height: auto;

        grid-template-columns: repeat(2, 1fr);

    }

    .Supernova2024 .MainPhotos {

        width: 320px;
        height: auto;

        grid-template-columns: repeat(2, 1fr);

    }

    .Katsucon2024 .MainPhotos {

        width: 320px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;
        grid-template-columns: repeat(2, 1fr);

    }

    .Supernova2024, .description {

        font-size: 10.5px;

    }

}