html {
    font-size: 14px;
    min-width: 360px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    html {
        font-size: 18px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #dcdcdc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



/* google login button style */


.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    max-width: 600px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state,
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
            background-color: #303030;
            opacity: 8%;
        }


/* event style */
.groupevent_smallframe {
    border: 0pt solid #101010;
    padding: 0px;
    --bs-gutter-x: 0;
    font-size: 11pt;
}

.groupevent_small {
    margin: 3px 3px 3px 3px;
    border-radius: 5px;
    background: #e8e8e8;
}

.groupevent_small_img {
    border-radius: 5px 5px 0px 0px;
    height: 200px;
    width: 100%;
    min-width: 200px;
    object-fit: cover;
    overflow: hidden;
}

.groupevent_small_info {
    padding: 5pt 5pt 5pt 5pt;
    border: 1pt solid #101010;
    height: 100px;
}

.groupevent_footer {
    height: 20pt;
    background: #d4d4d4;
    padding-left: 6pt;
    border-left: 1pt solid #101010;
    border-right: 1pt solid #101010;
    border-bottom: 1pt solid #101010;
    border-radius: 0px 0px 5px 5px;
}


.groupevent_small .date {
    font-size: 90%;
    color: #ba3636;
}

.groupevent_small .name {
    font-size: 13pt;
    font-weight: bold;
    overflow: hidden;
}

.groupevent_small .info {
    margin-top: 10px;
}

.groupevent_small .groupname {
}

    .groupevent_small .groupname a {
        color: black;
        text-decoration: none;
        font-weight: bold;
    }

/*
    ======================================
*/

.frontPageEvents {
    display: flex;
    flex-direction: row;
    justify-items:center;
    height: 100%;
}

.eventcard_smallframe {
    border: 0pt solid #101010;
    padding: 0px;
    --bs-gutter-x: 0;
    font-size: 11pt;
    /*width: 350px; */
}

.eventcard_small {
    margin: 3px 3px 3px 3px;
    border-radius: 5px;
    background: #e8e8e8;
    color: darkslategray
}

.eventcard_small .date {
    font-size: 90%;
    font-weight: 500;
    color: #ba3636;
}

.eventcard_name {
    font-size: 3vw;
    font-weight: bold;
    overflow: hidden;
}

@media (min-width: 350px)
{
    .eventcard_name {
        font-size: 2.5vw;
    }
}

@media (min-width: 500px) {
    .eventcard_name {
        font-size: clamp(7px, 1.8vw, 10pt);
    }
}
@media (min-width: 950px) {
    .eventcard_name {
        font-size: 11pt;
    }
}

@media (min-width: 1050px) {
    .eventcard_name {
        font-size: 12pt;
    }
}

.eventcard_small .info {
    margin-top: 10px;
}

.eventcard_small .info_frame {
    padding: 5pt 5pt 5pt 5pt;
    border: 1pt solid #101010;
    height: 100px;
}

.eventcard_small_img {
    border-radius: 5px 5px 0px 0px;
    height: 200px;
    width: 100%;
    min-width: 140px;
    object-fit: cover;
    overflow: hidden;
}


.eventcard_small .groupname {
}

    .eventcard_small .groupname a {
        color: black;
        text-decoration: none;
        font-weight: bold;
    }

.auto-scale-text-1 {
    /*font-size: calc(10px + 2vw); *//* Adjust the values as needed */
    font-size: clamp(6px,  4vw, 90%);
    white-space: nowrap; /* Prevent text from wrapping */
    max-width: 100%; /* Ensure the text does not overflow the container */
    
    overflow: visible; 
    text-overflow: ellipsis; /* Add ellipsis for overflow text */
}

.auto-scale-text-2 {
    font-size: clamp(5px, 50%, 13pt) !important;
    white-space: nowrap; /* Prevent text from wrapping */
    max-width: 100%; /* Ensure the text does not overflow the container */

    overflow: hidden;
}

.scaled-fontsize-1 {
    font-size: 7pt;
    white-space: nowrap; /* Prevent text from wrapping */
}


/*
    ======================================
*/
.infobox1 {
    font-size: 110%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 10pt;
    text-align: left;
    margin: 10px;
    background-color: gray;
    color: whitesmoke;
    border: 1px dashed black;
    border-radius: 5px 5px 5px 5px;
}


.groupBanner {
    margin: 0px;
    padding: 0px;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 0px 0px 10px 10px;
    max-height: 450px;
    min-width: 360px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}

.groupOverview {
}


    .groupOverview .groupTitleName {
        font-weight: bold;
    }

@media screen and (max-width: 650px) {
    .groupOverview .groupTitleName {
        font-size: 13pt;
    }
}

@media screen and (min-width: 651px) {
    .groupOverview .groupTitleName {
        font-size: 15pt;
    }
}

@media screen and (min-width: 760px) {
    .groupOverview .groupTitleName {
        font-size: 20pt;
    }
}

@media screen and (min-width: 960px) {
    .groupOverview .groupTitleName {
        font-size: 20pt;
    }
}

@media screen and (min-width: 1200px) {
    .groupOverview .groupTitleName {
        font-size: 24pt;
    }
}

.groupOverview .card-header {
    font-weight: bold;
}

.groupOverview .namearea {
    height: 100px;
}

.groupOverview .btnjoin {
    color: aliceblue;
}

.clubevent_location {
    font-size: 14pt;
}


.signinform {
    background: whitesmoke;
    border-radius: 6px;
    border: solid #1f1f1f;
    border-width: 1px 2px 2px 1px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

    .signinform a {
        font-weight: bold;
        text-decoration: none;
    }

.signupform {
    background: whitesmoke;
    border-radius: 6px;
    border: solid #1f1f1f;
    border-width: 1px 2px 2px 1px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 10px;
}

    .signupform a {
        font-weight: bold;
        text-decoration: none;
    }

.card .eventimage {
    height: 5vw;
    min-height: 200px;
    max-height: 350px;
}

@media screen and (min-width: 760px) {
    .card .eventimage {
        height: 10vw;
        min-height: 200px;
        max-height: 350px;
    }
}

@media screen and (min-width: 960px) {
    .card .eventimage {
        height: 9vw;
        min-height: 200px;
        max-height: 350px;
    }
}

@media screen and (min-width: 1200px) {
    .card .eventimage {
        height: 10vw;
        min-height: 200px;
        max-height: 350px;
    }
}

.card .eventimage img {
    height: 100%;
    object-fit: contain;
    overflow: scroll;
}

.eventImage {
    border: 1pt solid black;
    max-height: 400px;
    max-width: 400px;
    height: auto;
    width: auto;
    margin: 10px;
}

.btn-tiny {
    font-size: 10pt;
    background: #225a83;
    color: whitesmoke;
    border: solid 1px #101010;
    border-radius: 3px;
    width: auto;
    text-decoration: none;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-left: 5px;
    margin-top: 2px;
    height: 30px;
    /*box-shadow: 3px 3px 9px rgba(0,0,0,0.45);*/
    text-align: center;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn2 {
    font-size: 90%;
    background: #225a83;
    color: #aa9b9b;
    border: solid 1px #101010;
    border-radius: 9px;
    width: 100%;
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: 2px;
    height: 40px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.45);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn2-link a {
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.btn2-link {
    font-size: 18px;
    background: #225a83;
    color: #aa9b9b;
    border: solid 1px #101010;
    border-radius: 9px;
    width: 200px;
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: 2px;
    height: 40px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.45);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn2-link a {
        color: #FFFFFF;
        font-style: normal;
        text-decoration: none;
        text-align: center;
    }


.btndiv {
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    width: 120px;
}

.btnactions {
    background: #2e841a;
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    width: 180px;
}

.btn-small-inline {
    font-size: 12pt;
    background: #d2dfe5;
    color: #0b10a9;
    border: solid 1px #94cce7;
    border-radius: 4px;
    width: 100px;
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: 27px;
    /*box-shadow: 3px 3px 9px rgba(0,0,0,0.45);*/
    text-align: center;
    display: inline;
    font-weight: normal;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-small-inline a{
    text-decoration:none;
    margin: 5px;
    padding: 5px;
}

    .btn-small {
    font-size: 12pt;
    background: #d2dfe5;
    color: #0b10a9;
    border: solid 1px #94cce7;
    border-radius: 4px;
    width: 100px;
    text-decoration: none;
    margin-bottom: 2px;
    margin-top: 2px;
    height: 27px;
    /*box-shadow: 3px 3px 9px rgba(0,0,0,0.45);*/
    text-align: center;
    display: flex;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}


.btn-medium {
    font-size: 12pt;
    background: #d2dfe5;
    color: #0b10a9;
    border: solid 1px #94cce7;
    border-radius: 4px;
    width: 145px;
    text-decoration: none;
    margin: 4px;
    height: 27px;
    /*box-shadow: 3px 3px 9px rgba(0,0,0,0.45);*/
    text-align: center;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.btn-small:hover {
    background: #cdd5e8;
}

/* view EVENT */

.register_fielddesc {
    margin: 3px 10pt 25px 5px;
    font-size: 12pt;
}

.eventBanner {
    border: 2px solid black;
    border-radius: 6px;
    width: auto;
    background-color: #c6cdc3;
    background: linear-gradient(#b4b5b3, #f3ebeb);
}

.pageBanner {
    justify-content: center;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    min-width: 360px;
    height: 100px;
    width: 100%;
    border: 1px solid black;
    border-width: 0px 0px 1px 0px;
}

    .pageBanner img {
        object-fit: cover;
        overflow: hidden;
        width: 100%;
        border: 1px solid black;
    }

.pageBannerTitle {
    height: 100px; /* make sure same height as pageBanner*/
    color: wheat;
    text-align: center;
    align-content: center !important;
    
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    border: 2px solid black;
    /*
    backdrop-filter: blur(20px);
    backdrop-filter: brightness(60%);
    backdrop-filter: contrast(40%);
    backdrop-filter: drop-shadow(4px 4px 10px blue);
    backdrop-filter: grayscale(30%);
    backdrop-filter: hue-rotate(120deg);
    backdrop-filter: invert(70%);
    backdrop-filter: opacity(20%);
    backdrop-filter: sepia(90%);
    backdrop-filter: saturate(80%);
    */
}
    .pageBannerTitle h1 {
        font-size: 3.5vw;
    }
@media screen and (min-width: 1600px) {
    .pageBannerTitle h1 {
        font-size: 56px;
    }
}

.eventBannerImage {
    justify-content: center;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    min-width: 200px;
    height: auto;
    width: 100%;
}

    .eventBannerImage img {
        min-height: 250px;
        max-height: 450px;
        object-fit: cover;
        overflow: hidden;
    }

.evtPageDate {
    font-size: 90%;
    color: #a93535;
    font-weight: bold;
}

.evtPageName {
    font-size: 150%;
    font-weight: bold;
}
/*
.evtPageDesc {
    margin: 3pt 0pt 3pt 0pt;
    padding: 0pt;
}*/

.evtPageColumn {
    padding: 0pt 5pt 0pt 0pt;
}

/*
.evtPageInfo {
    padding: 0pt 5pt 0pt 0pt;
}


.evtPageGuests {
    padding-top: 5pt;
}
*/
.eventinfocards{

}

.eventinfocards .card{
    margin: 5px;
}

.evtPageMap {
    padding: 0pt 0pt 0pt 5pt;
}

.evtPageHighlight {
    font-weight: bold;
}

.evtCheckMark {
    display: none;
}

.alertBar {
    align-content: center;
    align-items: center;
    margin: 0px;
    color: #ffffff;
    background: #631616;
    border-radius: 0px;
    display: none;
    height: 40px;
}
.infobox_info {
    background-color: #339911;
}

.infobox_err {
    background-color: #951636;
}

.infobox_warn {
    background-color: #e6853c;
}


.groupeventlist {
}

    .groupeventlist .event-list-item {
        margin: 0px 0px 6px 0px;
    }

    .groupeventlist .date {
        color: #a93535;
    }

    .groupeventlist .eventname {
        font-weight: bold;
        font-size: 120%;
    }

        .groupeventlist .eventname a {
            text-decoration: none;
        }


.pollOption {
    border: 1pt solid black;
    border-radius: 4px;
    background: #b4b5b3;
    color: black;
    margin: 5pt;
    padding: 8pt;
}

    .pollOption .form-check-input {
        margin-left: 0px;
        margin-right: 8pt;
    }


.pollBanner {
    margin: 0px;
    padding: 0px;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 10px 10px 0px 0px;
    max-height: 450px;
    min-width: 150px;
    width: 100%;
    object-fit: fill;
    object-position: top;
    overflow: hidden;
}

.polldesc {
    font-size: 125%;
    margin: 10pt;
}

.voteresultbox {
    border: 2px solid black;
    border-radius: 5px 5px 5px 5px;
    background: white;
    line-height: 150%;
    margin-bottom: 10px;
    padding: 10pt;
}

    .voteresultbox .voteresult_optionname {
        font-weight: bold;
        text-align: right;
    }

    .voteresultbox .voteresult_count {
        font-weight: normal;
    }

    .voteresultbox .voter {
    }

    .voteresultbox .voteresult_votername {
        font-weight: bold;
    }

    .voteresultbox .voteresult_vote {
        font-weight: normal;
    }


.eventimagename input {
    width: 60%;
}

.shadowBoarders {
    border: 1px solid black;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

/* for 'hr' to make them stand out more and have more space around them*/
.largeDivide {
    height: 3px; /* Adjust the height to make the line thicker */
    border: none; /* Remove the default border */
    background-color: #631616; /* Set the background color of the line */
    opacity: 0.7;
    margin-top: 30pt;
    margin-bottom: 30pt;
}

.catdropdown {
    max-width: 75%;
}


.image-container {
    position: relative;
    
}

.edit-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}

.edit-button a {
    color: white;
    text-decoration: none;
}

.edit-button a:hover {
    text-decoration: underline;
}


.frontImage {
    float: left;
    width: 33%;
    margin: 0 15px 15px 0;
    height: auto;
    max-width: 350px;
    /*margin-right: 10px;*/
    /*position: relative;*/
}
/* Styles for small screens */
@media (max-width: 600px) {
    .frontImage {
        float: none;
        display: block;
        margin: 0 auto 15px auto;
        width: 30%;
    }
}
.frontImageText {
    display: block;
    
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Ensure the height is set to 100% of the parent container */
    text-align: left; /* Optional: Center the text horizontally */
    max-width: 100%;
}

.frontImageText a{
    text-decoration: none;
    font-weight: bold;
}
.frontImageText a:hover {
    text-decoration: underline;

}

    .frontPageSectionEvents {
        padding-top: 20pt;
        padding-bottom: 20pt;
        background-color: #184160;
        color: whitesmoke;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

.frontPageGallery {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.frontPageGallery .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding: 0px;
}


.frontPageGallery .gallery-image {
    width: 100%;
    height: 100%;
    max-height: 250px;
    display: block; /* Remove any extra space below the image */
    object-fit: cover;
}

.m-lr-1 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-topbottom-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-topbottom-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-top-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-top-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-small-1{
    font-size: 80%;
}

.articleCatDropdown{
  width: 300px;
}

.form-control-ms
{
    width: 40%;
}

.article-date{
    font-size: 75%;
}

.accountinfo
{
    border: 1px solid black;
}

.parent_container_iframe {
    width: 100%;
}

.video_container_iframe {
    height: auto !important;
    padding-bottom: 0 !important;
}

.video_iframe {
    position: relative !important;
    min-height: 50vh;
}

.comeplay {
  margin-top: 30px;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 20px;
  font-size: 90%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.comeplay h1
{
  color: darkred;
}

.comeplay p
{
  margin-bottom : 10px;

}