body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: clip;
}

#background {
    display: block;
    position: fixed;
    width: 100vw;
    height: 250vh;
    top: 0;
    left: 0;
    transition-property: all;
    transition-duration: 2.5s;
    background-color: #37373e;
    overflow-y: clip;
    /* background-image: url(assets/webbg_l.png);
    background-position: center;
    background-size: contain; */
    /* background: rgb(84, 167, 208);
    background: linear-gradient(0deg, rgba(84, 167, 208, 1) 0%, rgba(55, 55, 62, 1) 100%); */
}

/* #bg_anim {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #37373E, #1B668F, #54A7D1, #F9D56E);
    background-size: 1000% 1000%;
    animation: gradient 2000s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 50% 0%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 50% 0%;
    }
} */

p {
    margin-top: 0;
}

ul {
    padding-inline-start: 25px;
}


svg {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: visible;
    transform-origin: center;
}


/* CSS */
.kilnfirelink {
    align-items: center;
    background-clip: padding-box;
    background-color: #d15420;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: 1vw 1.5vw;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.kilnfirelink:hover,
.kilnfirelink:focus {
    background-color: #f4954e;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.kilnfirelink:hover {
    transform: translateY(-1px);
}

.kilnfirelink:active {
    background-color: #f9d56e;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

#kilnfirewidget {
    width: 100% !important;
    margin-bottom: 20px !important;
    font-family: "Raleway", sans-serif !important;
    color: #fff !important;
}

#kilnfirewidget .kilnfire-class-list-inside {
    background-color: rgba(0, 0, 0, .2) !important;
}

.kilnfire-upcoming-classes .kilnfire-class-list-title {
    font-size: 1vw !important;
    width: 100% !important;

    line-height: 2vw !important;
}

/* .kilnfire-upcoming-classes .kilnfire-class-list-title .kilnfire-class-list-status {
    display: flex !important;
    width: 92% !important;
    margin-left: 0px !important;
} */

@media (min-width: 640px) {
    .kilnfire-upcoming-classes .kilnfire-class-list-right {
        flex-direction: column !important;
    }
}

.kilnfire-upcoming-classes .kilnfire-class-list-view-button {
    margin-bottom: 10px !important;
    margin-right: 0px !important;
    border-radius: 50px !important;
    transition: all 250ms;
}

.kilnfire-upcoming-classes .kilnfire-class-list-button {
    border-radius: 50px !important;
    transition: all 250ms;
}

.kilnfire-upcoming-classes .kilnfire-class-list-title .kilnfire-class-list-status {
    margin-left: 0 !important;
}

.kilnfire-upcoming-classes .kilnfire-class-list-view-button:hover,
.kilnfire-upcoming-classes .kilnfire-class-list-view-button:focus,
.kilnfire-upcoming-classes .kilnfire-class-list-button:hover,
.kilnfire-upcoming-classes .kilnfire-class-list-button:focus {
    background-color: #f4954e !important;
    opacity: 1 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px !important;
    transform: translateY(-1px) !important;
}

.kilnfire-upcoming-classes .kilnfire-class-list-view-button:active,
.kilnfire-upcoming-classes .kilnfire-class-list-button:active {
    background-color: #f9d56e !important;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px !important;
    transform: translateY(0) !important;
}

.select {
    position: relative;
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5px 0 0 15px;
    align-items: center;
    padding-bottom: 5px;
    display: flex;
}


::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
    border: 0.2px solid #ffffff7a;
}

::-webkit-scrollbar-thumb {
    background: #ffffff7a;
    border-radius: 5px;
}

::-webkit-scrollbar-corner {
    display: none;
}

.light {
    height: 100%;
    width: 100%;
}

.star1 {
    animation: 5s linear 2s infinite alternate twinkle;
}

.star2 {
    animation: 5s linear 0s infinite alternate twinkle;
}

.star3 {
    animation: 7.5s linear 5.5s infinite alternate twinkle;
}

.star4 {
    animation: 10s linear 7.5s infinite alternate twinkle;
}

.star5 {
    animation: 12.5s linear 2.5s infinite alternate twinkle;
}

.star6 {
    animation: 15s linear 5s infinite alternate twinkle;
}

.star7 {
    animation: 12.5s linear 10s infinite alternate twinkle;
}

.star8 {
    animation: 10s linear 0s infinite alternate twinkle;
}

.star9 {
    animation: 7.5s linear 2.5s infinite alternate twinkle;
}

.star10 {
    animation: 5s linear 5s infinite alternate twinkle;
}

.star11 {
    animation: 5s linear 3s infinite alternate twinkle;
}

.star12 {
    animation: 10s linear 9s infinite alternate twinkle;
}

@keyframes twinkle {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}









/* MAIN NAVIGATION */

#main_nav {
    position: absolute;
    width: 80vw;
    height: 80vw;
    top: 20vh;
    left: 10vw;
}

#nav1,
#nav1-fade,
#nav1h1 {
    position: absolute;
    width: 10%;
    height: 10%;
    top: 10%;
    left: 5%;
}

#nav2,
#nav2-fade,
#nav2h1 {
    position: absolute;
    width: 5%;
    height: 5%;
    top: 0%;
    left: 25%;
}

#nav3,
#nav3-fade,
#nav3h1 {
    position: absolute;
    width: 15%;
    height: 15%;
    top: 20%;
    left: 55%;
}

#nav4,
#nav4-fade,
#nav4h1 {
    position: absolute;
    width: 5%;
    height: 5%;
    top: 15%;
    left: 90%;
}

#nav5,
#nav5-fade,
#nav5h1 {
    position: absolute;
    width: 12%;
    height: 12%;
    top: -2%;
    left: 75%;
}

#nav6,
#nav6-fade,
#nav6h1 {
    position: absolute;
    width: 8%;
    height: 8%;
    top: 9%;
    left: 44%;
    stroke-width: 0.5px;
}


#nav1-5,
#nav2-3,
#nav3-5,
#nav4-2,
#nav5-5,
#nav6-3,
#nav1-5-fade,
#nav2-3-fade,
#nav3-5-fade,
#nav4-2-fade,
#nav5-5-fade,
#nav6-3-fade {
    fill: #fff;
}


#nav1,
#nav2,
#nav3,
#nav4,
#nav5,
#nav6 {
    z-index: 2;
}

#nav1h1,
#nav2h1,
#nav3h1,
#nav4h1,
#nav5h1,
#nav6h1 {
    display: flex;
    top: 5%;
    color: white;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    transition-property: all;
    transition-duration: 500ms;
    font-size: 1vw;
}

#nav1h1 {
    top: 16%;
    left: 5%;
}

#nav2h1 {
    top: 3.5%;
    left: 25.25%;
}

#nav3h1 {
    top: 20%;
    left: 44%;
    text-align: right
}

#nav6h1 {
    top: 0;
    left: 87.5%;
    text-align: left;
}

#nav5h1 {
    top: 14%;
    left: 86.5%;
}


#nav1 {
    animation: rotationdiv 3s ease infinite;
}

#nav2 {
    animation: rotationdiv 2.5s ease infinite;
}

#nav3 {
    animation: rotationdiv 2s ease infinite;
}

#nav4 {
    animation: rotationdiv 3.25s ease infinite;
}

#nav5 {
    animation: rotationdiv 2.75s ease infinite;
}

#nav6 {
    animation: rotationdiv 2.25s ease infinite;
}

#nav1-fade,
#nav2-fade,
#nav3-fade,
#nav4-fade,
#nav5-fade,
#nav6-fade {
    z-index: 1;
}

#navbg1 {
    position: absolute;
    width: 8%;
    height: 8%;
    top: 21%;
    left: 35.2%;
    stroke-width: 0.5px;
}


#navbg7,
#navbg8,
#navbg9 {
    position: absolute;
    width: 6%;
    height: 6%;
    top: 25%;
    left: 31%;
    stroke-width: 0.5px;
}

#navbg8 {
    top: 19%;
    left: 32%;
}

#navbg9 {
    top: -6%;
    left: 22%;
}


#navbg1-2,
#navbg5-5,
#navbg7-2,
#navbg8-2,
#navbg9-2 {
    fill: #fff;
}

#navback {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 2.5vw;
    top: 2.5vh;
    left: 90.75vw;
    opacity: 0;
    transition-property: all;
    transition-duration: 1s;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


#navback1,
#navback1-line {
    position: absolute;
    width: 5vw;
    height: 5vw;
    left: 3.5vw;
}

#navback1-line {
    animation: rotationdiv 3s ease infinite;
}

#navback1h1 {
    display: flex;
    position: absolute;
    color: white;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    transition-property: all;
    transition-duration: 500ms;
    font-size: 1.4vw;
    cursor: pointer;
}

.responsive-div {
    position: absolute;
    transition: all 500ms;
    width: 94vw;
    height: 65vh;
    top: 118vh;
    left: 3vw;
    display: none;
    opacity: 0;
}

.responsive-nav {
    display: block;
    position: absolute;
    top: 10vh;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 1;
    transition-property: all;
    transition-duration: 1s;
    overflow-y: visible;
    overflow-x: clip;
    -webkit-overflow-scrolling: touch;
}

.responsive-span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
}

#navaboutall,
#navcontactall,
#navclassesall,
#navmembershipall,
#navwkspall {
    top: 100px;
}

#navcollaball {
    top: 0;
}

.responsive-text {
    position: relative;
    width: 55%;
    text-align: left;
    line-height: 1.25;
    font-size: 1.25vw;
    display: flex;
    color: white;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    transition-property: all;
    transition-duration: 500ms;
    z-index: 10;
    height: 60vh;
    padding: 0 10px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    align-items: flex-start;
}

.responsive-img {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 50px;
}



.navtexttitle {
    display: block;
    width: auto;
    min-width: 60%;
    font-weight: 300;
    font-size: 1.75vw;
    margin: 0 0 10px 0;
}


.navtextsubtitle {
    display: block;
    font-weight: 300;
    font-size: 1.25vw;
    margin: 0 0 10px 0;
    width: 100%;
}

.textlink,
.textlink:hover {
    text-decoration: none;
    text-underline-offset: 2px;
    font-weight: 600;
    cursor: pointer;
    color: inherit;
}

.menu {
    display: none;
    position: fixed;
    width: 98vw;
    height: 10vh;
    left: 0;
    top: 1.5vh;
    opacity: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    transition-property: all;
    transition-duration: 1s;
}

.menu-item {
    width: 12vw;
    height: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    cursor: pointer;
    transition-property: all;
    transition-duration: 500ms;
}

.activemenu {
    flex-direction: column;
    justify-content: flex-start;
    font-weight: 400;

    .navsubtitle {
        display: flex;
    }
}

.menu-spinner {
    position: absolute;
    width: 200%;
    height: 200%;
}

.menu-text {
    position: relative;
    text-align: left;
    line-height: 1.25;
    font-size: 1.25vw;
    display: flex;
    color: white;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    transition-property: all;
    transition-duration: 500ms;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

#navclassestitle {
    z-index: 9;
}

.navsubtitle {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    width: 25vw;
    font-weight: 100;
}

.navsubtitle,
.navsubtitles {
    font-size: 1vw;
    padding-top: 10px;
    text-align: center;
    z-index: 10;
}

#navcontactsubtitle {
    width: 20vw;
}

#navcontacttitle-s1,
#navwksptitle-s1,
#navclassestitle-s1 {
    font-weight: 200;
}

.responsive-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: -1px;
}

#navhomebg1,
#navaboutbg1,
#navcontactbg1,
#navmembershipbg1,
#navclassesbg1,
#navwkspbg1,
#navcollabbg1 {
    stroke-width: 4px;
}

#navhome1-2,
#navabout1-2,
#navcontact1-2,
#navmembership1-2,
#navclasses1-2,
#navwksp1-2,
#navcollab1-2 {
    fill: #ffffff;
}

#navhome1,
#navabout1,
#navcontact1,
#navmembership1,
#navclasses1,
#navwksp1,
#navcollab1 {
    animation: rotationdiv 3s ease infinite;
}





/* ABOUT NAV */

#navaboutimgquote {
    display: flex;
    position: relative;
    width: 33%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

#navaboutimg {
    width: auto;
    height: 65%;
}

#navaboutquoteandattr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

#navaboutquote,
#navaboutquoteatt {
    overflow-y: hidden;
    padding-top: 20px;
    font-weight: 200;
    font-size: 1.5vw;
    height: auto;
    width: 100%;
    text-align: center;
    justify-content: center;
}

#navaboutquoteatt {
    font-size: 1vw;
    font-weight: 100;
    padding: 20px 0 0 0;
}


/* CONTACT NAV */

#contactbtns {
    display: flex;
    position: absolute;
    top: 0%;
    left: 0;
    width: 20%;
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    z-index: 20;
}

#navcontacttext,
#navcontactinfo {
    display: flex;
    position: relative;
    text-align: left;
    line-height: 1.25;
    font-size: 2.5vh;
    width: 40%;
    color: white;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    transition-property: all;
    transition-duration: 500ms;
    z-index: 10;
}

#navcontactmap {
    display: flex;
    position: absolute;
    height: 80%;
    top: 100%;
    opacity: 0;
    width: 90vw;
    transition-property: all;
    transition-duration: 1s;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#googlemap {
    position: relative;
    height: 100%;
    width: 67%;
    border-radius: 20px;
    border: 2px solid white !important;
    padding: 5px;
    /* filter: sepia(50%) hue-rotate(180deg); */
}

#navcontacthours {
    flex-direction: column;
    width: 30%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow-y: auto;
    height: 100%;
    transition-property: all;
    transition-duration: 1s;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 0 0 10px;
}

#openinghourstextaddress {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    height: 40%;
}

#navcontactmapform {
    flex-direction: row;
    top: 0;
    opacity: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    height: 100%;
    transition-property: all;
    transition-duration: 1s;
}

#openinghours,
#addressnumber {
    font-weight: 300;
    width: 100%;
    line-height: 2vw;
}

#openinghourstext {
    width: 100%;
}

#navcontactinfo {
    display: flex;
    position: relative;
    width: 80%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    font-size: 1.25vw;
    cursor: pointer;
    text-decoration: none;
    padding-top: 25px;
}

#contactmap {
    position: relative;
    height: 100%;
    width: auto;
    padding: 0 80px;
}

/* #contactmaptext {
    position: relative;
    top: -20vh;
    left: 27vw;
} */


form {
    width: 100%;
    z-index: 10;
}

input {
    height: 5vh;
    padding: 5px;
    width: 50%;
    font-size: 2.5vh;
    border-radius: 5px;
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
}

label {
    line-height: 5vh;
    margin-left: 5px;
}

textarea {
    width: 100%;
    height: 25vh;
    font-size: 2.5vh;
    border-radius: 5px;
    padding: 5px;
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
}

.error-message {
    font-size: 0.875rem;
    display: none;
    /* Hidden by default */
}

#submitbtn {
    position: relative;
    height: 6vh;
    width: 25%;
    margin-top: 5px;
    font-size: 2.5vh;
    padding: 7px 0;
    border-radius: 5px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.5s;
}

#submitbtn:hover {
    background-color: #37373e;
    color: white;
}


/* CLASSES NAV */


.classesspan {
    position: relative;
    width: 50%;
    height: 60vh;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    transition-property: all;
    transition-duration: 1s;
    display: none;
}

#classesspan1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition-property: all;
    transition-duration: 1s;
    left: 0;
    width: 100%;
}


.navclassestext {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    top: 0;
    width: 40%;
    height: auto;
    overflow-y: auto;
    transition-duration: 1s;
}

/* #navclassestext1 {
    width: auto;
    margin-left: 20px;
} */

#navclassestext2 ul li {
    padding: 0 0 5px 0;
}

.classtable {
    border-collapse: separate !important;

}

.classtable tr {
    border: 1px solid #ffffff1f;
    display: inline-table;
    padding-left: 10px;
    transition-property: all;
    transition-duration: 1s;
    transform: translateX(-10px);
    border-radius: 50px;
    width: 100%;
    margin: 2px 0;

    background-color: #2c2c32;
}

.classtable tr:hover {
    border: 1px solid #fff;

    background-color: #d1552000;
}


.classtablecol1 {
    width: 20%;
    padding: 5px 0;
    font-size: 1vw;
    font-weight: 100;
}

.classtablecol2 {
    padding: 5px 0;
}

.smallitalics {
    font-size: 0.9vw;
    padding-left: 5px;
}

.classesmenu {
    position: absolute;
    top: 2vw;
    width: 60vw;
    left: 0vw;
    height: 60vw;
}

#navclassessubtitle3-20 td {
    width: 25%;
}

#navclassessubtitle3-22 {
    padding-top: 10px;
}

#navclassestext2-1 {
    align-items: flex-start;
}

#navclassestitle2-0 {
    padding-bottom: 10px;
}

#navclassestext31,
#navclassestext32 {
    width: 35%;
}

.navclassestextspan {
    opacity: 0;
    top: 100%;
    width: 40%;
    height: 100%;
    overflow-y: scroll;
}

#navclasses1-0,
#navclasses1-fade,
#navclasses1h1 {
    position: absolute;
    width: 10%;
    height: 10%;
    top: 26%;
    left: 20.5%;
}

#navclasses2,
#navclasses2-fade,
#navclasses2h1 {
    position: absolute;
    width: 10%;
    height: 10%;
    top: 13.5%;
    left: 30.5%;
}

#navclasses3,
#navclasses3-fade,
#navclasses3h1 {
    position: absolute;
    width: 20%;
    height: 20%;
    top: -3.5%;
    left: 3%;
}

#navclasses4,
#navclasses4-fade,
#navclasses4h1 {
    position: absolute;
    width: 10%;
    height: 10%;
    top: -1%;
    left: 71%;
}

#navclasses5,
#navclasses5-fade,
#navclasses5h1 {
    position: absolute;
    width: 18%;
    height: 18%;
    top: 29%;
    left: 68%;
}

#navclasses6,
#navclasses6-fade,
#navclasses6h1 {
    position: absolute;
    width: 6%;
    height: 6%;
    top: 24.5%;
    left: 63%;
}

#navclasses10,
#navclasses10-fade,
#navclasses10h1 {
    position: absolute;
    width: 8%;
    height: 8%;
    top: -2%;
    left: 59%;
}


#navclasses1-5,
#navclasses2-3,
#navclasses3-5,
#navclasses4-2,
#navclasses5-5,
#navclasses6-3,
#navclasses10-2,
#navclasses1-5-fade,
#navclasses2-3-fade,
#navclasses3-5-fade,
#navclasses4-2-fade,
#navclasses5-5-fade,
#navclasses6-3-fade,
#navclasses10-2-fade {
    fill: #fff;
}


#navclasses1-0,
#navclasses2,
#navclasses3,
#navclasses4,
#navclasses5,
#navclasses6,
#navclasses10 {
    z-index: 2;
}

#navclasses1h1,
#navclasses2h1,
#navclasses3h1,
#navclasses4h1,
#navclasses5h1,
#navclasses6h1,
#navclasses10h1 {
    display: flex;
    top: 5%;
    color: white;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    transition-property: all;
    transition-duration: 500ms;
    font-size: 1vw;
}

#navclasses1h1 {
    top: 31.75%;
    left: 17.5%;
    width: 10vw;
}

#navclasses2h1 {
    top: 19.5%;
    left: 30%;
    width: 7vw;
}

#navclasses3h1 {
    top: 6.5%;
    left: 7%;
    width: 7vw;
}

#navclasses6h1 {
    top: 26%;
    left: 71.25%;
    width: 7vw;
}

#navclasses5h1 {
    top: -9%;
    left: 70%;
    width: 7vw;
}

#navclasses10h1 {
    top: -5.5%;
    left: 57%;
    width: 7vw;
}


#navclasses1-0 {
    animation: rotationdiv 3s ease infinite;
}

#navclasses2 {
    animation: rotationdiv 2.5s ease infinite;
}

#navclasses3 {
    animation: rotationdiv 2s ease infinite;
}

#navclasses4 {
    animation: rotationdiv 3.25s ease infinite;
}

#navclasses5 {
    animation: rotationdiv 2.75s ease infinite;
}

#navclasses6 {
    animation: rotationdiv 2.25s ease infinite;
}

#navclasses10 {
    animation: rotationdiv 3.5s ease infinite;
}

#navclasses1-fade,
#navclasses2-fade,
#navclasses3-fade,
#navclasses4-fade,
#navclasses5-fade,
#navclasses6-fade,
#navclasses10-fade {
    z-index: 1;
}

#navclassesbg1-0 {
    position: absolute;
    width: 5%;
    height: 5%;
    top: 22%;
    left: 18.2%;
    stroke-width: 0.5px;
}


#navclassesbg7,
#navclassesbg8,
#navclassesbg9 {
    position: absolute;
    width: 5%;
    height: 5%;
    top: 19%;
    left: 63%;
    stroke-width: 0.5px;
}

#navclassesbg8 {
    top: 34%;
    left: 57%;
}

#navclassesbg9 {
    top: 1%;
    left: 78%;
}


#navclassesbg1-0-2,
#navclassesbg5-5,
#navclassesbg7-2,
#navclassesbg8-2,
#navclassesbg9-2 {
    fill: #fff;
}


#navclassesimgroot {
    position: relative;
    display: block;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    margin: 1vw;
}

.classesimg {
    position: relative;
    width: auto;
    height: 60vh;
}

#giftvoucherbtn {
    margin-left: 20px;
}

#giftvoucherbtn1 {
    margin-left: 0px;
}

#beginnersroot {
    width: 65%;
    height: 65vh;
    overflow-y: scroll;
}

#accordionbeginners {
    flex-direction: column;
}





/* WORKSHOPS NAV */

.wkspspan {

    position: relative;
    width: 50%;
    height: 60vh;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    transition-property: all;
    transition-duration: 1s;
    display: none;
}

#wkspspan1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transition-property: all;
    transition-duration: 1s;
    left: 0;
    width: 100%;
}

#navwksptext1,
#navwksptext2,
#navwksptext3 {
    width: 50%;
}

#navwksptext1 {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    transition-duration: 1s;
}

#navwksptext1-1 {
    margin-top: 0;
}

#navwksptitle-11,
#navwksptitle-12,
#navwksptitle-13 {
    margin: 0 0 10px 0;
}


#wkspvideo {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 25vw;
    z-index: 10;
    border: 2px solid white;
    border-radius: 5px;
}

.wkspmenu {
    position: absolute;
    top: 2.5vw;
    width: 60vw;
    left: 0vw;
    height: 60vw;
}

#navwksp1-0,
#navwksp1-fade,
#navwksp1h1 {
    position: absolute;
    width: 13%;
    height: 13%;
    top: -1%;
    left: 17.5%;
}

#navwksp2,
#navwksp2-fade,
#navwksp2h1 {
    position: absolute;
    width: 12%;
    height: 12%;
    top: 14%;
    left: 43.5%;
}

#navwksp3,
#navwksp3-fade,
#navwksp3h1 {
    position: absolute;
    width: 11%;
    height: 11%;
    top: 24.2%;
    left: 24.5%;
}

#navwksp1-5,
#navwksp2-3,
#navwksp3-3,
#navwksp1-5-fade,
#navwksp2-3-fade,
#navwksp3-3-fade {
    fill: #fff;
}


#navwksp1-0,
#navwksp2,
#navwksp3 {
    z-index: 2;
}

#navwksp1h1,
#navwksp2h1,
#navwksp3h1 {
    display: flex;
    top: 5%;
    width: 10vw;
    color: white;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    transition-property: all;
    transition-duration: 500ms;
    font-size: 1vw;
}

#navwksp1h1 {
    top: -1%;
    left: 28.25%;
}

#navwksp2h1 {
    top: 30.5%;
    left: 21.75%;
}

#navwksp3h1 {
    top: 7.5%;
    left: 41.25%;
}



#navwksp1-0 {
    animation: rotationdiv 3s ease infinite;
}

#navwksp2 {
    animation: rotationdiv 2.5s ease infinite;
}

#navwksp3 {
    animation: rotationdiv 2s ease infinite;
}


#navwksp1-fade,
#navwksp2-fade,
#navwksp3-fade {
    z-index: 1;
}

#navwkspbg1-0 {
    position: absolute;
    width: 5%;
    height: 5%;
    top: 22%;
    left: 18.2%;
    stroke-width: 0.5px;
}


#navwkspbg7,
#navwkspbg8,
#navwkspbg9 {
    position: absolute;
    width: 5%;
    height: 5%;
    top: 19%;
    left: 69%;
    stroke-width: 0.5px;
}

#navwkspbg8 {
    width: 6%;
    height: 6%;
    top: 26%;
    left: 61.5%;
}

#navwkspbg9 {
    top: -8.5%;
    left: 15%;
}


#navwkspbg1-0-2,
#navwkspbg5-5,
#navwkspbg7-2,
#navwkspbg8-2,
#navwkspbg9-2 {
    fill: #fff;
}

/* COLLAB NAV */

#navcollaball {
    flex-wrap: nowrap;
}

#navcollabfaces {
    display: flex;
    position: relative;
    width: 60%;
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.collab-section {
    display: flex;
    position: relative;
    width: 29%;
    height: auto;
    padding: 5px 10px;
    top: 50px;
    opacity: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    transition-property: all;
    transition-duration: 1500ms;
}

.navcollabtext {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 0px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: white;
    text-align: center;
    font-size: 1vw;
}

.collabimg {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid white;
}

.navcollabtitle {
    padding-top: 10px;
    font-weight: 400;
    font-size: 1.5vw;
}


#navcollabtext {
    width: 50%;
    opacity: 0;
    transition-property: all;
    transition-duration: 1500ms;
    justify-content: flex-start;
}

table {
    width: 100%;
}

td {
    width: 50%;
}

#navcollabtext td {
    width: 33%;
}

.aligned-right {
    text-align: right;
    padding: 5px 10px;
}


/* GENERAL CLASSES */


.line {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    stroke-width: 10px;
    stroke: #fff;
}

.cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 10px;
    transform-origin: center;
    transition-property: all;
    transition-duration: 500ms;
    transform: rotate(0deg);
    stroke-dasharray: 5000;
    stroke-dashoffset: 4999.9;
    animation: dashnav 1s ease-in-out forwards;
}

.cls-2 {
    display: block;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 10px;
    transform-origin: center;
    transition-property: all;
    transition-duration: 500ms;
    transform: rotate(0deg);
    stroke-dasharray: 5000;
    stroke-dashoffset: 4999.9;
}

.cls-3 {
    display: none;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 10px;
    transform-origin: center;
    transition-property: all;
    transition-duration: 500ms;
    transform: rotate(0deg);
    stroke-dasharray: 5000;
    stroke-dashoffset: 4999.9;
}

.cls-4 {
    stroke-width: 1px;
    transition-property: all;
    transition-duration: 500ms;
}

.cls-6 {
    stroke-width: 0.5px;
    transition-property: all;
    transition-duration: 500ms;
}

.cls-7 {
    stroke-width: 0.3px;
    transition-property: all;
    transition-duration: 500ms;
}

.cls-8 {
    stroke-width: 2px;
}

.cls-5 {
    transition-property: all;
    transition-duration: 500ms;
    stroke-dasharray: 5000;
    stroke-dashoffset: 4999;
    animation: dashnavline 2s ease-in forwards;
}

.cls-9 {
    stroke-width: 7px;
    cursor: pointer;
}

.cls-11 {
    opacity: 0;
}

.cls-12 {
    stroke-width: 1px;
    transition-property: all;
    transition-duration: 5s;
    stroke-dasharray: 3000;
    stroke-dashoffset: 2999.9;
}


@keyframes dashnavforward {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dashnavbackward {
    100% {
        stroke-dashoffset: 999.9;
    }
}

@keyframes dashnav {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dashnavline {
    100% {
        stroke-dashoffset: 0;
    }
}


#footer {
    display: block;
    position: fixed;
    width: 100%;
    height: 15vh;
    bottom: 1.5vh;
    left: 1vh;
    overflow: hidden;

    z-index: 10;
}



#wildfired_logo {
    position: absolute;
    width: 12vh;
    height: 12vh;
    top: 0;
    left: 3vh;
    overflow: visible;
}

#footer-text {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
}


#wflogoh1,
#wflogoh2,
#wflogosubh,
#wflogocprt {
    display: flex;
    position: absolute;
    top: 0vh;
    left: 19vh;
    color: white;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-size: 2vw;
    font-weight: 400;
    font-style: normal;
    transition-property: all;
    transition-duration: 500ms;
}

#wflogoh2 {
    top: 5vh;
    font-size: 1.4vw;
    font-weight: 200;
}

#wflogosubh {
    top: 9vh;
    font-size: 1.2vw;
    font-weight: 100;
}

#wflogocprt {
    top: 9vh;
    left: 82vw;
    font-size: 1vw;
    font-weight: 100;
    font-style: italic;
}

.cls-0 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-width: 10px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 999.9;
    transform-origin: center;
    transition-property: all;
    transition-duration: 500ms;
    transform: rotate(0deg);
}

.cls-10 {
    transform-origin: center;
    transform: rotate(0deg);
}

#wflogobg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #37373E00;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    transition-property: all;
    transition-duration: 500ms;
    cursor: pointer;
    animation: rotationdiv 2s ease infinite;
}

#wflogo {
    position: relative;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
}


.anim-rota1 {
    animation: rotation 4s linear infinite;
    stroke: #fff;
}

.anim-rota2 {
    animation: rotation 5s linear infinite;
    stroke: #fff;
}

.anim-rota3 {
    animation: rotation 3s linear infinite;
    stroke: #fff;
}

.anim-rota4 {
    animation: rotation 10s linear infinite;
    stroke: #fff;
}

.anim-rota5 {
    animation: rotation 8s linear infinite;
    stroke: #fff;
}

.anim-line1 {
    animation: dash1 500ms linear forwards, rotation 4s linear infinite, dashback 2s linear 2s forwards;
    stroke: #7DA3AD;
}

.anim-line2 {
    animation: dash2 500ms linear forwards, rotation 5s linear infinite, dashback 2s linear 2s forwards;
    stroke: #D15420;
}

.anim-line3 {
    animation: dash3 500ms linear forwards, rotation 3s linear infinite, dashback 2s linear 2s forwards;
    stroke: #EAB420;
}

.anim-line4 {
    animation: dash4 500ms linear forwards, rotation 10s linear infinite, dashback 2s linear 2s forwards;
    stroke: #F2E8D8;
}

.anim-nav1 {
    animation: dashnav1 500ms linear forwards, rotation 4s linear infinite, dashback 2s linear 2s forwards;
}

.anim-nav2 {
    animation: dashnav2 500ms linear forwards, rotation 5s linear infinite, dashback 2s linear 2s forwards;
}

.anim-nav3 {
    animation: dashnav3 500ms linear forwards, rotation 3s linear infinite, dashback 2s linear 2s forwards;
}

.anim-nav4 {
    animation: dashnav4 500ms linear forwards, rotation 10s linear infinite, dashback 2s linear 2s forwards;
}

.anim-nav5 {
    animation: dashnav5 500ms linear forwards, rotation 8s linear infinite, dashback 2s linear 2s forwards;
}

@keyframes rotationdiv {
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotation {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dashback {
    100% {
        stroke-dashoffset: 999.99;
        stroke-dasharray: 1000;
    }
}

@keyframes dash1 {
    100% {
        stroke-dasharray: 700;
        stroke-dashoffset: 0;
    }
}

@keyframes dash2 {
    100% {
        stroke-dasharray: 400;
        stroke-dashoffset: 0;
    }
}

@keyframes dash3 {
    100% {
        stroke-dasharray: 260;
        stroke-dashoffset: 0;
    }
}

@keyframes dash4 {
    100% {
        stroke-dasharray: 120;
        stroke-dashoffset: 0;
    }
}

@keyframes dash5 {
    100% {
        stroke-dasharray: 600;
        stroke-dashoffset: 0;
    }
}

@keyframes dashnav1 {
    100% {
        stroke-dasharray: 650;
        stroke-dashoffset: 0;
    }
}

@keyframes dashnav2 {
    100% {
        stroke-dasharray: 525;
        stroke-dashoffset: 0;
    }
}

@keyframes dashnav3 {
    100% {
        stroke-dasharray: 375;
        stroke-dashoffset: 0;
    }
}

@keyframes dashnav4 {
    100% {
        stroke-dasharray: 250;
        stroke-dashoffset: 0;
    }
}

@keyframes dashnav5 {
    100% {
        stroke-dasharray: 125;
        stroke-dashoffset: 0;
    }
}

@media screen and (max-aspect-ratio: 1/0.75) and (min-aspect-ratio: 1 / 1.2) and (orientation: landscape) {
    #main_nav {
        width: 98vw;
        height: 98vw;
        left: 1vw;
    }

    .responsive-text {
        overflow-y: auto;
        font-size: 1.5vw;
    }

    .navtexttitle {
        font-size: 2vw;
    }

    table {
        font-size: 1.25vw;
    }

    #navabouttext {
        width: 50%;
    }

    #navaboutimg {
        width: 100%;
        height: auto;
    }

    .collab-section {
        width: 27%;
    }

    .collabimg {
        width: 100px;
        height: 100px;
    }

    .navcollabtitle {
        font-size: 1.5vw
    }

    .navcollabsubtitle {
        font-size: 1.25vw;
    }

    #classesspan1 {
        align-items: center;
    }

    #classesimg11 {
        width: 65%;
        height: fit-content;
    }

    #navclassestext2-1 {
        width: 22.5%;
    }

    #navclassestext3-1 {
        width: 30%;
    }

    #contactmap {
        padding: 0 20px 0 0;
    }

    #navcontacthours,
    #openinghours {
        font-size: 1.5vw;
    }

    #openinghourstext,
    #addressnumber {
        padding-top: 20px;
    }
}

@media screen and (max-aspect-ratio: 1/1.01) and (orientation: portrait) {

    .responsive-menu {
        height: 20%;
        transform: translateY(200%);
    }

    .responsive-div {
        top: 117vh;
        height: 55vh;
        width: 94vw;
    }

    .responsive-nav {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 3.5vh;
        overflow-y: auto;
        overflow-x: clip;
        height: 100%;
    }

    .responsive-span {
        flex-direction: column;
        height: auto;
        min-height: calc(100% + 1px);
        align-items: center;
    }

    .responsive-text {
        width: 90vw;
        padding: 0 20px 0 10px;
        line-height: 1.5;
        font-size: 3vw;
        height: auto;
        max-height: none;
        overflow: clip;
        margin-top: 2.5%;
        font-weight: 200;
    }

    .navtexttitle {
        font-size: 6vw;
    }

    .navtextsubtitle {
        font-size: 3.25vw;
    }

    .responsive-img {
        width: 60%;
        height: auto;
        padding: 50px 0 0 0;
    }

    .kilnfirelink {
        font-size: 3vw;
        padding: 2vw 5vw;
    }

    #kilnfirewidget,
    #kilnfirewidget .kilnfire-class-list-button {
        font-size: 2.5vw !important;
        line-height: 3.5vw !important;
    }

    #kilnfirewidget .kilnfire-class-list-button {
        width: 130% !important;
        transform: translateX(-25px) !important;
    }

    .kilnfire-upcoming-classes .kilnfire-class-list-title .kilnfire-class-list-status {
        font-size: 2.5vw !important;
        padding: 5px 10px 10px 10px !important;
        border-radius: 50px !important;
        margin-left: 8px !important;
    }

    .kilnfire-upcoming-classes .kilnfire-class-list-title {
        font-size: 3.25vw !important;
        width: 90% !important;
        line-height: 5vw !important;
        margin: 5px 0 !important;
    }

    #main_nav {
        width: 60vw;
        height: 60vw;
        top: 1vh;
        left: 20vw;
    }

    .menu {
        height: 5vh;
        flex-wrap: wrap;
    }

    .menu-item {
        width: 32vw;
        height: 100%;
    }

    .menu-spinner {
        width: 20vw;
        height: 100%;
    }

    .menu-text {
        font-size: 3vw;
    }

    .navsubtitle {
        padding-top: 5px;
    }

    .navsubtitles {
        font-size: 2.5vw;
    }

    .activemenu {
        .navsubtitle {
            flex-direction: column;
        }
    }

    table {
        font-size: 3.25vw;
        padding: 20px 0;
    }

    #navcontactsubtitle,
    #navwkspsubtitle,
    #navclassessubtitle {
        width: 32vw;
    }


    #footer {
        width: 95vw;
        height: 10.5vh;
        bottom: 3vh;
        left: 0vw;
    }

    #wildfired_logo {
        width: 10vh;
        height: 10vh;
        left: 4vh;
    }

    #navback {
        height: 10vw;
        top: 1vh;
        left: 84vw;
    }

    #navback1,
    #navback1-line {
        width: 13vw;
        height: 13vw;
        left: 3vw;
    }

    #navback1h1 {
        font-size: 4vw;
        left: -7vw;
    }

    .cls-9 {
        stroke-width: 6px;
    }

    /* MAIN NAV */

    #nav1,
    #nav1-fade {
        width: 25%;
        height: 25%;
        top: 14%;
        left: 9%;
    }

    #nav2,
    #nav2-fade {
        width: 21%;
        height: 21%;
        top: 35%;
        left: 80%;
    }

    #nav3,
    #nav3-fade {
        width: 45%;
        height: 45%;
        top: 59%;
        left: 18%;
    }

    #nav4,
    #nav4-fade {
        width: 25%;
        height: 25%;
        top: 146%;
        left: 10%;
    }

    #nav5,
    #nav5-fade {
        width: 40%;
        height: 40%;
        top: 99%;
        left: 55%;
    }

    #nav6,
    #nav6-fade {
        width: 15%;
        height: 15%;
        top: 138%;
        left: 26%;
    }

    #navbg1 {
        width: 15%;
        height: 15%;
        top: 28%;
        left: 30%;
    }

    #navbg7 {
        width: 37%;
        height: 37%;
        top: 115%;
        left: -8%;
    }

    #navbg8 {
        width: 15%;
        height: 15%;
        top: 120%;
        left: 17%;
    }

    #navbg9 {
        width: 15%;
        height: 15%;
        top: 37%;
        left: -1%;
    }

    #navbg12 {
        width: 22%;
        height: 22%;
        top: 163%;
        left: 83%;
    }

    #nav1h1 {
        top: 5%;
        left: 17%;
        font-size: 3vw;
    }

    #nav2h1 {
        top: 29%;
        left: 89%;
        font-size: 3vw;
    }

    #nav3h1 {
        top: 100%;
        left: 33%;
        text-align: center;
        font-size: 3vw;
    }

    #nav6h1 {
        top: 93%;
        left: 71%;
        text-align: center;
        font-size: 3vw;
    }

    #nav5h1 {
        top: 163%;
        left: 15.5%;
        font-size: 3vw;
    }

    #navhome1 {
        animation: rotationdiv 5s ease infinite;
    }

    #navabout1 {
        animation: rotationdiv 5.9s ease infinite;
    }

    #navcontact1 {
        animation: rotationdiv 4s ease infinite;
    }

    #navclasses1 {
        animation: rotationdiv 6.2s ease infinite;
    }

    #navmembership1 {
        animation: rotationdiv 4.7s ease infinite;
    }

    #navwksp1 {
        animation: rotationdiv 5.5s ease infinite;
    }

    #navcollab1 {
        animation: rotationdiv 3s ease infinite;
    }



    /* ABOUT NAV */

    #navaboutimgquote {
        display: flex;
        width: 100%;
        height: auto;
        padding-bottom: 25px;
        margin-top: -7%;
        flex-direction: row;
        justify-content: space-around;
    }

    #navaboutimg {
        width: 55%;
        height: auto;
    }

    #navaboutquote {
        font-weight: 300;
        font-size: 3vw;
        margin-top: 10px;
        text-align: center;
    }

    #navaboutquoteatt {
        font-size: 2.5vw;
        margin-top: 10px;
    }

    #navaboutquoteandattr {
        width: 35%;
    }




    /* CONTACT NAV */

    #navcontactall {
        top: 0;
        overflow-y: visible;
    }

    #navcontacttext {
        width: 95%;
        font-size: 4vw;
    }

    input,
    textarea,
    #submitbtn {
        padding: 10px;
        height: 10%;
        font-size: 3.75vw;
        right: 0;
    }

    #submitbtn {
        height: 15%;
    }

    textarea {
        height: 20vh;
        max-height: 20vh;
    }

    #navcontactinfo {
        padding: 0;
        font-size: 3.8vw;
        width: 95vw;
        margin-top: 10%;
    }

    #contactinsta {
        width: 6vw;
    }

    #navcontactmap,
    #navcontactmapform {
        flex-direction: column;
        align-items: center;
        overflow-x: clip;
        height: 100%;
    }

    #navcontactmap {
        width: 90vw;
    }

    #navcontactmapform {
        justify-content: space-between;
    }

    #contactmap {
        display: none;
        /* position: absolute;
        top: 0;
        height: 50%;
        margin-left: 50%; */
    }

    #googlemap {
        width: 100%;
        height: 130vw;
    }

    #navcontacthours {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 90vw;
        margin: 5% 0 0 0;
    }

    #openinghours {
        line-height: 5vw;
        height: 100%;
    }

    #openinghours tr {
        margin: 0;
        padding-left: 0;
        transform: translateX(-2%);
    }

    #openinghours tr .classtablecol1 {
        padding: 7.5px 7.5px 7.5px 20px;
    }

    #openinghourstext {
        width: 100%;
        padding-top: 20px;
    }

    #openinghourstextaddress {
        width: 98%;
        height: 100%;
    }

    #addressnumber {
        width: 100%;
        font-size: 3vw;
        line-height: 4vw;
        padding-top: 20px;
    }


    /*membership NAV*/


    /*ROCK ART*/

    .navclasses {
        width: 66vw;
        margin-top: 2vh;
    }

    .classesspan,
    #classesspan1 {

        justify-content: space-around;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        overflow-x: clip;
    }

    #classesspan1,
    #classesspan2,
    #classesspan3 {
        top: auto;
        opacity: 1;
    }

    .navclassestext {
        height: 100%;
        overflow: visible;
    }

    .classtable tr {
        width: 104%;
        transform: translateX(-2%);
    }

    .classtablecol1 {
        width: 25%;
        font-size: 3.5vw;
        padding: 7.5px 7.5px 7.5px 10px;
    }

    .smallitalics {
        font-size: 2.5vw;
    }

    .classesmenu {
        position: absolute;
        top: 0vw;
        width: 100vw;
        left: 0vw;
        height: 100vw;
        z-index: 20;
    }

    .navclassestext,
    #navclassestext1 {
        width: 90vw;
    }

    #navclassestitle1-0,
    #navclassestitle2-0,
    #navclassestitle2-1 {
        margin-bottom: 10px;
    }

    #navclassessubtitle3-21,
    #navclassessubtitle3-23,
    #navclassessubtitle3-22 {
        padding-top: 20px;
        font-size: 4.5vw;
    }

    .classesimg {
        width: 100%;
        height: auto;
        width: 93%;
        margin-bottom: 5%;
        padding-left: 10px;
    }

    #titlebuttonclassesroot {
        flex-wrap: wrap;
    }

    /* #giftvoucherbtn {
        margin-left: 0;
        margin-top: 20px;
    } */



    #navclasses1-0,
    #navclasses1-fade,
    #navclasses1h1 {
        width: 15%;
        height: 15%;
        top: 52%;
        left: 32.5%;
    }

    #navclasses2,
    #navclasses2-fade,
    #navclasses2h1 {
        width: 15%;
        height: 15%;
        top: 43%;
        left: 1%;
    }

    #navclasses3,
    #navclasses3-fade,
    #navclasses3h1 {
        width: 32%;
        height: 32%;
        top: -0.5%;
        left: 12%;
    }

    #navclasses4,
    #navclasses4-fade,
    #navclasses4h1 {
        width: 17%;
        height: 17%;
        top: 9%;
        left: 69%;
    }

    #navclasses5,
    #navclasses5-fade,
    #navclasses5h1 {
        width: 30%;
        height: 30%;
        top: 33%;
        left: 61%;
    }

    #navclasses6,
    #navclasses6-fade,
    #navclasses6h1 {
        width: 11%;
        height: 11%;
        top: -0.5%;
        left: 2.25%;
        stroke-width: 2px;
    }

    #navclasses10,
    #navclasses10-fade,
    #navclasses10h1 {
        width: 13%;
        height: 13%;
        top: -3%;
        left: 54%;
    }

    #navclasses1h1,
    #navclasses2h1,
    #navclasses5h1,
    #navclasses10h1 {
        font-size: 2.5vw;
        width: 25vw;
    }

    #navclasses3h1,
    #navclasses6h1 {
        font-size: 3vw;
    }

    #navclasses1h1 {
        top: 61%;
        left: 28%;
    }

    #navclasses2h1 {
        top: 52%;
        left: -4%;
    }

    #navclasses3h1 {
        top: 16%;
    }

    #navclasses5h1 {
        top: 9%;
        left: 65%;
    }

    #navclasses6h1 {
        top: 58.5%;
        left: 70.25%;
    }

    #navclasses10h1 {
        top: -3%;
        left: 57.5%;
    }

    #navclassesbg1-0 {
        width: 11%;
        height: 11%;
        top: 3%;
        left: 78.2%;
    }

    #navclassesbg7,
    #navclassesbg8,
    #navclassesbg9 {
        width: 7%;
        height: 7%;
        top: 9%;
        left: 42%;
    }

    #navclassesbg8 {
        top: 46%;
        left: 24.75%;
    }

    #navclassesbg9 {
        top: 36%;
        left: 61.5%;
    }


    /*UPCOMING WORKSHOPS*/

    .wkspmenu {
        position: absolute;
        top: 0vw;
        width: 100vw;
        left: 0vw;
        height: 100vw;
        z-index: 20;
    }

    #wkspspan {
        justify-content: flex-end;
    }

    #wkspspan1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    #navwksptext1,
    #navwksptext2,
    #navwksptext3 {
        width: 90vw;
    }

    #wkspvideo {

        width: 85vw;
        height: 50vw;
        border: 3px solid white;
    }


    #navwksp1-0,
    #navwksp1-fade,
    #navwksp1h1 {
        width: 25%;
        height: 25%;
        top: 4%;
        left: 13.5%;
    }

    #navwksp2,
    #navwksp2-fade,
    #navwksp2h1 {
        width: 23%;
        height: 23%;
        top: 42%;
        left: 4%;
    }

    #navwksp3,
    #navwksp3-fade,
    #navwksp3h1 {
        width: 24%;
        height: 24%;
        top: 30.5%;
        left: 62%;
    }

    #navwksp1h1,
    #navwksp2h1,
    #navwksp3h1 {
        font-size: 2.5vw;
        width: 25vw;
    }

    #navwksp1h1 {
        top: 16.5%;
        left: 13%;
    }

    #navwksp2h1 {
        top: 31%;
        left: 54.5%;
        width: 5vw;
        text-align: right;
    }

    #navwksp3h1 {
        top: 41.5%;
        left: 32%;
        width: 5vw;
        text-align: left;
    }

    #navwkspbg1-0 {
        width: 13%;
        height: 13%;
        top: 8%;
        left: 39.3%;
    }

    #navwkspbg7,
    #navwkspbg8,
    #navwkspbg9 {
        width: 8%;
        height: 8%;
        top: 17%;
        left: 50%;
    }

    #navwkspbg8 {
        top: 62%;
        left: 66%;
    }

    #navwkspbg9 {
        top: 59%;
        left: 71.5%;
    }

    /* COLLAB */

    #navcollabfaces {
        width: 94%;
        justify-content: space-evenly;
    }

    .collabimg {
        width: 125px;
        height: 125px;
    }

    .collab-section {
        height: 26vh;
        width: 30%;
        height: auto;
        padding: 15px 0;
    }

    #navcollabtext {
        width: 90vw;

    }

    .navcollabtitle,
    .navcollabtext {
        font-size: 3.5vw;
    }

    .navcollabsubtitle {
        font-size: 2.5vw;
    }

    .aligned-right {
        padding: 0 20px;
    }




    /* TEXT */




    /* CLASSES */


    .cls-2 {
        display: none;
    }

    .cls-3 {
        display: block;
    }

    #wflogoh1 {
        font-size: 5vw;
        top: 0;
        left: 0;
        justify-content: flex-end;
        width: 100%;
    }

    #wflogoh2 {
        font-size: 3vw;
        top: 4vh;
        left: 0;
        justify-content: flex-end;
        width: 100%;
    }

    #wflogosubh {
        font-size: 2.5vw;
        top: 6.75vh;
        left: 0;
        justify-content: flex-end;
        width: 100%;

    }

    #wflogocprt {
        font-size: 2vw;
        top: 9vh;
        left: 0;
        justify-content: flex-end;
        width: 100%;
    }




}

@media screen and (max-aspect-ratio: 1/1.5) and (orientation: portrait) {

    #main_nav {
        width: 80vw;
        height: 80vw;
        top: 2vh;
        left: 12vw;
    }

    #navabouttext {
        margin-top: 5%;
    }

    #navcollabtext {
        margin-top: 10%;
    }

    table {
        padding: 5px 0;
    }

    .responsive-img {
        width: 95%;
        height: auto;
        padding: 20px 0;
    }

    .responsive-text {
        font-size: 4.5vw;
    }

    #navtexttitle {
        font-size: 5vw;

    }

    #navback {
        top: 3vh;
        left: 80vw;
    }

    #navback1,
    #navback1-line {
        width: 15vw;
        height: 15vw;
        left: 2vw;
    }

    #navback1h1 {
        left: -10vw;
        font-size: 5vw;
    }

    .kilnfire-upcoming-classes .kilnfire-class-list-title {
        width: 100% !important;
    }

    .kilnfire-upcoming-classes .kilnfire-class-list-top .kilnfire-class-list-status {
        margin: 2px 0 0 0 !important;
    }

    #kilnfirewidget .kilnfire-class-list-button {
        width: 110% !important;
        transform: translateX(-5px) !important;
    }





    /* ABOUT NAV */

    #navaboutimgquote {
        padding: 0;
        flex-direction: column;
        margin-top: 0;
    }

    #navaboutimg {
        width: 70%;
        padding: 0;
    }

    #navaboutquote {
        font-size: 3.5vw;
        width: 90vw;
        padding-top: 10px;
    }

    #navaboutquoteatt {
        font-size: 3.5vw;
        padding: 10px;
    }

    #navaboutquoteandattr {
        width: 100%;
    }



    /* CONTACT NAV */

    #navcontacttext {
        width: 90vw;
        font-size: 3vw;
        align-items: flex-end;
    }


    input,
    textarea,
    #submitbtn {
        padding: 5px;
        height: 5vh;
        font-size: 4vw;
    }

    textarea {
        height: 25vh;
        max-height: 25vh;
    }

    label {
        font-size: 2vh;
    }

    #navcontactinfo {
        width: 53vw;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: center;
        font-size: 5vw;
        margin-top: -10%;
    }

    #contactinsta {
        width: 10vw;
    }

    #contactfollow {
        display: none;
    }

    #navcontacthours {
        padding: 0;
        width: 98%;
    }


    /*membership NAV*/

    /* CLASSES NAV */

    .navclasses {
        width: 69vw;
    }

    .navclassestext {
        top: 70%;
    }

    /* .classesmenu {
        top: 10vw;
    } */

    #navclassestext {
        width: 82.5vw;
    }

    .classesimg {
        width: 94%;
    }

    .classtablecol1 {
        padding-left: 0px;
    }

    .classtable tr {
        width: 104%;
    }

    #openinghours tr {
        width: 98%;
        transform: translateX(0%);
    }

    /* #navclassesimgroot {
        height: 40vh;
    }

    .classesimg {
        height: 40vh;
    }


    .navbtn {
        width: 15.5vw;
        height: 9vw;
    }

    .navbtnleft {
        left: -5vw;
    }

    .navbtnright {
        right: -5vw;
    }

    .navbtnint {
        top: 3.5vw;
    }

    .navbtnleft .navbtnint {
        left: 3.75vw;
    }

    .navbtnright .navbtnint {
        right: 3.75vw;
    } */


    /*UPCOMING WORKSHOPS*/

    #wkspvideo {
        height: 50vw;
    }

    #navwkspall {
        flex-wrap: nowrap;
    }

    /* COLLAB */

    .collabimg {
        width: 80px;
        height: 80px;
    }

    .collab-section {
        width: 45%;
        height: 50%;
    }

    #collab-section0,
    #collab-section1,
    #collab-section2 {
        padding-bottom: 15px;
    }

    .navcollabtitle {
        font-size: 4vw;
    }

    .navcollabsubtitle {
        font-size: 3vw;
        height: 25px;
    }

    #navcollabtext {
        margin-top: 10%;
    }

    /* TEXT */

    /* CLASSES */


    #wflogoh1 {
        font-size: 7vw;
    }

    #wflogoh2 {
        font-size: 3.5vw;
        top: 4.25vh;
    }

    #wflogosubh {
        font-size: 3vw;
        top: 6.5vh;
    }

    #wflogocprt {
        font-size: 2.5vw;
    }

}


@media screen and (min-aspect-ratio: 1.5/1) and (max-width: 1000px) and (orientation: landscape) {

    .kilnfirelink {
        font-size: 1vw;
    }

    #kilnfirewidget,
    #kilnfirewidget .kilnfire-class-list-button {
        font-size: 1vw !important;
        line-height: 1.5vw !important;
    }

    #submitbtn {
        height: 7.5vh;
    }

    #navaboutimg {
        width: 85%;
    }

    #navaboutquote {
        font-size: 1.25vw;
        width: 93%;
    }

    .collab-section {
        width: 15%;
    }

    .collabimg {
        width: 75px;
        height: 75px;
    }

    .navcollabtitle,
    .navcollabtext {
        font-size: 1.5vw;
    }

    #navcollabfaces {
        width: 65%;
    }

    #navcollabtext {
        width: 25%;
    }

    #navcontactinfo {
        padding-top: 5px;
    }
}

@media screen and (min-aspect-ratio: 2.25/1) and (orientation: landscape) {

    #main_nav {
        width: 70vw;
        height: 70vw;
        top: 15vh;
        left: 15vw;
    }

    #contactnav,
    #membershipnav,
    #classesnav,
    #wkspnav {
        top: 38%;
    }

    #navabouttext {
        top: 10vh;
    }



    #navcontacttext {
        right: -30vw;
        width: 45vw;
        font-size: 1vh;
        top: -115vh;

    }


    input,
    textarea,
    #submitbtn {
        padding: 5px;
        height: 8vh;
        font-size: 2vw;
    }

    #submitbtn {
        right: 11%;
    }

    textarea {
        height: 30vh;
        max-height: 30vh;
    }

    label {
        display: block;
        font-size: 1.5vw;
        height: 15px;
        padding: 10px 0;
    }

    #contactinsta {
        width: 8vh;
    }

    #navcontactinfo {
        width: 40vw;
        height: 5vh;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        font-size: 1.7vw;
    }



}

@media screen and (min-aspect-ratio: 2.5/1) and (orientation: landscape) {

    #navclassestext,
    #navwksptext,
    #wkspvideo {
        height: 50vh;
    }

    #navclassesimg {
        height: 100%;
    }

    #navcontacttext {
        top: -100vh;
    }

    #navcontactmap {
        top: -105vh;
    }

    label {
        display: none;
    }

    #submitbtn {
        height: 10vh;
    }

}