@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 B 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;
        filter: blur(4px);
        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: 134px;
    }
    .courseb-a-back {
        grid-row: 3;
        width: 54rem;
        grid-column: 1/13;
        margin-top: -175px;
        margin-left: -30px;
    }
    .courseb-p-a {
        color: white;
        font-family: "Shippori Antique", sans-serif;
        opacity: 0.5;
        font-size: 1.3rem;
        grid-row: 4;
        margin-top: -705px;
        margin-left: -85px;
        /*    grid-column: 1/7;*/
        width: 200px;
        padding: 20px;
        rotate: 90deg;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0.9;
    }
    .courseb-p-b {
        color: white;
        font-size: 1.5rem;
        font-family: "Archivo Black", sans-serif;
        grid-column: 3/10;
        margin-top: -476px;
        margin-left: 30px;
        grid-row: 4;
    }
    .coursebqr {
        width: 50px;
        grid-row: 4;
        margin-top: -450px;
        grid-column: 10/12;
        z-index: 2;
    }
    .courseb-qr-p {
        width: 130px;
        grid-row: 4;
        margin-top: -402px;
        grid-column: 10/12;
        margin-left: -40px;
        z-index: 2;
        font-size: 0.5rem;
        color: white;
        font-family: "Shippori Antique", sans-serif;
        text-align: center;
    }
    .courseb-p-c {
        grid-row: 5;
        grid-column: 3/9;
        margin-top: -410px;
        font-size: 0.8rem;
        margin-left: 30px;
        line-height: 2.5;
        color: white;
        font-family: "Shippori Antique", sans-serif;
    }
    .courseb-p-d {
        grid-row: 6;
        grid-column: 3/10;
        margin-top: -345px;
        font-size: 0.8rem;
        margin-left: 30px;
        line-height: 2.5;
        color: white;
        font-family: "Shippori Antique", sans-serif;
    }
    .courseb-p-e {
        grid-row: 7;
        grid-column: 3/10;
        margin-top: -230px;
        margin-right: -10px;
        font-size: 0.8rem;
        margin-left: 30px;
        line-height: 2.5;
        color: white;
        line-height: 2.5;
        font-family: "Shippori Antique", sans-serif;
    }
    .courseb-p-f {
        font-size: 1.1rem;
        font-family: "Archivo Black", sans-serif;
        grid-row: 8;
        margin-top: -80px;
        grid-column: 3/10;
        /*        margin-left: 30px;*/
        color: white;
    }
    .courseb-p-g {
        font-size: 0.8rem;
        font-family: "Shippori Antique", sans-serif;
        grid-row: 8;
        margin-top: -20px;
        grid-column: 3/11;
        /*        margin-left: 30px;*/
        /*        margin-right: -25px;*/
        margin-bottom: 40px;
        line-height: 2.5;
        color: white;
    }
    .courseb-p-h {
        font-size: 0.8rem;
        font-family: "Shippori Antique", sans-serif;
        grid-row: 9;
        margin-top: -50px;
        grid-column: 3/11;
        /*        margin-left: 20px;*/
        margin-right: -20px;
        line-height: 2.5;
        color: white;
    }
    .courseb-p-i {
        grid-row: 10;
        grid-column: 3/10;
        /*        margin-left: 35px;*/
        color: white;
        font-family: "Archivo Black", sans-serif;
        font-size: 1.5rem;
        line-height: 1.6;
        margin-top: 30px;
    }
    .courseb-p-j {
        color: white;
        font-family: "Shippori Antique", sans-serif;
        opacity: 0.5;
        font-size: 1.3rem;
        grid-row: 10;
        grid-column: 11;
        width: 200px;
        rotate: -90deg;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -80px;
        margin-top: 105px;
        line-height: 0.9;
    }
    .courseb-p-k {
        font-size: 0.8rem;
        font-family: "Shippori Antique", sans-serif;
        grid-row: 12;
        margin-top: -100px;
        grid-column: 3/10;
        margin-left: -25px;
        line-height: 2.5;
        color: white;
    }
    .courseb-yellow-line {
        grid-row: 13;
        width: 260px;
        grid-column: 3/12;
        /*        margin-left: 120px;*/
        /*        margin-top: -5px;*/
    }
    .courseb-p-l {
        grid-row: 14;
        font-family: "Archivo Black", sans-serif;
        font-size: 1.2rem;
        line-height: 1.6;
        color: white;
        grid-column: 4/11;
        /*        margin-left: -30px;*/
        /*        margin-top: -280px;*/
    }
    .team-three-b {
        grid-row: 15;
        width: 110px;
        border-radius: 50px;
        grid-column: 3/5;
        /*        margin-top: 35px;*/
        /*        margin-left: 17px;*/
    }
    .courseb-p-m {
        grid-row: 15;
        grid-column: 3/11;
        font-size: 0.8rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2.5;
        color: white;
        margin-top: -30px;
        margin-left: 17px;
    }
    .courseb-p-ma {
        grid-row: 15;
        margin-right: -30px;
        margin-top: 30px;
        margin-left: 70px;
    }
    .courseb-p-mb {
        grid-row: 15;
        grid-column: 3/10;
        margin-top: 30px;
        margin-left: -40px;
        margin-right: -25px;
    }
    .courseb-p-n {
        grid-row: 16;
        font-family: "Archivo Black", sans-serif;
        font-size: 1.5rem;
        line-height: 1.6;
        color: white;
        grid-column: 4/10;
        text-align: center;
        /*        margin-left: 17px;*/
        z-index: 2;
    }
    .coursebackc {
        grid-row: 16;
        width: 200px;
        z-index: 1;
        grid-column: 4/10;
        /*        margin-left: -20px;*/
        text-align: center;
        margin-top: 10px;
    }
    .courseb-p-o {
        grid-row: 17;
        grid-column: 3/11;
        font-size: 0.8rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2.5;
        color: white;
        /*        margin-left: 17px;*/
    }
    .team-two {
        grid-row: 18;
        width: 250px;
        border-radius: 50px;
        grid-column: 3/11;
        align-items: center;
        margin-bottom: 80px;
    }
    .coursebreadless {
        z-index: 2;
        font-size: 0.8rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 19;
        margin-top: -130px;
        /*        margin-bottom: 10px;*/
        grid-column: 7/11;
        margin-left: 35px;
        height: 40px;
        width: 100px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    /* 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 B 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: 420px;
        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: 5rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/9;
        grid-row: 2;
        margin-top: 255px;
    }
    .courseb-a-back {
        grid-row: ;
        width: 114rem;
        grid-column: 1/13;
        margin-top: -235px;
        margin-left: -30px;
    }
    .courseb-p-a {
        color: white;
        font-family: "Shippori Antique", sans-serif;
        opacity: 0.5;
        font-size: 3.5rem;
        grid-row: 4;
        margin-top: -1335px;
        /*    grid-column: 1/7;*/
        width: 500px;
        padding: 20px;
        rotate: 90deg;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -175px;
        line-height: 0.9;
    }
    .courseb-p-b {
        color: white;
        font-size: 3.8rem;
        font-family: "Archivo Black", sans-serif;
        grid-column: 4/10;
        margin-top: -976px;
        margin-left: 20px;
        grid-row: 4;
    }
    .coursebqr {
        width: 75px;
        grid-row: 4;
        margin-top: -912px;
        margin-left: 20px;
        grid-column: 10/12;
        z-index: 2;
    }
    .courseb-qr-p {
        width: 130px;
        grid-row: 4;
        margin-top: -845px;
        margin-left: 18px;
        grid-column: 10/12;
        z-index: 2;
        font-size: 0.9rem;
        color: white;
        font-family: "Shippori Antique", sans-serif;
        text-align: center;
    }
    .courseb-p-c {
        grid-row: 5;
        margin-left: 20px;
        grid-column: 4/11;
        margin-top: -760px;
        font-size: 1.1rem;
        line-height: 2.5;
        color: white;
        font-family: "Shippori Antique", sans-serif;
    }
    .courseb-p-d {
        grid-row: 5;
        grid-column: 4/11;
        margin-top: -640px;
        font-size: 1.1rem;
        margin-left: 20px;
        line-height: 2.5;
        color: white;
        font-family: "Shippori Antique", sans-serif;
    }
    .courseb-p-e {
        grid-row: 5;
        grid-column: 4/11;
        margin-top: -510px;
        font-size: 1.1rem;
        margin-left: 20px;
        line-height: 2.5;
        color: white;
        line-height: 2.5;
        font-family: "Shippori Antique", sans-serif;
    }
    .courseb-p-f {
        font-size: 2rem;
        font-family: "Archivo Black", sans-serif;
        grid-row: 6;
        margin-top: -370px;
        grid-column: 2/7;
        margin-left: 35px;
        color: white;
    }
    .courseb-p-g {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        grid-row: 7;
        margin-top: -290px;
        grid-column: 2/7;
        margin-left: 35px;
        margin-right: -30px;
        margin-bottom: 40px;
        line-height: 2.5;
        color: white;
    }
    .courseb-p-h {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        grid-row: 7;
        margin-top: -290px;
        grid-column: 8/12;
        margin-left: -40px;
        margin-right: -20px;
        line-height: 2.5;
        color: white;
    }
    .courseb-p-i {
        grid-row: 8;
        grid-column: 2/8;
        margin-left: 35px;
        color: white;
        font-family: "Archivo Black", sans-serif;
        font-size: 3.0rem;
        line-height: 1.6;
        margin-top: -430px;
    }
    .courseb-p-j {
        color: white;
        font-family: "Shippori Antique", sans-serif;
        opacity: 0.5;
        font-size: 3.0rem;
        grid-row: 7;
        grid-column: 11;
        width: 490px;
        rotate: -90deg;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -185px;
        margin-top: 250px;
        line-height: 0.9;
    }
    .courseb-p-k {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        grid-row: 8;
        margin-top: -150px;
        grid-column: 2/12;
        margin-left: 15px;
        line-height: 2.5;
        color: white;
    }
    .courseb-yellow-line {
        grid-row: 9;
        width: 450px;
        height: 50px;
        grid-column: 4/12;
        margin-left: 90px;
        margin-top: -5px;
    }
    .courseb-p-l {
        grid-row: 10;
        font-family: "Archivo Black", sans-serif;
        font-size: 2.4rem;
        line-height: 1.6;
        color: white;
        grid-column: 6/12;
        margin-top: -20px;
        /*        margin-left: -30px;*/
    }
    .team-three-b {
        grid-row: 11;
        width: 240px;
        border-radius: 50px;
        grid-column: 2/5;
        margin-top: -85px;
        margin-left: 17px;
    }
    .courseb-p-m {
        grid-row: 11;
        grid-column: 6/11;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2.5;
        color: white;
        margin-top: -30px;
        margin-left: -20px;
    }
    .courseb-p-n {
        grid-row: 12;
        font-family: "Archivo Black", sans-serif;
        font-size: 3rem;
        line-height: 1.6;
        color: white;
        grid-column: 4/10;
        margin-left: 17px;
        text-align: center;
        z-index: 2;
    }
    .coursebackc {
        grid-row: 12;
        width: 400px;
        z-index: 1;
        grid-column: 5/9;
        text-align: center;
        margin-left: -20px;
        margin-top: 10px;
    }
    .courseb-p-o {
        grid-row: 13;
        grid-column: 3/11;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2.5;
        color: white;
        margin-left: 57px;
    }
    .team-two {
        grid-row: 14;
        width: 600px;
        border-radius: 50px;
        grid-column: 3/11;
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    .coursebreadless {
        z-index: 2;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 15;
        margin-top: -130px;
        margin-bottom: 130px;
        grid-column: 10/13;
        margin-left: 35px;
        height: 50px;
        width: 150px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    /* 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 B 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;
    }
    .courseb-a-back {
        grid-row: 3;
        width: 114rem;
        grid-column: 1/13;
        margin-top: -95px;
        margin-left: -30px;
    }
    .courseb-p-a {
        color: white;
        font-family: "Shippori Antique", sans-serif;
        opacity: 0.5;
        font-size: 4rem;
        grid-row: 4;
        margin-top: -1235px;
        /*    grid-column: 1/7;*/
        width: 500px;
        padding: 20px;
        rotate: 90deg;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -255px;
        line-height: 0.9;
    }
    .courseb-p-b {
        color: white;
        font-size: 6rem;
        font-family: "Archivo Black", sans-serif;
        grid-column: 3/9;
        margin-top: -976px;
        margin-left: 30px;
        grid-row: 4;
    }
    .coursebqr {
        width: 130px;
        grid-row: 4;
        margin-top: -862px;
        grid-column: 11/12;
        z-index: 2;
    }
    .courseb-qr-p {
        width: 130px;
        grid-row: 4;
        margin-top: -732px;
        grid-column: 11/12;
        z-index: 2;
        font-size: 0.9rem;
        color: white;
        font-family: "Shippori Antique", sans-serif;
        text-align: center;
    }
    .courseb-p-c {
        grid-row: 5;
        grid-column: 3/5;
        margin-top: -650px;
        font-size: 1.1rem;
        margin-left: 35px;
        line-height: 2.5;
        color: white;
        font-family: "Shippori Antique", sans-serif;
    }
    .courseb-p-d {
        grid-row: 5;
        grid-column: 5/7;
        margin-top: -650px;
        font-size: 1.1rem;
        margin-left: 30px;
        line-height: 2.5;
        color: white;
        font-family: "Shippori Antique", sans-serif;
    }
    .courseb-p-e {
        grid-row: 5;
        grid-column: 8/11;
        margin-top: -650px;
        margin-right: 70px;
        font-size: 1.1rem;
        margin-left: 30px;
        line-height: 2.5;
        color: white;
        line-height: 2.5;
        font-family: "Shippori Antique", sans-serif;
    }
    .courseb-p-f {
        font-size: 2rem;
        font-family: "Archivo Black", sans-serif;
        grid-row: 6;
        margin-top: -430px;
        grid-column: 3/6;
        margin-left: 35px;
        color: white;
    }
    .courseb-p-g {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        grid-row: 7;
        margin-top: -340px;
        grid-column: 3/6;
        margin-left: 35px;
        margin-right: -25px;
        margin-bottom: 40px;
        line-height: 2.5;
        color: white;
    }
    .courseb-p-h {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        grid-row: 7;
        margin-top: -340px;
        grid-column: 8/11;
        margin-left: 20px;
        margin-right: -20px;
        line-height: 2.5;
        color: white;
    }
    .courseb-p-i {
        grid-row: 8;
        grid-column: 3/5;
        margin-left: 35px;
        color: white;
        font-family: "Archivo Black", sans-serif;
        font-size: 3rem;
        line-height: 1.6;
        margin-top: -470px;
    }
    .courseb-p-j {
        color: white;
        font-family: "Shippori Antique", sans-serif;
        opacity: 0.5;
        font-size: 4rem;
        grid-row: 7;
        grid-column: 11;
        width: 500px;
        rotate: -90deg;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -110px;
        margin-top: 50px;
        line-height: 0.9;
    }
    .courseb-p-k {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        grid-row: 8;
        margin-top: -100px;
        grid-column: 5/12;
        margin-left: 20px;
        margin-left: 70px;
        line-height: 2.5;
        color: white;
    }
    .courseb-yellow-line {
        grid-row: 9;
        width: 670px;
        grid-column: 4/12;
        margin-left: 120px;
        margin-top: -275px;
    }
    .courseb-p-l {
        grid-row: 10;
        font-family: "Archivo Black", sans-serif;
        font-size: 3rem;
        line-height: 1.6;
        color: white;
        grid-column: 8/11;
        margin-left: -30px;
        margin-top: -280px;
    }
    .team-three-b {
        grid-row: 8;
        width: 250px;
        border-radius: 50px;
        grid-column: 3/5;
        margin-top: -35px;
        margin-left: 17px;
    }
    .courseb-p-m {
        grid-row: 11;
        grid-column: 3/10;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2.5;
        color: white;
        margin-top: -30px;
        margin-left: 17px;
    }
    .courseb-p-n {
        grid-row: 12;
        font-family: "Archivo Black", sans-serif;
        font-size: 3rem;
        line-height: 1.6;
        color: white;
        grid-column: 3/5;
        margin-left: 17px;
        z-index: 2;
    }
    .coursebackc {
        grid-row: 12;
        width: 400px;
        z-index: 1;
        grid-column: 3/5;
        margin-left: -20px;
        margin-top: 10px;
    }
    .courseb-p-o {
        grid-row: 13;
        grid-column: 3/6;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2.5;
        color: white;
        margin-left: 17px;
    }
    .team-two {
        grid-row: 13;
        width: 600px;
        border-radius: 50px;
        grid-column: 7/11;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    .coursebbackb {
        grid-column: 1 / 13;
        grid-row: 15;
        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%);
    }
    .coursebtitleb {
        z-index: 2;
        font-size: 7.3rem;
        font-family: "Archivo Black", sans-serif;
        color: #FCB11A;
        text-align: left;
        grid-column: 2/9;
        grid-row: 15;
        margin-top: 200px;
    }
    .coursebbp2 {
        z-index: 2;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 15;
        margin-top: 368px;
        grid-column: 11/13;
        margin-left: 35px;
        height: 50px;
        width: 150px;
        border-radius: 50px;
        border: none;
    }
    .coursebreadless {
        z-index: 2;
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #363636;
        background-color: #FCB11A;
        grid-row: 14;
        margin-top: -130px;
        margin-bottom: 130px;
        grid-column: 11/13;
        margin-left: 35px;
        height: 50px;
        width: 150px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
    }
    /* 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;
    }
}
