@charset "UFT-8";
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    /* Prevents horizontal scroll */
}
#container {
    width: 100%;
    max-width: 100%;
    /* Ensures no extra spacing */
    margin: 0;
    /* Remove default margins */
    padding: 0;
    /* Remove default padding */
    grid-gap: 0;
    /* Remove grid gaps if causing issues */
}
#container {
    display: grid;
    grid-template-rows: 80px 60vh 1fr auto;
    /*    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
    /*    grid-template-columns: repeat(12, 1fr);*/
    grid-template-columns: repeat(12, minmax(0, 1fr));
    /*    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;*/
    grid-template-rows: auto;
    grid-gap: 15px;
    background-color: #363636;
    box-sizing: border-box;
}
body {
    background-color: #363636;
    background: linear-gradient(0deg, #1D1D1D, #363636);
}

/* below 600px typically tablet*/

@media only screen and (max-width: 600px) {
    .sm1 {
        grid-column-end: span 12;
    }
    .sm2 {
        grid-column-end: span 6;
    }
    .sm3 {
        grid-column-end: span 4;
    }
    .sm4 {
        grid-column-end: span 3;
    }
    .sm6 {
        grid-column-end: span 2;
    }
    .sm12 {
        grid-column-end: span 1;
    }
    .logo img {
        width: 100px;
        margin-left: 15px;
        z-index: 12;
    }
    .logo {
        grid-column: 1 / 3;
        grid-row: 1;
        z-index: 10;
        margin-top: 25px;
        z-index: 12;
    }
    .logowhite img {
        width: 140px;
        z-index: 12;
    }
    .logowhite {
        grid-column: 1 / 3;
        grid-row: 1;
        margin-top: 15px;
        margin-left: -5px;
        z-index: 12;
    }
    .profile img {
        width: 35px;
    }
    .profile {
        grid-column: 9/ 13;
        grid-row: 1;
        z-index: 10;
        margin-right: 40px;
        margin-top: 20px;
    }
    header {
        grid-row: 1;
        grid-column: 1/13;
        margin-top: 70px;
        z-index: 10;
        margin-right: 25px;
    }
    /* Burger Navigation */
    #nav-trigger {
        display: none;
    }
    label[for="nav-trigger"] {
        display: block;
        position: fixed;
        right: 15px;
        top: 20px;
        z-index: 200;
        cursor: pointer;
        font-family: "Allerta Stencil", sans-serif;
        color: #FCB11A;
        font-size: 16px;
        margin-top: 5px;
    }
    .navigation {
        display: flex;
        flex-direction: column;
        position: fixed;
        background: #656464;
        transition: transform 0.4s ease-in-out;
        z-index: 150;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    }
    .nav-trigger:checked ~ .navigation {
        transform: translateX(-200px);
    }
    nav ul {
        list-style-type: none;
        padding: 60px 0 0;
        margin: 0;
        width: 150px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -200px;
        background: #fff;
        z-index: 150;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    }
    .navigation li {
        width: 100%;
        z-index: 150;
    }
    .navigation a {
        display: block;
        width: 100%;
        padding: 12px 20px;
        color: white;
        text-decoration: none;
        font-family: "Allerta Stencil", sans-serif;
    }
    .navigation a:hover {
        background: #FCB11A;
        color: #fff;
    }
    .down {
        display: none;
    }
    .nav-trigger:checked ~ .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 100;
    }
    /*Course A Page*/
    .courseaback {
        grid-column: 1 / 13;
        grid-row: 2;
        height: 60vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100;
    }
    .coursea {
        position: absolute;
        top: 0;
        width: 100%;
        height: 200px;
        background: url('../img/team2a.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1;
        filter: brightness(50%);
    }
    .courseatitlea {
        z-index: 2;
        font-size: 2.0rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/10;
        grid-row: 2;
        margin-top: 133px;
    }
    .courseapa {
        z-index: 2;
        font-size: 0.6rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 2;
        margin-top: 168px;
        grid-column: 9/11;
        margin-left: 20px;
        height: 25px;
        width: 80px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    .coursebback {
        grid-column: 1 / 13;
        grid-row: 3;
        height: 60vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: -300px;
    }
    .courseb {
        position: absolute;
        top: 0;
        width: 100%;
        height: 200px;
        background: url('../img/team1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1;
        filter: brightness(50%);
    }
    .courseatitleb {
        z-index: 2;
        font-size: 2.0rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/10;
        grid-row: 3;
        margin-top: -178px;
    }
    .courseapb {
        z-index: 2;
        font-size: 0.6rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 3;
        margin-top: -135px;
        grid-column: 9/11;
        margin-left: 25px;
        height: 25px;
        width: 80px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    .coursecback {
        grid-column: 1 / 13;
        grid-row: 4;
        height: 0vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: -30px;
    }
    .coursec {
        position: absolute;
        top: 0;
        width: 100%;
        height: 200px;
        background: url('../img/zzb.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 1;
        filter: brightness(50%);
        margin-top: -270px;
    }
    .courseatitlec {
        z-index: 2;
        font-size: 2.0rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/10;
        grid-row: 4;
        margin-top: -204px;
    }
    .courseapc {
        z-index: 2;
        font-size: 0.6rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 4;
        margin-top: -130px;
        grid-column: 9/11;
        margin-left: 25px;
        height: 25px;
        width: 80px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    .courseapa,
    courseapb,
    a {
        text-decoration: none;
        color: #363636;
    }
    /* Footer */
    footer {
        font-family: "Shippori Antique", sans-serif;
        background-color: #363636;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        grid-column: 1/13;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: linear-gradient(0deg, #1D1D1D, #363636);
    }
    .contact h3 {
        margin-bottom: 25px;
        font-size: 1.1rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
    }
    .contact address {
        font-style: normal;
        line-height: 2.5;
        font-size: 0.8rem;
    }
    .footersocial {
        display: flex;
        justify-content: center;
        grid-gap: 115px;
        margin-top: 55px;
        margin-bottom: 40px;
    }
    .footerins,
    .footerfacebook,
    .footerred {
        width: 35px;
        height: auto;
    }
    footer a {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }
}

/* above 601px typically tablet*/

@media only screen and (min-width: 601px) {
    .md1 {
        grid-column-end: span 12;
    }
    .md2 {
        grid-column-end: span 6;
    }
    .md3 {
        grid-column-end: span 4;
    }
    .md4 {
        grid-column-end: span 3;
    }
    .md6 {
        grid-column-end: span 2;
    }
    .md12 {
        grid-column-end: span 1;
    }
    .twothird {
        grid-column-end: span 8;
    }
    /* Navigation */
    .logo img {
        width: 200px;
        margin-left: 30px;
        z-index: 12;
    }
    .logo {
        grid-column: 1 / 3;
        grid-row: 1;
        z-index: 10;
        margin-top: 25px;
        z-index: 12;
    }
    .logowhite img {
        width: 280px;
        z-index: 12;
    }
    .logowhite {
        grid-column: 1 / 3;
        grid-row: 1;
        margin-top: 5px;
        margin-left: -10px;
        z-index: 12;
    }
    .profile img {
        width: 60px;
    }
    .profile {
        grid-column: 11 / 13;
        grid-row: 1;
        z-index: 10;
        justify-self: end;
        margin-right: 40px;
        margin-top: 20px;
    }
    header {
        grid-row: 1;
        grid-column: 1/13;
        margin-top: 70px;
        z-index: 10;
        margin-right: 25px;
    }
    nav ul {
        font-family: "Allerta Stencil", sans-serif;
        display: flex;
        justify-content: flex-end;
        grid-gap: 20px;
    }
    nav ul li {
        margin: 0 30px 0 0;
        display: inline;
    }
    nav ul li a {
        text-decoration: none;
        color: #FCB11A;
        font-weight: bold;
        font-size: 16px;
    }
    nav a:hover {
        background-color: #b17600;
        border: 2px solid #b17600;
        color: white;
    }
    /*
nav a.current {
    background-color: #99AACC;
    border: 2px solid #CCDDEE;
    color: white;
    cursor: default;
}
*/
    #nav-trigger {
        display: none;
    }
    label[for="nav-trigger"] {
        display: none;
    }
    .down {
        width: 15px;
        margin-bottom: -2px;
    }
    /*Course A Page*/
    .courseaback {
        grid-column: 1 / 13;
        grid-row: 2;
        height: 60vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100;
    }
    .coursea {
        position: absolute;
        top: 0;
        width: 100%;
        height: 400px;
        background: url('../img/team2a.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        filter: blur(4px);
        z-index: 1;
        filter: brightness(50%);
    }
    .courseatitlea {
        z-index: 2;
        font-size: 4.5rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/9;
        grid-row: 2;
        margin-top: 250px;
    }
    .courseapa {
        z-index: 2;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 2;
        margin-top: 335px;
        grid-column: 10/12;
        /*        margin-left: 35px;*/
        height: 55px;
        width: 150px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    .coursebback {
        grid-column: 1 / 13;
        grid-row: 3;
        height: 60vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: -400px;
    }
    .courseb {
        position: absolute;
        top: 0;
        width: 100%;
        height: 400px;
        background: url('../img/team1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        filter: blur(4px);
        z-index: 1;
        filter: brightness(50%);
    }
    .courseatitleb {
        z-index: 2;
        font-size: 4.5rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/9;
        grid-row: 3;
        margin-top: -140px;
    }
    .courseapb {
        z-index: 2;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 3;
        margin-top: -58px;
        grid-column: 10/12;
        /*        margin-left: 35px;*/
        height: 50px;
        width: 150px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    .coursecback {
        grid-column: 1 / 13;
        grid-row: 4;
        height: 0vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: -400px;
    }
    .coursec {
        position: absolute;
        top: 0;
        width: 100%;
        height: 400px;
        background: url('../img/zzb.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        filter: blur(4px);
        z-index: 1;
        filter: brightness(50%);
    }
    .courseatitlec {
        z-index: 2;
        font-size: 4.5rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/10;
        grid-row: 4;
        margin-top: -160px;
    }
    .courseapc {
        z-index: 2;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 4;
        margin-top: -58px;
        grid-column: 10/12;
        /*        margin-left: 35px;*/
        height: 50px;
        width: 150px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    .courseapa,
    courseapb,
    a {
        text-decoration: none;
        color: #363636;
    }
    /* Footer */
    footer {
        font-family: "Shippori Antique", sans-serif;
        background-color: #363636;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        grid-column: 1/13;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: linear-gradient(0deg, #1D1D1D, #363636);
    }
    .contact h3 {
        margin-bottom: 25px;
        font-size: 1.4rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
    }
    .contact address {
        font-style: normal;
        line-height: 2.5;
    }
    .footersocial {
        display: flex;
        justify-content: center;
        grid-gap: 125px;
        margin-top: 55px;
        margin-bottom: 40px;
    }
    .footerins,
    .footerfacebook,
    .footerred {
        width: 55px;
        height: auto;
    }
    footer a {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }
}

/* above 1025px typically desktop*/

@media only screen and (min-width: 1025px) {
    .col1 {
        grid-column-end: span 12;
    }
    .col2 {
        grid-column-end: span 6;
    }
    .col3 {
        grid-column-end: span 4;
    }
    .col4 {
        grid-column-end: span 3;
    }
    .col6 {
        grid-column-end: span 2;
    }
    .col12 {
        grid-column-end: span 1;
    }
    .twothird {
        grid-column-end: span 8;
    }
    /* Navigation */
    .logo img {
        width: 200px;
        margin-left: 30px;
        z-index: 12;
    }
    .logo {
        grid-column: 1 / 3;
        grid-row: 1;
        z-index: 10;
        margin-top: 25px;
        z-index: 12;
    }
    .logowhite img {
        width: 280px;
        z-index: 12;
    }
    .logowhite {
        grid-column: 1 / 3;
        grid-row: 1;
        margin-top: 5px;
        margin-left: -10px;
        z-index: 12;
    }
    .profile img {
        width: 60px;
    }
    .profile {
        grid-column: 11 / 13;
        grid-row: 1;
        z-index: 10;
        justify-self: end;
        margin-right: 40px;
        margin-top: 20px;
    }
    header {
        grid-row: 1;
        grid-column: 1/13;
        margin-top: 70px;
        z-index: 10;
        margin-right: 25px;
    }
    nav ul {
        font-family: "Allerta Stencil", sans-serif;
        display: flex;
        justify-content: flex-end;
        grid-gap: 20px;
    }
    nav ul li {
        margin: 0 30px 0 0;
        display: inline;
    }
    nav ul li a {
        text-decoration: none;
        color: #FCB11A;
        font-weight: bold;
        font-size: 16px;
    }
    nav a:hover {
        background-color: #b17600;
        border: 2px solid #b17600;
        color: white;
    }
    /*
nav a.current {
    background-color: #99AACC;
    border: 2px solid #CCDDEE;
    color: white;
    cursor: default;
}
*/
    #nav-trigger {
        display: none;
    }
    label[for="nav-trigger"] {
        display: none;
    }
    .down {
        width: 15px;
        margin-bottom: -2px;
    }
    /*Course A Page*/
    .courseaback {
        grid-column: 1 / 13;
        grid-row: 2;
        height: 60vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100;
    }
    .coursea {
        position: absolute;
        top: 0;
        width: 100%;
        height: 500px;
        background: url('../img/team2a.jpg') center center fixed;
        background-size: cover;
        filter: blur(4px);
        z-index: 1;
        filter: brightness(50%);
    }
    .courseatitlea {
        z-index: 2;
        font-size: 7.3rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/9;
        grid-row: 2;
        margin-top: 255px;
    }
    .courseapa {
        z-index: 2;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 2;
        margin-top: 438px;
        grid-column: 11/13;
        margin-left: 35px;
        height: 50px;
        width: 150px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    .coursebback {
        grid-column: 1 / 13;
        grid-row: 3;
        height: 60vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: -70px;
    }
    .courseb {
        position: absolute;
        top: 0;
        width: 100%;
        height: 500px;
        background: url('../img/team1.jpg') center center fixed;
        background-size: cover;
        filter: blur(4px);
        z-index: 1;
        filter: brightness(50%);
    }
    .courseatitleb {
        z-index: 2;
        font-size: 7.3rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/9;
        grid-row: 3;
        margin-top: 200px;
    }
    .courseapb {
        z-index: 2;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 3;
        margin-top: 368px;
        grid-column: 11/13;
        margin-left: 35px;
        height: 50px;
        width: 150px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    .coursecback {
        grid-column: 1 / 13;
        grid-row: 4;
        height: 60vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: -70px;
    }
    .coursec {
        position: absolute;
        top: 0;
        width: 100%;
        height: 500px;
        background: url('../img/zzb.jpg') center center fixed;
        background-size: cover;
        filter: blur(4px);
        z-index: 1;
        filter: brightness(50%);
    }
    .courseatitlec {
        z-index: 2;
        font-size: 7.3rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/10;
        grid-row: 4;
        margin-top: 175px;
    }
    .courseapc {
        z-index: 2;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 4;
        margin-top: 368px;
        grid-column: 11/13;
        margin-left: 35px;
        height: 50px;
        width: 150px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    .courseapa,
    courseapb,
    a {
        text-decoration: none;
        color: #363636;
    }
    /* Footer */
    footer {
        font-family: "Shippori Antique", sans-serif;
        background-color: #363636;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        grid-column: 1/13;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: linear-gradient(0deg, #1D1D1D, #363636);
    }
    .contact h3 {
        margin-bottom: 25px;
        font-size: 1.4rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
    }
    .contact address {
        font-style: normal;
        line-height: 2.5;
    }
    .footersocial {
        display: flex;
        justify-content: center;
        grid-gap: 125px;
        margin-top: 55px;
        margin-bottom: 40px;
    }
    .footerins,
    .footerfacebook,
    .footerred {
        width: 55px;
        height: auto;
    }
    footer a {
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }
}
