@media screen and (max-width: 800px) {
    body {
        padding: 0;
        margin: 0;
        scroll-behavior: smooth;
        background: url("../images/bg.png") center fixed no-repeat, url(../images/wp.jpg);
    }

    body h1,h2 {
        font-family: 'Lora', serif;
    }

    .op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-play-state: paused;
    }

    @keyframes appear {
        from {opacity: 0%; filter: saturate(0%);}
        to {opacity: 100%; filter: saturate(100%);}
    }

    .bn {
        width: 100%;
        height: fit-content;
        display: flex;
        background-color: #000000;
        background-image: url("../images/Aka\ Banner\ 3.jpg");
        background-repeat: no-repeat;
        background-position:center;
        background-size:180%;
        flex-direction: column;
        align-items: center;
        justify-content: center; 
        box-shadow: inset black 0px 0px 50px 9px;
    }

    .lgs {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: column;
        column-gap: 10px;
        margin-top: auto;
        align-items: center;
        align-self: center;
        justify-self: center;
        height: 100%;
    }

    .lg {
        width: 275px;
        filter: drop-shadow(2px 2px 10px black);
    }

    .lgr {
        width: 210px;
        filter: drop-shadow(2px 2px 5px black);
    }

    .lg-li {
        opacity: 90%;
        filter: grayscale(100%);
        transition:0.2s;
    }

    .lg-li:hover {
        opacity: 100%;
        filter: grayscale(0%);
        cursor: pointer;
        scale: 1.1;
    }

    .lg-li:not(:hover) {
        transition:0.2s;
    }

    .hdr {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        background-color: #000000;
        align-items: start;
        row-gap: 10px;
        position: -webkit-sticky; position: sticky;
        top: 0;
        z-index: 2;
    }

    .hdr-a {
        text-decoration: none;
        font-size: 20pt;
        color: white;
        opacity: 90%;
        filter: brightness(70%);
        transition: 0.25s;
        margin-left: 20px;
        display: none;
    }

    .hdr-a:hover {
        opacity: 100%;
        filter: brightness(100%);
        text-shadow: white 0px 0px 2px;
    }

    .nv {
        display: none;
    }

    .ham {
        color: white;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        font-size: 36pt;
        margin-left: 20px;
        opacity: 80%;
    }

    .ham:hover {
        opacity: 100%;
        cursor: pointer;
    }

    .hdc {
        color: white;
        flex-direction: row;
        font-size: 23pt;
        margin-left: 22px;
        display: none;
        opacity: 80%;
    }

    .hdc:hover {
        opacity: 100%;
        cursor: pointer;
    }

    .tle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url(../images/bg4.png);
        row-gap: 10px;
        background-size: 100%;
        box-shadow: 0px 0px 20px 5px black;
        padding-bottom: 35px;
    }

    .tle h1 {
        font-size: 30pt;
        margin-bottom: -15px;
        text-decoration: underline;
    }

    .tle h2 {
        font-size: 19pt;
        margin-bottom: -15px;
    }

    .tle p {
        min-width: 50vw;
        max-width: 70vw;
        font-family: Georgia;
        font-size: 14pt;
        text-align: left;
    }

    .tle a {
        text-decoration: none;
    }

    .tle hr {
        height: 2px;
        color: black;
        background: black;
        width: 75%;
    }

    .gms {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 40px;
    }

    .gms img {
        width: 160px;
    }

    .gmm {
        border-radius: 15px;
        transition: 0.25s;
    }

    .gmm:hover {
        scale: 1.05;
    }

    .gmm:not(:hover) {
        transition: 0.25s;
    }

    .gmr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: fit-content;
        width: fit-content;
        row-gap: 10px;
        transition: 0.2s;
        text-decoration: none;
        font-size: 16pt;
        font-family: Times;
        color: black;
    }


    .gmr img {
        filter: opacity(80%);
        filter: grayscale(100%);
        width: 140px !important;
        border-radius: 15px;
    }

    .gmr img:hover {
        filter: opacity(100%);
        filter: grayscale(0%);
        cursor: pointer;
        scale: 1.1 !important;
        border-radius: 10px;
        transition: 0.3s;
    }

    .gmr img:not(:hover) {
        transition: 0.3s;
    }

    .str {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
        padding-bottom: 60px;
    }

    .str h1 {
        font-size: 30pt;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .spt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 60vw;
    }

    .spt img {
        width:290px;
    }

    .spt p {
        font-size: 13pt;
        font-family:'Lora';
    }

    .slr {
        position:relative;
        animation: right;
        animation-duration: 1.75s;
        animation-iteration-count: 1;
        animation-play-state: paused;
        box-shadow: #000000 0px 0px 5px 3px;
    }

    .sll {
        position:relative;
        animation: left;
        animation-duration: 1.75s;
        animation-iteration-count: 1;
        animation-play-state: paused;
        box-shadow: #000000 0px 0px 5px 3px;
    }

    .tp {
        animation: type linear forwards;
        opacity: 0%;
        animation-duration: 1.1s;
        animation-iteration-count: 1;
        animation-play-state: paused;
    }

    .sph {
        width: 75vw;
        height: 2px;
        background-color: black;
        color: black;
    }

    @keyframes right {
        from {left:-100px; opacity: 0%;filter: grayscale(100%);}
        to {left: 0px; opacity: 100%;filter: grayscale(0%);}
    }

    @keyframes left {
        from {left:100px; opacity: 0%;filter: grayscale(100%);}
        to {left: 0px; opacity: 100%;filter: grayscale(0%);}
    }

    @keyframes type {
        from {opactiy: 0%;}
        to {opacity: 100%;}
    }

    .crs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url(../images/bg4.png);
        row-gap: 15px;
        background-size: 100%;
        box-shadow: 0px 0px 20px 5px black;
        padding-bottom: 60px;
    }

    .crs h1 {
        font-size: 30pt;
        text-decoration: underline;
    }

    .cgrid {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(3, 90px);
        justify-content: center;
        align-items: center;
        height: fit-content;
        width: fit-content;
        column-gap: 20px;
        row-gap: 10px;
        overflow: visible;
    }

    .crd {
        display: none;
    }

    .cgrid img {
        border: rgb(0, 0, 0) solid 3px;
        box-shadow: black 0 0 7px 2px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        transition: 0.25s;
    }

    .cgrid img:not(:hover) {
        transition: 0.25s;
    }

    .cgrid img:hover {
        cursor: pointer;
        scale: 1.2;
        box-shadow: black 0 0 10px 2px;
        border: black solid 4px;
    }

    .sld-over {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        backdrop-filter: brightness(40%);
        z-index: 2;
    }

    .sld-cont {
        display: none;
        flex-direction: row;
        position: fixed;
        justify-content: center;
        z-index: 4;
        min-width: 80vw;
        min-height: 80vh;
        max-width: 95vw;
        max-height: 85vh;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url("../images/bg.png") center fixed no-repeat, url(../images/wp.jpg);
        box-shadow: black 0px 0px 25px 9px;
        border-radius: 7px;
        overflow: auto;
    }

    .sld-cr {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
        margin-top: 10px;
    }

    .sld-cr:hover {
        cursor: pointer;
        filter: opacity(40%);
    }

    .sld-cr img {
        height: 18px;
    }

    .sld-btn {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
    }

    .sld-btn:hover {
        cursor: pointer;
        filter: opacity(40%);
    }

    .sld-btn img {
        height: 27px;
    }



    .sld {
        display: flex;
        flex-direction: column;
        align-items: center;
        column-gap: 15px;
        overflow: scroll;
    }

    .ch {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        align-items: start;
        justify-content: center;
        margin-bottom: 15px;
        font-family: 'Lora',serif;
    }

    .ch h1 {
        margin-bottom: -20px;
        font-size: 20pt;
    }

    .ch h4 {
        font-size: 15pt;
    }

    .ch hr {
        width: 100%;
        color: black;
        margin-top: -15px;
    }

    .ch-i {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        margin-top: -15px;
        column-gap: 15px;
        font-family: 'Lora',serif;
    }

    .ch-i h3 {
        font-size: 15pt;
        text-decoration: underline;
    }

    .ch-i p {
        font-size: 13pt;
    }

    .crp {
        height: 400px;
    }

    .crp2 {
        height: 125px;
    }

    .art {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        row-gap: 0px;
        text-align: center;
    }

    .art h1 {
        font-size: 30pt;
        text-decoration: underline;
    }

    .art hr {
        width: 75%;
        height: 3px;
        color: black;
        background: black;
    }

    .art iframe {
        width:320px;
        height:190px;
    }

    .igrid {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(2,150px);
        gap: 12px 12px;
        height: fit-content;
        width: fit-content;
        justify-content: center;
        align-items: center;
        overflow: visible;
        margin-bottom: 15px;
    }

    .igrid img {
        width: 150px;
        transition: 0.25s;
    }

    .igrid img:hover {
        scale: 1.05;
        cursor: pointer;
        box-shadow: black 0 0 5px 3px;
        filter: brightness(105%);
    }

    .img-ovr {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        backdrop-filter: brightness(40%);
        z-index: 2;
    }

    .img-cont {
        display: none;
        flex-direction: row;
        position: fixed;
        justify-content: center;
        z-index: 4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-top: 15px;
        padding-bottom: 15px;
        height: fit-content;
        width: fit-content;
        background: black;
        box-shadow: black 0px 0px 30px 12px;
        border-radius: 10px;
    }

    .image {
        display: none;
        width: 290px;
        border: black solid 3px;
    }

    .stf {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 15px;
        padding-bottom: 25px;
        text-align: center;
    }

    .stf h1 {
        font-size: 30pt;
        text-decoration: underline;
    }

    .stf h4 {
        font-size: 16pt;
        font-weight: normal;
        font-family: 'Lora', serif;
    }

    .dld {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        text-align: center;
        padding-bottom: 20px;
        background: url(../images/bg4.png);
        background-size: 100%;
        box-shadow: 0px 0px 20px 5px black;
    }

    .dld button {
        border-radius: 15px;
        width:fit-content;
        padding: 10px;
        font-size: 18pt;
        font-family: 'Lora', serif;
        color: white;
        border: none;
        height: fit-content;
        background: #6150ff;
        transition: 0.2s;
    }

    .dld button:hover {
        cursor: pointer;
        background: #9286ff;
        scale: 1.1;
    }

    .dld hr {
        width: 30%;
        height: 3px;
        color: black;
        background: black;
        border: none;
    }

    .dld h1 {
        font-size: 30pt;
        text-decoration: underline;
        color: black;
    }

    .dld h4 {
        font-size: 14pt;
        font-weight: normal;
        font-family: 'Lora', serif;
        color: black;
        line-height: 0.9;
    }

    .new-stf {
        max-width: 65%;
        margin: 0 auto;
        text-align: left;
    }
    .new-stf h3 {
        font-size: 21pt;
        font-family: 'Lora', serif; 
    }
    .new-stf h3 a {
        text-decoration: none;
    }
    .new-stf p, .new-stf ul li {
        font-size: 17pt;
        font-weight: normal;
        font-family: 'Lora', serif; 
    }
    .new-stf hr {
        color: black;
        background-color: black;
        height: 2px;
        margin: 2rem 0;
    }

}

@media screen and (min-width: 800px) {
    body {
        padding: 0;
        margin: 0;
        scroll-behavior: smooth;
        background: url("../images/bg.png") center fixed no-repeat, url(../images/wp.jpg);
    }

    body h1,h2 {
        font-family: 'Lora', serif;
    }

    .op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-play-state: paused;
    }

    @keyframes appear {
        from {opacity: 0%; filter: saturate(0%);}
        to {opacity: 100%; filter: saturate(100%);}
    }

    .bn {
        width: 100%;
        height: 45vh;
        display: flex;
        background-color: #000000;
        position: relative;
        background-image: url("../images/Aka\ Banner\ 3.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex-direction: column;
        align-items: center;
    }

    .lgs {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        column-gap: 5px;
        margin-top: auto;
        align-items: center;
    }

    .lg {
        width: 260px;
    }

    .lgr {
        width: 200px;
    }

    .lg-li {
        opacity: 90%;
        filter: grayscale(100%);
        transition:0.2s;
    }

    .lg-li:hover {
        opacity: 100%;
        filter: grayscale(0%);
        cursor: pointer;
        scale: 1.1;
    }

    .lg-li:not(:hover) {
        transition:0.2s;
    }

    .hdr {
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: #000000;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    position: -webkit-sticky; position: sticky; 
    top: 0;
    z-index: 2;
    padding-bottom: 5px;
    }

    .hdr-a {
        text-decoration: none;
        font-size: 24pt;
        color: white;
        opacity: 90%;
        filter: brightness(70%);
        transition: 0.25s;
    }

    .hdr-a:hover {
        opacity: 100%;
        filter: brightness(100%);
        text-shadow: white 0px 0px 2px;
    }

    .ham {
        display: none;
    }

    .hdc {
        color: white;
        flex-direction: row;
        font-size: 25pt;
        margin-left: 21px;
        display: none;
    }

    .nv {
        display: none;
    }

    .tle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url(../images/bg4.png);
        row-gap: 15px;
        background-size: 50%;
        box-shadow: 0px 0px 20px 5px black;
        padding-bottom: 40px;
    }

    .tle h1 {
        font-size: 40pt;
        margin-bottom: -15px;
        text-decoration: underline;
    }

    .tle h2 {
        font-size: 30pt;
        margin-bottom: -15px;
    }

    .tle p {
        min-width: 50vw;
        max-width: 70vw;
        font-family: Georgia;
        font-size: 20pt;
        text-align: left;
    }

    .tle a {
        text-decoration: none;
    }

    .tle hr {
        height: 3px;
        color: black;
        background: black;
        width: 50%;
    }

    .gms {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
        column-gap: 30px;
    }

    .gms img {
        width: 180px;
    }

    .gmm {
        border-radius: 15px;
        transition: 0.25s;
    }

    .gmm:hover {
        scale: 1.05;
    }

    .gmm:not(:hover) {
        transition: 0.25s;
    }

    .gmr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: fit-content;
        width: fit-content;
        row-gap: 10px;
        transition: 0.2s;
        text-decoration: none;
        font-size: 20pt;
        font-family: Times;
        color: black;
    }


    .gmr img {
        filter: opacity(80%);
        filter: grayscale(100%);
        width: 170px !important;
        border-radius: 15px;
    }

    .gmr img:hover {
        filter: opacity(100%);
        filter: grayscale(0%);
        cursor: pointer;
        scale: 1.1 !important;
        border-radius: 10px;
        transition: 0.3s;
    }

    .gmr img:not(:hover) {
        transition: 0.3s;
    }

    .str {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
        padding-bottom: 60px;
    }

    .str h1 {
        font-size: 40pt;
        margin-bottom: 10px;
        text-decoration: underline;
    }

    .spt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70vw;
        row-gap: 20px;
    }

    .spt img {
        width:400px;
    }

    .str p {
        width:70vw;
        text-align:center;
        font-size: 17pt;
        font-family:'Lora';
    }

    .slr {
        position:relative;
        animation: right;
        animation-duration: 1.75s;
        animation-iteration-count: 1;
        animation-play-state: paused;
        box-shadow: #000000 0px 0px 5px 3px;
    }

    .sll {
        position:relative;
        animation: left;
        animation-duration: 1.75s;
        animation-iteration-count: 1;
        animation-play-state: paused;
        box-shadow: #000000 0px 0px 5px 3px;
    }

    .tp {
        animation: type linear forwards;
        opacity: 0%;
        animation-duration: 1.1s;
        animation-iteration-count: 1;
        animation-play-state: paused;

    }

    .sph {
        width: 80vw;
        height: 3.5px;
        background-color: black;
        color: black;
    }

    @keyframes right {
        from {left:-100px; opacity: 0%;filter: grayscale(100%);}
        to {left: 0px; opacity: 100%;filter: grayscale(0%);}
    }

    @keyframes left {
        from {left:100px; opacity: 0%;filter: grayscale(100%);}
        to {left: 0px; opacity: 100%;filter: grayscale(0%);}
    }

    @keyframes type {
        from {opactiy: 0%;}
        to {opacity: 100%;}
    }

    .crs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url(../images/bg4.png);
        row-gap: 15px;
        background-size: 50%;
        box-shadow: 0px 0px 20px 5px black;
        padding-bottom: 60px;
    }

    .crs h1 {
        font-size: 40pt;
        text-decoration: underline;
    }

    .cgrid {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(3, 150px);
        justify-content: center;
        align-items: center;
        height: fit-content;
        width: fit-content;
        column-gap: 30px;
        row-gap: 30px;
        overflow: visible;
    }

    .crd {
        display: none;
    }

    .cgrid img {
        border: rgb(0, 0, 0) solid 6px;
        box-shadow: black 0 0 12px 3px;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        transition: 0.25s;
    }

    .cgrid img:not(:hover) {
        transition: 0.25s;
    }

    .cgrid img:hover {
        cursor: pointer;
        scale: 1.2;
        box-shadow: black 0 0 15px 3.5px;
        border: black solid 6px;
    }

    .sld-over {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        backdrop-filter: brightness(40%);
        z-index: 2;
    }

    .sld-cont {
        display: none;
        flex-direction: row;
        position: fixed;
        justify-content: center;
        z-index: 4;
        min-width: 65vw;
        min-height: 40vh;
        max-width: 85vw;
        max-height: 85vh;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url("../images/bg.png") center fixed no-repeat, url(../images/wp.jpg);
        box-shadow: black 0px 0px 30px 12px;
        border-radius: 10px;
        overflow: auto;
    }

    .sld-cr {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
        margin-top: 15px;
    }

    .sld-cr:hover {
        cursor: pointer;
        filter: opacity(40%);
    }

    .sld-cr img {
        height: 20px;
    }

    .sld-btn {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
    }

    .sld-btn:hover {
        cursor: pointer;
        filter: opacity(40%);
    }

    .sld-btn img {
        height: 30px;
    }



    .sld {
        display: flex;
        flex-direction: column;
        align-items: center;
        column-gap: 20px;
        overflow: scroll;
    }

    .ch {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        align-items: start;
        justify-content: center;
        margin-bottom: 20px;
        font-family: 'Lora',serif;
    }

    .ch h1 {
        margin-bottom: -20px;
    }

    .ch h4 {
        font-size: 17pt;
    }

    .ch hr {
        width: 100%;
        color: black;
        margin-top: -15px;
    }

    .ch-i {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
        margin-top: -15px;
        column-gap: 20px;
        font-family: 'Lora',serif;
    }

    .ch-i h3 {
        font-size: 16pt;
        text-decoration: underline;
    }

    .ch-i p {
        font-size: 14pt;
    }

    .ch-i div {
        flex-basis: 50%;
    }

    .crp {
        height: 500px;
    }

    .crp2 {
        height: 150px;
    }

    .art {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        row-gap: 0px;
        text-align: center;
    }

    .art h1 {
        font-size: 40pt;
        text-decoration: underline;
    }

    .art hr {
        width: 75%;
        height: 3px;
        color: black;
        background: black;
    }

    .art iframe {
        width:600px;
        height:350px;
    }

    .igrid {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(2,250px);
        gap: 20px 20px;
        height: fit-content;
        width: fit-content;
        justify-content: center;
        align-items: center;
        overflow: visible;
        margin-bottom: 20px;
    }

    .igrid img {
        width: 250px;
        transition: 0.25s;
    }

    .igrid img:hover {
        scale: 1.05;
        cursor: pointer;
        box-shadow: black 0 0 5px 3px;
        filter: brightness(105%);
    }

    .img-ovr {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        backdrop-filter: brightness(40%);
        z-index: 2;
    }

    .img-cont {
        display: none;
        flex-direction: row;
        position: fixed;
        justify-content: center;
        z-index: 4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-top: 15px;
        padding-bottom: 15px;
        height: fit-content;
        width: fit-content;
        background: black;
        box-shadow: black 0px 0px 30px 12px;
        border-radius: 10px;
    }

    .image {
        display: none;
        width: 500px;
        border: black solid 3px;
    }

    .stf {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 15px;
        padding-bottom: 25px;
        text-align: center;
    }

    .stf h1 {
        font-size: 40pt;
        text-decoration: underline;
    }

    .stf h4 {
        font-size: 22pt;
        font-weight: normal;
        font-family: 'Lora', serif;
    }

    .dld {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        text-align: center;
        padding-bottom: 20px;
        background: url(../images/bg4.png);
        background-size: 50%;
        box-shadow: 0px 0px 20px 5px black;
    }

    .dld button {
        border-radius: 20px;
        width: 250px;
        font-size: 20pt;
        font-family: 'Lora', serif;
        color: white;
        border: none;
        height: 50px;
        background: #6150ff;
        transition: 0.2s;
    }

    .dld button:hover {
        cursor: pointer;
        background: #9286ff;
        scale: 1.1;
    }

    .dld hr {
        width: 30%;
        height: 3px;
        color: black;
        background: black;
        border: none;
    }

    .dld h1 {
        font-size: 40pt;
        text-decoration: underline;
        color: black;
    }

    .dld h4 {
        font-size: 16pt;
        font-weight: normal;
        font-family: 'Lora', serif;
        color: black;
        line-height: 0.9;
    }

    .new-stf {
        max-width: 65%;
        margin: 0 auto;
        text-align: left;
    }
    .new-stf h3 {
        font-size: 24pt;
        font-family: 'Lora', serif; 
    }
    .new-stf h3 a {
        text-decoration: none;
    }
    .new-stf p, .new-stf ul li {
        font-size: 19pt;
        font-weight: normal;
        font-family: 'Lora', serif; 
    }
    .new-stf hr {
        color: black;
        background-color: black;
        height: 2px;
        margin: 2rem 0;
    }
}


@media screen and (min-width: 1200px) {
    body {
        padding: 0;
        margin: 0;
        scroll-behavior: smooth;
        background: url("../images/bg.png") center fixed no-repeat, url(../images/wp.jpg);
    }

    body h1,h2 {
        font-family: 'Lora', serif;
    }

    .op {
        animation: appear linear forwards;
        opacity: 0%;
        filter: saturate(0%);
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-play-state: paused;
    }

    @keyframes appear {
        from {opacity: 0%; filter: saturate(0%);}
        to {opacity: 100%; filter: saturate(100%);}
    }

    .bn {
        width: 100%;
        height: 70vh;
        display: flex;
        background-color: #000000;
        position: relative;
        background-image: url("../images/Aka\ Banner\ 3.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        flex-direction: column;
        align-items: center;
    }

    .lgs {
        width: fit-content;
        height: fit-content;
        display: flex;
        flex-direction: row;
        column-gap: 30px;
        margin-top: auto;
        align-items: center;
    }

    .lg {
        width: 400px;
    }

    .lgr {
        width: 275px;
    }

    .lg-li {
        opacity: 90%;
        filter: grayscale(100%);
        transition:0.2s;
    }

    .lg-li:hover {
        opacity: 100%;
        filter: grayscale(0%);
        cursor: pointer;
        scale: 1.1;
    }

    .lg-li:not(:hover) {
        transition:0.2s;
    }

    .hdr {
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: #000000;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    position: -webkit-sticky; position: sticky; 
    top: 0;
    z-index: 2;
    }

    .hdr-a {
        text-decoration: none;
        font-size: 24pt;
        color: white;
        opacity: 90%;
        filter: brightness(70%);
        transition: 0.25s;
    }

    .hdr-a:hover {
        opacity: 100%;
        filter: brightness(100%);
        text-shadow: white 0px 0px 2px;
        transition: 0.2s;
    }

    .nv {
        display: flex;
    }

    .ham {
        display: none;
    }

    .hdc {
        color: white;
        flex-direction: row;
        font-size: 25pt;
        margin-left: 21px;
        display: none;
    }

    .tle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url(../images/bg4.png);
        row-gap: 15px;
        background-size: 50%;
        box-shadow: 0px 0px 20px 5px black;
        padding-bottom: 40px;
    }

    .tle h1 {
        font-size: 40pt;
        margin-bottom: -15px;
        text-decoration: underline;
    }

    .tle h2 {
        font-size: 30pt;
        margin-bottom: -15px;
    }

    .tle p {
        min-width: 50vw;
        max-width: 70vw;
        font-family: Georgia;
        font-size: 20pt;
        text-align: left;
    }

    .tle a {
        text-decoration: none;
    }

    .tle hr {
        height: 3px;
        color: black;
        background: black;
        width: 50%;
    }

    .gms {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
        column-gap: 40px;
    }

    .gms img {
        width: 200px;
    }

    .gmm {
        border-radius: 15px;
        transition: 0.25s;
    }

    .gmm:hover {
        scale: 1.05;
    }

    .gmm:not(:hover) {
        transition: 0.25s;
    }

    .gmr {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: fit-content;
        width: fit-content;
        row-gap: 10px;
        transition: 0.2s;
        text-decoration: none;
        font-size: 20pt;
        font-family: Times;
        color: black;
    }


    .gmr img {
        filter: opacity(80%);
        filter: grayscale(100%);
        width: 185px !important;
        border-radius: 15px;
    }

    .gmr img:hover {
        filter: opacity(100%);
        filter: grayscale(0%);
        cursor: pointer;
        scale: 1.1 !important;
        border-radius: 10px;
        transition: 0.3s;
    }

    .gmr img:not(:hover) {
        transition: 0.3s;
    }

    .str {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 70px;
        padding-bottom: 60px;
    }

    .str h1 {
        font-size: 40pt;
        margin-bottom: -15px;
        text-decoration: underline;
    }

    .spt {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 70vw;
        column-gap: 50px;
    }

    .spt img {
        width:450px;
    }

    .spt p {
        font-size: 17pt;
        font-family:'Lora';
    }

    .slr {
        position:relative;
        animation: right;
        animation-duration: 1.75s;
        animation-iteration-count: 1;
        animation-play-state: paused;
        box-shadow: #000000 0px 0px 5px 3px;
    }

    .sll {
        position:relative;
        animation: left;
        animation-duration: 1.75s;
        animation-iteration-count: 1;
        animation-play-state: paused;
        box-shadow: #000000 0px 0px 5px 3px;
    }

    .tp {
        animation: type linear forwards;
        animation-delay: 0.9s;
        opacity: 0%;
        animation-duration: 1.1s;
        animation-iteration-count: 1;
        animation-play-state: paused;

    }

    .sph {
        width: 80vw;
        height: 3.5px;
        background-color: black;
        color: black;
        display: none;
    }

    @keyframes right {
        from {left:-100px; opacity: 0%;filter: grayscale(100%);}
        to {left: 0px; opacity: 100%;filter: grayscale(0%);}
    }

    @keyframes left {
        from {left:100px; opacity: 0%;filter: grayscale(100%);}
        to {left: 0px; opacity: 100%;filter: grayscale(0%);}
    }

    @keyframes type {
        from {opactiy: 0%;}
        to {opacity: 100%;}
    }

    .crs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url(../images/bg4.png);
        row-gap: 15px;
        background-size: 50%;
        box-shadow: 0px 0px 20px 5px black;
        padding-bottom: 60px;
    }

    .crd {
        display: flex;
    }

    .crs h1 {
        font-size: 40pt;
        text-decoration: underline;
    }

    .cgrid {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(5, 150px);
        justify-content: center;
        align-items: center;
        height: fit-content;
        width: fit-content;
        column-gap: 50px;
        row-gap: 30px;
        overflow: visible;
    }

    .cgrid img {
        border: rgb(0, 0, 0) solid 6px;
        box-shadow: black 0 0 12px 3px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        transition: 0.25s;
        opacity: 80%;
    }

    .cgrid img:not(:hover) {
        transition: 0.25s;
    }

    .cgrid img:hover {
        cursor: pointer;
        scale: 1.2;
        opacity: 100%;
        box-shadow: black 0 0 15px 3.5px;
        border: black solid 6px;
    }

    .sld-over {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        backdrop-filter: brightness(40%);
        z-index: 2;
    }

    .sld-cont {
        display: none;
        flex-direction: row;
        position: fixed;
        justify-content: center;
        z-index: 4;
        min-width: 65vw;
        min-height: 65vh;
        max-width: 85vw;
        max-height: 85vh;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: url("../images/bg.png") center fixed no-repeat, url(../images/wp.jpg);
        box-shadow: black 0px 0px 30px 12px;
        border-radius: 10px;
        overflow: auto;
    }

    .sld-cr {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
        margin-top: 15px;
    }

    .sld-cr:hover {
        cursor: pointer;
        filter: opacity(40%);
    }

    .sld-cr img {
        height: 20px;
    }

    .sld-btn {
        background: none;
        border: none;
        filter: opacity(100%);
        transition: 0.2s;
    }

    .sld-btn:hover {
        cursor: pointer;
        filter: opacity(40%);
    }

    .sld-btn img {
        height: 30px;
    }

    .sld {
        display: flex;
        flex-direction: row-reverse;
        align-items: end;
        column-gap: 20px;
    }

    .ch {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        align-items: start;
        justify-content: center;
        margin-bottom: 20px;
        font-family: 'Lora',serif;
    }

    .ch h1 {
        margin-bottom: -20px;
    }

    .ch h4 {
        font-size: 17pt;
    }

    .ch hr {
        width: 100%;
        color: black;
        margin-top: -15px;
    }

    .ch-i {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
        margin-top: -15px;
        column-gap: 30px;
        font-family: 'Lora',serif;
    }

    .ch-i h3 {
        font-size: 16pt;
        text-decoration: underline;
    }

    .ch-i p {
        font-size: 12pt;
    }

    .ch-i div {
        flex-basis: 50%;
    }

    .crp {
        height: 600px;
    }

    .crp2 {
        height: 150px;
    }

    .art {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        row-gap: 0px;
        text-align: center;
    }

    .art h1 {
        font-size: 40pt;
        text-decoration: underline;
    }

    .art hr {
        width: 60%;
        height: 3px;
        color: black;
        background: black;
    }

    .art iframe {
        width:800px;
        height:450px;
    }

    .igrid {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(4, 275px);
        gap: 20px 20px;
        height: fit-content;
        width: fit-content;
        justify-content: center;
        align-items: center;
        overflow: visible;
        margin-bottom: 20px;
    }

    .igrid img {
        width: 275px;
        opacity: 80%;
        transition: 0.25s;
    }

    .igrid img:hover {
        scale: 1.05;
        cursor: pointer;
        opacity: 100%;
        box-shadow: black 0 0 5px 3px;
        filter: brightness(105%);
    }

    .img-ovr {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        backdrop-filter: brightness(40%);
        z-index: 2;
    }

    .img-cont {
        display: none;
        flex-direction: row;
        position: fixed;
        justify-content: center;
        z-index: 4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding-top: 15px;
        padding-bottom: 15px;
        height: fit-content;
        width: fit-content;
        background: black;
        box-shadow: black 0px 0px 30px 12px;
        border-radius: 10px;
    }

    .image {
        display: none;
        width: 800px;
        border: black solid 3px;
    }

    .stf {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 15px;
        padding-bottom: 25px;
        text-align: center;
    }

    .stf h1 {
        font-size: 40pt;
        text-decoration: underline;
    }

    .stf h4 {
        font-size: 22pt;
        font-weight: normal;
        font-family: 'Lora', serif;
    }

    .dld {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        text-align: center;
        padding-bottom: 20px;
        background: url(../images/bg4.png);
        background-size: 50%;
        box-shadow: 0px 0px 20px 5px black;
    }

    .dld button {
        border-radius: 20px;
        width: 250px;
        font-size: 20pt;
        font-family: 'Lora', serif;
        color: white;
        border: none;
        height: 50px;
        background: #6150ff;
        transition: 0.2s;
    }

    .dld button:hover {
        cursor: pointer;
        background: #9286ff;
        scale: 1.1;
    }

    .dld hr {
        width: 30%;
        height: 3px;
        color: black;
        background: black;
        border: none;
    }

    .dld h1 {
        font-size: 40pt;
        text-decoration: underline;
        color: black;
    }

    .dld h4 {
        font-size: 17pt;
        font-weight: normal;
        font-family: 'Lora', serif;
        color: black;
        line-height: 0.9;
    }


    .new-stf {
        max-width: 65%;
        margin: 0 auto;
        text-align: left;
    }
    .new-stf h3 {
        font-size: 24pt;
        font-family: 'Lora', serif; 
    }
    .new-stf h3 a {
        text-decoration: none;
    }
    .new-stf p, .new-stf ul li {
        font-size: 19pt;
        font-weight: normal;
        font-family: 'Lora', serif; 
    }
    .new-stf hr {
        color: black;
        background-color: black;
        height: 2px;
        margin: 2rem 0;
    }
}