@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: 280px;
        z-index: 12;
    }
    .logowhite {
        grid-column: 1 / 3;
        grid-row: 1;
        margin-top: 5px;
        margin-left: -10px;
        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: 150;
    }
    /*Contact Us*/
    .contactyellowback {
        grid-row: 1;
        grid-column: 1;
        width: 23rem;
        height: auto;
        margin-left: -110px;
        margin-top: -100px;
    }
    .contact-t-a {
        font-size: 2.2rem;
        font-family: "Archivo Black", sans-serif;
        color: white;
        grid-row: 2;
        grid-column: 2/13;
        margin-top: -270px;
        margin-left: 10px;
    }
    .contact-p-a {
        font-size: 0.8rem;
        color: #969696;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2.5;
        grid-row: 3;
        grid-column: 2/9;
        margin-top: -280px;
        margin-left: 10px;
    }
    .contact-p-b {
        font-size: 0.7rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2;
        grid-row: 4;
        grid-column: 2/6;
        margin-left: 10px;
        margin-top: -250px;
    }
    .contact-p-ba {
        color: #969696;
    }
    .contact-p-bb {
        color: white;
    }
    .contact-p-c {
        grid-row: 7;
        grid-column: 2/6;
        margin-top: -170px;
        margin-left: 10px;
    }
    .contact-p-ca {
        font-size: 0.7rem;
        font-family: "Shippori Antique", sans-serif;
        color: #969696;
    }
    .contactins {
        width: 35px;
        object-fit: contain;
    }
    .contactface {
        width: 40px;
        object-fit: contain;
    }
    .contactred {
        width: 55px;
        object-fit: contain;
    }
    .contactcontact {
        display: flex;
        justify-content: center;
        grid-gap: 60px;
        margin-left: 15px;
    }
    .contact-p-d {
        font-size: 0.7rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2;
        grid-row: 5;
        grid-column: 2/6;
        margin-left: 10px;
        margin-top: -240px;
    }
    .contact-p-da {
        color: #969696;
    }
    .contact-p-db {
        color: white;
    }
    .contact-p-e {
        font-size: 0.7rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2;
        grid-row: 6;
        grid-column: 2/8;
        margin-left: 10px;
        margin-top: -220px;
    }
    .contact-p-ea {
        color: #969696;
    }
    .contact-p-eb {
        color: white;
    }
    .contactqr {
        grid-row: 8;
        grid-column: 2/4;
        width: 140px;
        margin-top: -120px;
        /*        margin-bottom: 200px;*/
        margin-left: 7px;
    }
    .contactsideimg {
        display: none;
        /*
        width: 385px;
        grid-row: 8;
        grid-column: 10/13;
        margin-top: -458px;
        margin-left: -100px;
*/
    }
    /* 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;
    }
    /*Contact Us*/
    .contactyellowback {
        grid-row: 1;
        grid-column: 1;
        width: 50rem;
        margin-left: -170px;
        margin-top: -160px;
    }
    .contact-t-a {
        font-size: 4.5rem;
        font-family: "Archivo Black", sans-serif;
        color: white;
        grid-row: 2;
        grid-column: 2/13;
        margin-top: -600px;
    }
    .contact-p-a {
        font-size: 1.4rem;
        color: #969696;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2.5;
        grid-row: 2;
        grid-column: 2/7;
        margin-top: -460px;
        margin-left: 5px;
    }
    .contact-p-b {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2;
        grid-row: 3;
        grid-column: 2/6;
        margin-left: 10px;
        margin-top: -635px;
    }
    .contact-p-ba {
        color: #969696;
    }
    .contact-p-bb {
        color: white;
    }
    .contact-p-c {
        grid-row: 3;
        grid-column: 6/8;
        margin-top: -640px;
        margin-left: -50px;
    }
    .contact-p-ca {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #969696;
    }
    .contactins {
        width: 50px;
        object-fit: contain;
    }
    .contactface {
        width: 55px;
        object-fit: contain;
    }
    .contactred {
        width: 55px;
        object-fit: contain;
    }
    .contactcontact {
        display: flex;
        justify-content: center;
        grid-gap: 55px;
        margin-left: -35px;
    }
    .contact-p-d {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2;
        grid-row: 4;
        grid-column: 2/6;
        margin-left: 10px;
        margin-top: -550px;
    }
    .contact-p-da {
        color: #969696;
    }
    .contact-p-db {
        color: white;
    }
    .contact-p-e {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2;
        grid-row: 2;
        grid-column: 2/6;
        margin-left: 10px;
        margin-top: 95px;
    }
    .contact-p-ea {
        color: #969696;
    }
    .contact-p-eb {
        color: white;
    }
    .contactqr {
        grid-row: 5;
        grid-column: 6/8;
        width: 200px;
        margin-top: -530px;
        /*        margin-bottom: 200px;*/
        margin-left: -50px;
    }
    .contactsideimg {
        width: 600px;
        grid-row: 2;
        grid-column: 9/13;
        margin-top: -515px;
        margin-left: -70px;
    }
    /* 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;
    }
    /*Contact Us*/
    .contactyellowback {
        grid-row: 1;
        grid-column: 1;
        width: 60rem;
        margin-left: -170px;
        margin-top: -160px;
    }
    .contact-t-a {
        font-size: 8.1rem;
        font-family: "Archivo Black", sans-serif;
        color: white;
        grid-row: 2;
        grid-column: 2/13;
        margin-top: -740px;
        margin-left: 40px;
    }
    .contact-p-a {
        font-size: 1.4rem;
        color: #969696;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2.5;
        grid-row: 2;
        grid-column: 2/5;
        margin-top: -480px;
        margin-left: 50px;
    }
    .contact-p-b {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2;
        grid-row: 3;
        grid-column: 2/6;
        margin-left: 50px;
        margin-top: -320px;
    }
    .contact-p-ba {
        color: #969696;
    }
    .contact-p-bb {
        color: white;
    }
    .contact-p-c {
        grid-row: 3;
        grid-column: 6/8;
        margin-top: -320px;
    }
    .contact-p-ca {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        color: #969696;
    }
    .contactins {
        width: 50px;
        object-fit: contain;
    }
    .contactface {
        width: 55px;
        object-fit: contain;
    }
    .contactred {
        width: 55px;
        object-fit: contain;
    }
    .contactcontact {
        display: flex;
        justify-content: center;
        grid-gap: 55px;
        margin-left: -10px;
    }
    .contact-p-d {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2;
        grid-row: 4;
        grid-column: 2/6;
        margin-left: 50px;
        margin-top: -190px;
    }
    .contact-p-da {
        color: #969696;
    }
    .contact-p-db {
        color: white;
    }
    .contact-p-e {
        font-size: 1.1rem;
        font-family: "Shippori Antique", sans-serif;
        line-height: 2;
        grid-row: 5;
        grid-column: 2/6;
        margin-left: 50px;
        margin-top: -45px;
    }
    .contact-p-ea {
        color: #969696;
    }
    .contact-p-eb {
        color: white;
    }
    .contactqr {
        grid-row: 5;
        grid-column: 6/8;
        width: 270px;
        margin-top: -170px;
        margin-bottom: 200px;
    }
    .contactsideimg {
        width: 585px;
        grid-row: 6;
        grid-column: 10/13;
        margin-top: -935px;
        margin-left: -100px;
    }
    /* 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;
    }
}
