@font-face {
    font-family: 'GreatVibes';
    src: url('../Fonts/GreatVibes-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/Google/MaterialSymbolsOutlined.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html {
    overflow-x: hidden;
    min-height: 2000px;
}

header {
    z-index: 7;
    background-color: #2F4052;
    position: sticky;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0, 0.4);
    top: 0;
}

.nav-item.accountItem {
    height: 3rem;
}

.accountItem {
    border: 3px solid #FFF5E1;
    border-radius: 15px 15px;
    display: flex;
    align-items: center;
}

    .accountItem .nav-link {
        padding: 0 0.25rem !important;
    }

    .navbar {
        margin-bottom: 0 !important;
        padding-bottom: 4px !important;
    }

.nav-link {
    color: #FFF5E1 !important;
    font-size: 1.5rem !important;
    text-shadow: #000 5px 0px 5px;
}
    .nav-link:hover {
        text-decoration: underline;
    }

#Nav-SiteName {
    font-family: 'GreatVibes' !important;
    font-size: 2vw;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFF5E1 !important;
    text-shadow: #000 5px 0px 5px;
    margin-left: 1rem;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    background-color: #FFF5E1;
}

#banner {
    height: 85vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: hidden;
    background-image: linear-gradient(#FFF5E1, #6FA7B6);
}

.bannerImages {
    height: 85vh;
    display: flex;
    overflow: hidden !important;
    min-width: 85vh;
}

.bannership {
    height: 100%;
    align-self: center;
    z-index: 3;
}

.navbar-nav {
    justify-content: space-around;
}

.footer {
    background-color: #2F4052; 
    position: relative !important;
    line-height: normal !important;
    bottom:0;
}

.bannerSummary {
    display: flex;
    border-left: 5px #000000 solid;
    flex-grow: 2;
    flex-direction: column;
    height: 100%;
    z-index: 3;
    background-color: #FFF5E1;
    justify-content: center;
    align-items: center
}
.bannerParagraph {
    width: 90%;
    font-size: 1.3vw;
    margin-bottom: 40px;
    text-indent: 50px;
    font-style: italic;
}
#banner-Header {
    font-family: 'GreatVibes' !important;
    font-size: max(45px, 4.5vw);
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
    width: 90%;
}

#assosiation_history {
    background-color: #000;
    box-shadow: 0 -10px 10px rgba(0,0,0,0.4);
    z-index: 4;
    position: relative;
}

.historyTitle {
    padding-left: 18rem;
    padding-top: 10rem;
    font-size: 2.2rem;
    color: #FFF5E1;
    text-decoration: underline;
}

#assosiation_history article {
    padding-bottom: 10rem;
    box-shadow: 0 10px 10px rgba(0,0,0,0.4);
}

#assosiation_history article p {
    text-indent: 50px;
    padding-left: 22rem;
    padding-top: 0.75rem;
    padding-right: 22rem;
    font-size: 1.25rem;
    color: #FFF5E1;
    margin-bottom: 0.5rem;
}

#membership_information {
    z-index: 3;
    position: relative;
    padding: 10rem 0;
}

.mem_title {
    padding-left: 18rem;
    padding-top: 2rem;
    font-size: 2.2rem;
    text-decoration: underline;
}

.mem_info {
    padding-left: 20rem;
    padding-top: 1rem;
    font-size: 1.8rem;
}

.mem_Alert {
    font-size: 1.2rem;
    text-align: center;
    padding-left: 15rem;
    padding-top: 0.75rem;
    padding-right: 15rem;
}

#membership_information article p {
    padding-left: 22rem;
    padding-top: 0.75rem;
    padding-right: 22rem;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    text-indent: 50px;
}

blockquote {
    margin-left: 2rem;
    margin-right: 2rem;
    font-style: italic;
}

.footerCopy {
    text-align: center;
    line-height: 60px;
    background-color: #000; 
    margin-top: 1rem;
}

table.contacts {
    margin: 0 22rem;
    display: block;
}

thead.contacts {
    font-weight: bolder;
}

.contact_note {
    font-weight: bold;
    text-align: center;
}

tr.contacts td {
    padding-right: 2rem;
}

.ContactUs {
    margin-left: 20rem;
    padding-top: 2rem;
}

#jlfa_news {
    background-color: #6FA7B6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.jlfaMainTitle {
    text-align: center;
    width: 100%;
    margin-top: 4rem;
}

.jlfaTitle {
    text-align: center;
    word-break: normal;
    margin: 1rem 2rem;
}

.jlfaCard {
    width: 21%;
    height: 30vh;
    background-color: #2F4052;
    border: 3px solid #FFF5E1;
    border-radius: 15px 15px;
    color: #FFF5E1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 3rem;
    box-shadow: 0 5px 15px rgba(0,0,0, 0.8);
}
    .jlfaCard:hover {
        cursor: pointer;
    }

.jlfaContent {
    display: none;
    margin: 1rem 10rem;
}

.noselect {
    -webkit-touch-callout: none;    /* iOS Safari */
    -webkit-user-select: none;      /* Safari */
    -khtml-user-select: none;       /* Konqueror HTML */
    -moz-user-select: none;         /* Old versions of Firefox */
    -ms-user-select: none;          /* Internet Explorer/Edge */
    user-select: none;              /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    -drag: none;                    /* For Img's */
}

@media (width <= 450px) {

    header {
    }

    #Nav-SiteName {
        width: auto;
        font-size: 7vw;
        padding-bottom: 5px;
        margin: 0;
    }

    .nav-link {
        text-align: right;
    }

    .accountItem {
        border: none;
    }

    .bannership {
        height: auto;
        width: 100%;
    }

    .bannerImages {
        height: auto;
        width: 100%;
        min-width: 100%;
    }

    #banner {
        height: auto;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .bannerSummary {
        border-left: none;
        border-top: 5px solid #000000;
        box-shadow: 0 -5px 10px rgba(0,0,0, 0.8);
        padding-bottom: 50px;
    }

    #banner-Header {
        text-align: center;
        margin-top: 30px;
    }

    .bannerParagraph {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .historyTitle {
        padding-left: 2rem;
        padding-top: 7rem;
        font-size: 2.2rem;
    }

    #assosiation_history article p {
        padding-left: 3rem;
        padding-top: 0.75rem;
        padding-right: 2rem;
        margin-bottom: 0.5rem;
    }

    .mem_title {
        padding-left: 1rem;
        padding-top: 0;
    }

    .mem_info {
        padding-left: 2rem;
    }

    #membership_information article p {
        padding-left: 3rem;
        padding-right: 2rem;
    }

    .mem_Alert {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .jlfaCard {
        width: 80%;
        height: 25vh;
        margin: 3rem;
    }

    .ContactUs {
        margin-left: 5rem;
    }

    table.contacts {
        margin: 0 2rem;
    }

    .jlfaContent {
        margin: 0 1rem;
    }

    .jlfaCard {
        overflow-y: auto;
    }

} 