/* _content/Club.WebUI/Areas/Accounts/Views/Avatar/Update.cshtml.rz.scp.css */
.container-slide-preview[b-4v2ulbng9w]{
    margin-top:1.5rem;
    text-align:center;
}

    .container-slide-preview > label[b-4v2ulbng9w] {
        display:inline-block;
        width:100%;
        padding: 0.5rem 0;
    }

    .container-slide-preview > img[b-4v2ulbng9w] {
        border-radius: var(--slide-landing-border-radius);
        height: var(--slide-landing-image-height);
        width: var(--slide-landing-image-width);
        border: 2px ridge #ffffff00;
    }
/* _content/Club.WebUI/Areas/Accounts/Views/MemberAvatar/Update.cshtml.rz.scp.css */
.container-slide-preview[b-z8e5xsv0fl]{
    margin-top:1.5rem;
    text-align:center;
}

    .container-slide-preview > label[b-z8e5xsv0fl] {
        display:inline-block;
        width:100%;
        padding: 0.5rem 0;
    }

    .container-slide-preview > img[b-z8e5xsv0fl] {
        border-radius: var(--slide-landing-border-radius);
        height: var(--slide-landing-image-height);
        width: var(--slide-landing-image-width);
        border: 2px ridge #ffffff00;
    }
/* _content/Club.WebUI/Areas/Accounts/Views/MyAvatar/Update.cshtml.rz.scp.css */
.container-slide-preview[b-nveh5a1095]{
    margin-top:1.5rem;
    text-align:center;
}

    .container-slide-preview > label[b-nveh5a1095] {
        display:inline-block;
        width:100%;
        padding: 0.5rem 0;
    }

    .container-slide-preview > img[b-nveh5a1095] {
        border-radius: var(--slide-landing-border-radius);
        height: var(--slide-landing-image-height);
        width: var(--slide-landing-image-width);
        border: 2px ridge #ffffff00;
    }
/* _content/Club.WebUI/Areas/Content/Views/Slides/Index.cshtml.rz.scp.css */
.container--ribbon[b-2n4najkebf] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 1em 0;
    flex-direction: row;
    flex-wrap: wrap;
    
}

    .container--ribbon > .ribbon-button[b-2n4najkebf] {
        border: none;
        outline: 0;
        margin: 0.5rem;
        border-radius: var(--slide-landing-border-radius);
        color: #515151;
        background-color: #ffefc8;
    }

        .container--ribbon > .ribbon-button:hover:enabled[b-2n4najkebf] {
            cursor: pointer;
            color: #000;
            background-color: #ffd776;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        }

        .container--ribbon > .ribbon-button:focus:enabled:not(:hover)[b-2n4najkebf] {
            color: #000;
            background-color: #ffb400;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        }

        .container--ribbon > .ribbon-button:active:enabled[b-2n4najkebf] {
            color: #000;
            background-color: #ffb400;
        }

        .container--ribbon > .ribbon-button > p[b-2n4najkebf] {
            color: #000;
            padding: 0.5rem;
        }

.slide--1[b-2n4najkebf] {
    border-top-left-radius: var(--slide-landing-border-radius);
    border-top-right-radius: var(--slide-landing-border-radius);
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    border: 2px ridge #ffffff00;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/public/slides/slide1.jpg);
}

.slide--2[b-2n4najkebf] {
    border-top-left-radius: var(--slide-landing-border-radius);
    border-top-right-radius: var(--slide-landing-border-radius);
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    border: 2px ridge #ffffff00;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/public/slides/slide2.jpg);
}

.slide--3[b-2n4najkebf] {
    border-top-left-radius: var(--slide-landing-border-radius);
    border-top-right-radius: var(--slide-landing-border-radius);
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    border: 2px ridge #ffffff00;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/public/slides/slide3.jpg);
}

.slide--4[b-2n4najkebf] {
    border-top-left-radius: var(--slide-landing-border-radius);
    border-top-right-radius: var(--slide-landing-border-radius);
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    border: 2px ridge #ffffff00;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/public/slides/slide4.jpg);
}

.slide--5[b-2n4najkebf] {
    border-top-left-radius: var(--slide-landing-border-radius);
    border-top-right-radius: var(--slide-landing-border-radius);
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    border: 2px ridge #ffffff00;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/public/slides/slide5.jpg);
}

.slide--6[b-2n4najkebf] {
    border-top-left-radius: var(--slide-landing-border-radius);
    border-top-right-radius: var(--slide-landing-border-radius);
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    border: 2px ridge #ffffff00;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/public/slides/slide6.jpg);
}
/* _content/Club.WebUI/Areas/Content/Views/Slides/Update.cshtml.rz.scp.css */
.container-slide-preview[b-brf19sa3rn]{
    margin-top:1.5rem;
    text-align:center;
}

    .container-slide-preview > label[b-brf19sa3rn] {
        display:inline-block;
        width:100%;
        padding: 0.5rem 0;
    }

    .container-slide-preview > img[b-brf19sa3rn] {
        border-radius: var(--slide-landing-border-radius);
        height: var(--slide-landing-image-height);
        width: var(--slide-landing-image-width);
        border: 2px ridge #ffffff00;
    }
/* _content/Club.WebUI/Views/Home/ContactUs.cshtml.rz.scp.css */

.application--body-screen[b-rwcdyphs6x] {
    text-align:center;
}

.landing--silhouette[b-rwcdyphs6x] {
    background-image: url(/public/image/Silhouette.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 30%;
    min-height: 100%;
    position: absolute;
    top: 40%;
    right: 0;
}

.landing--logo[b-rwcdyphs6x] {
    background-image: var(--logo-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 300px;
    min-height: 178px;
    margin-bottom: 50px;
}

.landing--button-to-action[b-rwcdyphs6x] {
    cursor: pointer;
    color: #533c00;
    font-size: larger;
    background-image: linear-gradient(165deg, #d7b342 0%, #e6c965 25%, #fbe790 50%, #cab15c 75%, #86640e 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 1.5rem 3.5rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-shadow: -2px -2px 0 #fff, 2px 2px 0 #fff;
}

    .landing--button-to-action:hover:enabled[b-rwcdyphs6x] {
        -webkit-box-shadow: 0 0 30px #fbe790;
        -moz-box-shadow: 0 0 30px #fbe790;
        box-shadow: 0 0 30px #fbe790;
        color: #b98e22;
        
    }

    .landing--button-to-action:focus:enabled:not(:hover)[b-rwcdyphs6x] {
        -webkit-box-shadow: 0 0 20px #d3b225;
        -moz-box-shadow: 0 0 20px #d3b225;
        box-shadow: 0 0 20px #d3b225;
        color: #795f1d;
    }

    .landing--button-to-action:active:enabled[b-rwcdyphs6x] {
        -webkit-box-shadow: 0 0 30px #fff9de;
        -moz-box-shadow: 0 0 30px #fff9de;
        box-shadow: 0 0 30px #fff9de;
        color: #aa8117;
    }
/* _content/Club.WebUI/Views/Home/Fees.cshtml.rz.scp.css */
/* _content/Club.WebUI/Views/Home/Index.cshtml.rz.scp.css */
@-webkit-keyframes animation-left-to-center {
    0% {
        left: var(--slide-landing-left-start);
    }

    50% {
        left: var(--slide-landing-left-end);
    }

    70% {
        opacity: 1;
        left: var(--slide-landing-left-end);
    }

    99% {
        left: var(--slide-landing-left-end);
        opacity: 0;
    }

    100% {
        left: var(--slide-landing-left-start);
        opacity: 0;
        display: none;
    }
}

@keyframes animation-left-to-center-b-8lluuih9xi {
    0% {
        left: var(--slide-landing-left-start);
    }

    50% {
        left: var(--slide-landing-left-end);
    }

    70% {
        opacity: 1;
        left: var(--slide-landing-left-end);
    }

    99% {
        left: var(--slide-landing-left-end);
        opacity: 0;
    }

    100% {
        left: var(--slide-landing-left-start);
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes animation-right-to-center {
    0% {
        right: var(--slide-landing-right-start);
    }

    50% {
        right: var(--slide-landing-right-end);
    }

    70% {
        opacity: 1;
        right: var(--slide-landing-right-end);
    }

    99% {
        right: var(--slide-landing-right-end);
        opacity: 0;
    }

    100% {
        right: var(--slide-landing-right-start);
        opacity: 0;
        display: none;
    }
}

@keyframes animation-right-to-center-b-8lluuih9xi {
    0% {
        right: var(--slide-landing-right-start);
    }

    50% {
        right: var(--slide-landing-right-end);
    }

    70% {
        opacity: 1;
        right: var(--slide-landing-right-end);
    }

    99% {
        right: var(--slide-landing-right-end);
        opacity: 0;
    }

    100% {
        right: var(--slide-landing-right-start);
        opacity: 0;
        display: none;
    }
}

.application--body-screen[b-8lluuih9xi] {
    text-align:center;
}

.landing--silhouette[b-8lluuih9xi] {
    background-image: url(/public/image/Silhouette.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 30%;
    min-height: 100%;
    position: absolute;
    top: 40%;
    right: 0;
}

.landing--logo[b-8lluuih9xi] {
    background-image: var(--logo-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 300px;
    min-height: 178px;
    margin-bottom: 10px;
}

.landing--caption[b-8lluuih9xi] {
    text-align: center;
    line-height: 2em;
    background: -webkit-linear-gradient(rgb(255, 255, 127), rgb(255, 233, 127), rgb(179, 149, 0), rgb(179, 130, 0)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgb(255, 255, 127), rgb(255, 233, 127), rgb(179, 149, 0), rgb(179, 130, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.landing--button-to-action[b-8lluuih9xi] {
    cursor: pointer;
    color: #533c00;
    border-block-color: rgb(255, 255, 127);
    font-size: larger;
    background-image: linear-gradient(165deg, #d7b342 0%, #e6c965 25%, #fbe790 50%, #cab15c 75%, #86640e 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 1rem 3.5rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-shadow: -2px -2px 0 #fff, 2px 2px 0 #fff;
    margin-top: 30px;
}

    .landing--button-to-action:hover:enabled[b-8lluuih9xi] {
        -webkit-box-shadow: 0 0 30px #fbe790;
        -moz-box-shadow: 0 0 30px #fbe790;
        box-shadow: 0 0 30px #fbe790;
        color: #b98e22;
    }

    .landing--button-to-action:focus:enabled:not(:hover)[b-8lluuih9xi] {
        -webkit-box-shadow: 0 0 20px #d3b225;
        -moz-box-shadow: 0 0 20px #d3b225;
        box-shadow: 0 0 20px #d3b225;
        color: #795f1d;
    }

    .landing--button-to-action:active:enabled[b-8lluuih9xi] {
        -webkit-box-shadow: 0 0 30px #fff9de;
        -moz-box-shadow: 0 0 30px #fff9de;
        box-shadow: 0 0 30px #fff9de;
        color: #aa8117;
    }


/* Slide animation */
.slide--left-1[b-8lluuih9xi] {
    border-radius: var(--slide-landing-border-radius);
    position: fixed;
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    left: var(--slide-landing-left-start);
    bottom: 0px;
    transform: translate(-50%, 0);
    -webkit-animation: animation-left-to-center var(--slide-landing-fly-in-seconds) ease-out 0s 1 forwards;
    animation: animation-left-to-center-b-8lluuih9xi var(--slide-landing-fly-in-seconds) ease-out 0s 1 forwards;
    z-index: 9990;
    border: 2px ridge #2c2c2c;
    background-color: black;
    background-position: center;
    background-image: url(/public/slides/slide1.jpg);
    background-repeat: no-repeat;
}





.slide--right-2-half-top[b-8lluuih9xi] {
    border-top-left-radius: var(--slide-landing-border-radius);
    border-top-right-radius: var(--slide-landing-border-radius);
    position: fixed;
    height: var(--slide-landing-image-height-half);
    width: var(--slide-landing-image-width);
    right: var(--slide-landing-right-start);
    bottom: var(--slide-landing-image-height-half);
    transform: translate(-50%, 0);
    -webkit-animation: animation-right-to-center var(--slide-landing-fly-in-seconds) ease-out 1s 1 forwards;
    animation: animation-right-to-center-b-8lluuih9xi var(--slide-landing-fly-in-seconds) ease-out 1s 1 forwards;
    z-index: 9991;
    border-left: 2px ridge #2c2c2c;
    border-top: 2px ridge #2c2c2c;
    border-right: 2px ridge #2c2c2c;
    background-color: black;
    background-position: top;
    background-image: url(/public/slides/slide2.jpg);
    background-repeat: no-repeat;
}

.slide--left-2-half-bottom[b-8lluuih9xi] {
    border-bottom-left-radius: var(--slide-landing-border-radius);
    border-bottom-right-radius: var(--slide-landing-border-radius);
    position: fixed;
    height: var(--slide-landing-image-height-half);
    width: var(--slide-landing-image-width);
    left: var(--slide-landing-left-start);
    bottom: 0px;
    transform: translate(-50%, 0%);
    -webkit-animation: animation-left-to-center var(--slide-landing-fly-in-seconds) ease-out 1s 1 forwards;
    animation: animation-left-to-center-b-8lluuih9xi var(--slide-landing-fly-in-seconds) ease-out 1s 1 forwards;
    z-index: 9991;
    border-left: 2px ridge #2c2c2c;
    border-bottom: 2px ridge #2c2c2c;
    border-right: 2px ridge #2c2c2c;
    background-color: black;
    background-position: bottom;
    background-image: url(/public/slides/slide2.jpg);
    background-repeat: no-repeat;
}





.slide--right-3[b-8lluuih9xi] {
    border-radius: var(--slide-landing-border-radius);
    position: fixed;
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    right: var(--slide-landing-right-start);
    bottom: 0px;
    transform: translate(-50%, 0);
    -webkit-animation: animation-right-to-center var(--slide-landing-fly-in-seconds) ease-out 2s 1 forwards;
    animation: animation-right-to-center-b-8lluuih9xi var(--slide-landing-fly-in-seconds) ease-out 2s 1 forwards;
    z-index: 9992;
    border: 2px ridge #2c2c2c;
    background-color: black;
    background-position: center;
    background-image: url(/public/slides/slide3.jpg);
    background-repeat: no-repeat;
}




.slide--left-4-half-top[b-8lluuih9xi] {
    border-top-left-radius: var(--slide-landing-border-radius);
    border-top-right-radius: var(--slide-landing-border-radius);
    position: fixed;
    height: var(--slide-landing-image-height-half);
    width: var(--slide-landing-image-width);
    left: var(--slide-landing-left-start);
    bottom: var(--slide-landing-image-height-half);
    transform: translate(-50%, 0);
    -webkit-animation: animation-left-to-center var(--slide-landing-fly-in-seconds) ease-out 3s 1 forwards;
    animation: animation-left-to-center-b-8lluuih9xi var(--slide-landing-fly-in-seconds) ease-out 3s 1 forwards;
    z-index: 9993;
    border-left: 2px ridge #2c2c2c;
    border-top: 2px ridge #2c2c2c;
    border-right: 2px ridge #2c2c2c;
    background-color: black;
    background-position: top;
    background-image: url(/public/slides/slide4.jpg);
    background-repeat: no-repeat;
}

.slide--right-4-half-bottom[b-8lluuih9xi] {
    border-bottom-left-radius: var(--slide-landing-border-radius);
    border-bottom-right-radius: var(--slide-landing-border-radius);
    position: fixed;
    height: var(--slide-landing-image-height-half);
    width: var(--slide-landing-image-width);
    right: var(--slide-landing-right-start);
    bottom: 0px;
    transform: translate(-50%, 0%);
    -webkit-animation: animation-right-to-center var(--slide-landing-fly-in-seconds) ease-out 3s 1 forwards;
    animation: animation-right-to-center-b-8lluuih9xi var(--slide-landing-fly-in-seconds) ease-out 3s 1 forwards;
    z-index: 9993;
    border-left: 2px ridge #2c2c2c;
    border-bottom: 2px ridge #2c2c2c;
    border-right: 2px ridge #2c2c2c;
    background-color: black;
    background-position: bottom;
    background-image: url(/public/slides/slide4.jpg);
    background-repeat: no-repeat;
}




.slide--left-5[b-8lluuih9xi] {
    border-radius: var(--slide-landing-border-radius);
    position: fixed;
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    left: var(--slide-landing-left-start);
    bottom: 0px;
    transform: translate(-50%, 0);
    -webkit-animation: animation-left-to-center var(--slide-landing-fly-in-seconds-ending) ease-out 4s 1 forwards;
    animation: animation-left-to-center-b-8lluuih9xi var(--slide-landing-fly-in-seconds-ending) ease-out 4s 1 forwards;
    z-index: 9994;
    border: 2px ridge #2c2c2c;
    background-color: black;
    background-position: center;
    background-image: url(/public/slides/slide5.jpg);
    background-repeat: no-repeat;
}



.slide--right-6[b-8lluuih9xi] {
    border-radius: var(--slide-landing-border-radius);
    position: fixed;
    height: var(--slide-landing-image-height);
    width: var(--slide-landing-image-width);
    right: var(--slide-landing-right-start);
    bottom: 0px;
    transform: translate(-50%, 0);
    -webkit-animation: animation-right-to-center var(--slide-landing-fly-in-seconds-ending) ease-out 5s 1 forwards;
    animation: animation-right-to-center-b-8lluuih9xi var(--slide-landing-fly-in-seconds-ending) ease-out 5s 1 forwards;
    z-index: 9995;
    border: 2px ridge #2c2c2c;
    background-color: black;
    background-position: center;
    background-image: url(/public/slides/slide6.jpg);
    background-repeat: no-repeat;
}
/* _content/Club.WebUI/Views/Home/Location.cshtml.rz.scp.css */
.location--map-center-container[b-mwq4wo7iov] {
    display: flex;
    justify-content: center;
    margin-top:1.5rem;
}

    .location--map-center-container > .location--map-container[b-mwq4wo7iov] {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        width: 340px;
        height: 220px;
        max-width: 340px;
        max-height: 220px;
        
        
    }

        /* iframe copied from google if any custom css needs to be implemented */
        .location--map-center-container > .location--map-container > iframe[b-mwq4wo7iov] {
            box-shadow: 0 0 2px 1px #9d8f3f;
            border: 2px solid;
            border-block-color: rgb(149, 149, 52);
        }

@media only screen and (min-width: 370px) {

    .location--map-center-container[b-mwq4wo7iov] {
        display: flex;
        justify-content: center;
        margin-top: 3rem;
    }

    .location--map-center-container > .location--map-container[b-mwq4wo7iov] {
        background: linear-gradient(135deg, #be8d22, #efd16c, #eacb65, #d1a63c, #b78315, #b47e15);
        border: 2px solid;
        border-block-color: rgb(255, 255, 127);
    }

        .location--map-center-container > .location--map-container > .location--map[b-mwq4wo7iov] {
            /*border: outset 2px #decc1a;*/
            box-shadow: none;
            border:none;
        }
}
/* _content/Club.WebUI/Views/Home/MailingList.cshtml.rz.scp.css */

.application--body-screen[b-dtyun87cvx] {
    text-align:center;
}

.landing--silhouette[b-dtyun87cvx] {
    background-image: url(/public/image/Silhouette.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 30%;
    min-height: 100%;
    position: absolute;
    top: 40%;
    right: 0;
}

.landing--logo[b-dtyun87cvx] {
    background-image: var(--logo-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 300px;
    min-height: 178px;
    margin-bottom: 50px;
}

.landing--button-to-action[b-dtyun87cvx] {
    cursor: pointer;
    color: #533c00;
    font-size: larger;
    background-image: linear-gradient(165deg, #d7b342 0%, #e6c965 25%, #fbe790 50%, #cab15c 75%, #86640e 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 1.5rem 3.5rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-shadow: -2px -2px 0 #fff, 2px 2px 0 #fff;
}

    .landing--button-to-action:hover:enabled[b-dtyun87cvx] {
        -webkit-box-shadow: 0 0 30px #fbe790;
        -moz-box-shadow: 0 0 30px #fbe790;
        box-shadow: 0 0 30px #fbe790;
        color: #b98e22;
        
    }

    .landing--button-to-action:focus:enabled:not(:hover)[b-dtyun87cvx] {
        -webkit-box-shadow: 0 0 20px #d3b225;
        -moz-box-shadow: 0 0 20px #d3b225;
        box-shadow: 0 0 20px #d3b225;
        color: #795f1d;
    }

    .landing--button-to-action:active:enabled[b-dtyun87cvx] {
        -webkit-box-shadow: 0 0 30px #fff9de;
        -moz-box-shadow: 0 0 30px #fff9de;
        box-shadow: 0 0 30px #fff9de;
        color: #aa8117;
    }
/* _content/Club.WebUI/Views/Home/Notices.cshtml.rz.scp.css */

.application--body-screen[b-dwial7ir32] {
    text-align:center;
}

.landing--silhouette[b-dwial7ir32] {
    background-image: url(/public/image/Silhouette.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 30%;
    min-height: 100%;
    position: absolute;
    top: 40%;
    right: 0;
}

.landing--logo[b-dwial7ir32] {
    background-image: var(--logo-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 300px;
    min-height: 178px;
    margin-bottom: 50px;
}

.landing--button-to-action[b-dwial7ir32] {
    cursor: pointer;
    color: #533c00;
    font-size: larger;
    background-image: linear-gradient(165deg, #d7b342 0%, #e6c965 25%, #fbe790 50%, #cab15c 75%, #86640e 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 1.5rem 3.5rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-shadow: -2px -2px 0 #fff, 2px 2px 0 #fff;
}

    .landing--button-to-action:hover:enabled[b-dwial7ir32] {
        -webkit-box-shadow: 0 0 30px #fbe790;
        -moz-box-shadow: 0 0 30px #fbe790;
        box-shadow: 0 0 30px #fbe790;
        color: #b98e22;
        
    }

    .landing--button-to-action:focus:enabled:not(:hover)[b-dwial7ir32] {
        -webkit-box-shadow: 0 0 20px #d3b225;
        -moz-box-shadow: 0 0 20px #d3b225;
        box-shadow: 0 0 20px #d3b225;
        color: #795f1d;
    }

    .landing--button-to-action:active:enabled[b-dwial7ir32] {
        -webkit-box-shadow: 0 0 30px #fff9de;
        -moz-box-shadow: 0 0 30px #fff9de;
        box-shadow: 0 0 30px #fff9de;
        color: #aa8117;
    }
/* _content/Club.WebUI/Views/Home/Register.cshtml.rz.scp.css */

.application--body-screen[b-zezxh9fx78] {
    text-align:center;
}

.landing--silhouette[b-zezxh9fx78] {
    background-image: url(/public/image/Silhouette.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 30%;
    min-height: 100%;
    position: absolute;
    top: 40%;
    right: 0;
}

.landing--logo[b-zezxh9fx78] {
    background-image: var(--logo-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 300px;
    min-height: 178px;
    margin-bottom: 50px;
}

.landing--button-to-action[b-zezxh9fx78] {
    cursor: pointer;
    color: #533c00;
    font-size: larger;
    background-image: linear-gradient(165deg, #d7b342 0%, #e6c965 25%, #fbe790 50%, #cab15c 75%, #86640e 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 1.5rem 3.5rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-shadow: -2px -2px 0 #fff, 2px 2px 0 #fff;
}

    .landing--button-to-action:hover:enabled[b-zezxh9fx78] {
        -webkit-box-shadow: 0 0 30px #fbe790;
        -moz-box-shadow: 0 0 30px #fbe790;
        box-shadow: 0 0 30px #fbe790;
        color: #b98e22;
        
    }

    .landing--button-to-action:focus:enabled:not(:hover)[b-zezxh9fx78] {
        -webkit-box-shadow: 0 0 20px #d3b225;
        -moz-box-shadow: 0 0 20px #d3b225;
        box-shadow: 0 0 20px #d3b225;
        color: #795f1d;
    }

    .landing--button-to-action:active:enabled[b-zezxh9fx78] {
        -webkit-box-shadow: 0 0 30px #fff9de;
        -moz-box-shadow: 0 0 30px #fff9de;
        box-shadow: 0 0 30px #fff9de;
        color: #aa8117;
    }
/* _content/Club.WebUI/Views/Home/Times.cshtml.rz.scp.css */
.location--map-center-container[b-t8gz4uiukk] {
    display: flex;
    justify-content: center;
    margin-top:1.5rem;
}

    .location--map-center-container > .location--map-container[b-t8gz4uiukk] {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        width: 340px;
        height: 220px;
        max-width: 340px;
        max-height: 220px;
        
        
    }

        /* iframe copied from google if any custom css needs to be implemented */
        .location--map-center-container > .location--map-container > iframe[b-t8gz4uiukk] {
            box-shadow: 0 0 2px 1px #9d8f3f;
            border: 2px solid;
            border-block-color: rgb(149, 149, 52);
        }

@media only screen and (min-width: 370px) {

    .location--map-center-container[b-t8gz4uiukk] {
        display: flex;
        justify-content: center;
        margin-top: 3rem;
    }

    .location--map-center-container > .location--map-container[b-t8gz4uiukk] {
        background: linear-gradient(135deg, #be8d22, #efd16c, #eacb65, #d1a63c, #b78315, #b47e15);
        border: 2px solid;
        border-block-color: rgb(255, 255, 127);
    }

        .location--map-center-container > .location--map-container > .location--map[b-t8gz4uiukk] {
            /*border: outset 2px #decc1a;*/
            box-shadow: none;
            border:none;
        }
}
/* _content/Club.WebUI/Views/Home/WhoAreWe.cshtml.rz.scp.css */

.logo--center-container[b-3tv2df2ah9] {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

    .logo--center-container > .logo[b-3tv2df2ah9] {
        background-image: var(--logo-url);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        min-width: 200px;
        min-height: 119px;
        margin-bottom: 10px;
    }
/* _content/Club.WebUI/Views/Home/WhyWrestling.cshtml.rz.scp.css */

.application--body-screen[b-j7nd5x46gx] {
    text-align:center;
}

.landing--silhouette[b-j7nd5x46gx] {
    background-image: url(/public/image/Silhouette.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 30%;
    min-height: 100%;
    position: absolute;
    top: 40%;
    right: 0;
}

.landing--logo[b-j7nd5x46gx] {
    background-image: url(/public/image/LogoDark.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 300px;
    min-height: 178px;
    margin-bottom: 50px;
}

.landing--button-to-action[b-j7nd5x46gx] {
    cursor: pointer;
    color: #533c00;
    font-size: larger;
    background-image: linear-gradient(165deg, #d7b342 0%, #e6c965 25%, #fbe790 50%, #cab15c 75%, #86640e 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 1.5rem 3.5rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-shadow: -2px -2px 0 #fff, 2px 2px 0 #fff;
}

    .landing--button-to-action:hover:enabled[b-j7nd5x46gx] {
        -webkit-box-shadow: 0 0 30px #fbe790;
        -moz-box-shadow: 0 0 30px #fbe790;
        box-shadow: 0 0 30px #fbe790;
        color: #b98e22;
        
    }

    .landing--button-to-action:focus:enabled:not(:hover)[b-j7nd5x46gx] {
        -webkit-box-shadow: 0 0 20px #d3b225;
        -moz-box-shadow: 0 0 20px #d3b225;
        box-shadow: 0 0 20px #d3b225;
        color: #795f1d;
    }

    .landing--button-to-action:active:enabled[b-j7nd5x46gx] {
        -webkit-box-shadow: 0 0 30px #fff9de;
        -moz-box-shadow: 0 0 30px #fff9de;
        box-shadow: 0 0 30px #fff9de;
        color: #aa8117;
    }
/* _content/Club.WebUI/Views/Shared/_LayoutBackend.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* _content/Club.WebUI/Views/Shared/_LayoutFrontend.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* _content/Club.WebUI/Views/Shared/_LayoutLanding.cshtml.rz.scp.css */
.application--header[b-30cb3diy69]{
    padding:0;
}
.application--header-shortcut[b-30cb3diy69] {
    justify-content: right;
    padding: 0 0 0.25rem 0;
    width: 100%;
}
