#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../img/bg.jpg");
    clip-path: polygon(0 48%, 100% 21%, 100% 100%, 0% 100%);

}

#bar-loso-img {
    width: 250px;
    position: fixed;
    left: 3vw;
    top: 12vh;
}

#bg-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: 0.45;
    clip-path: polygon(0 48%, 100% 21%, 100% 100%, 0% 100%);

}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #d00027;
    color: #333;
}

.topnav {
    background-color: #000000;
    opacity: 0.90;
    color: #fff;
    box-shadow: 0 2px 4px #f8ca41;
    text-shadow: #646464 2px 2px 2px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: relative;
}

.topnav #nav-links-all {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Albertus MT Std', sans-serif;

}

/* Style the hamburger menu */
.topnav a.icon {
    font-size: 2.0em;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}



h2 {
    text-align: center;
}


#header-logo {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0px;
    /* margin-top: auto; */
    /* margin-bottom: auto; */
}

#header-title-link {
    display: inline-block;
    font-size: 50px;
    font-family: 'Albertus MT Std', sans-serif;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

main {
    margin: 0 auto;
    max-width: 960px;
    padding: 20px;
}

footer {
    box-shadow: 0 -2px 4px #f8ca41;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    opacity: 0.95;
    color: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 4px #f8ca41;
}

main {
    margin-bottom: 60px;
    /* Adjust this value to leave space for the footer */
    color: #fff;
}



a#footer-contact {
    color: #fff;
    text-decoration: none;
    font-size: 1.0em;
    font-weight: bold;
    padding: 10px;
}

a.p-links {
    color: #00B2A9;
    text-decoration: none;
    text-decoration: underline;
}

a.form-links {
    color: #fff;
    text-decoration: none;
    font-size: 1.25em;
}

a.toc-links {
    color: #fff;
    text-decoration: none;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

ol.toc {
    display: block;
    list-style: bulleted;
}

.articles {
    margin-top: 50px;
}



.article-headers,
.article-sub {
    font-weight: bold;
    text-align: center;
}

p {
    font-size: 1.0em;
    line-height: 2em;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

.section-name {
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
}

.bylaws-headers {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

span.iconify {
    padding-right: 10px;

}

a.social-links {
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
}

#socials {
    text-decoration: none;
    color: #fff;
    font-size: 3em;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#wrapper {
    padding: 5%
}

#wrapper,
#bylaws-wrapper {
    box-shadow: #000 0px 0px 10px;
    background-color: #3e3e3e;
    opacity: 0.95;
    margin-top: 100px;
    border-radius: 25px;
    padding: 10px;
}

#bylaws-toc {
    margin: 40px 0px;
}

#bylaw-statement {
    margin-top: 20px;
    text-align: center;
}

#bylaws-intro {
    padding-top: 40px;
}

#form-link-list {
    list-style: none;
}

.appstores {
    font-size: 2em;
    text-align: center;
    margin: 20px;
}

@media only screen and (max-width: 1024px) {

    #bar-loso-img {
        display: none;
    }

}

@media only screen and (max-width: 480px) {
    /* Add your mobile phone styles here */

    #bar-loso-img {
        display: none;
    }


    main {
        padding: 10px;
    }

    footer {
        padding: 5px 0;
    }

    .articles {
        margin-top: 30px;
    }

    .article-headers,
    .article-sub {
        font-size: 1.2em;
    }

    p {
        font-size: 0.9em;
        line-height: 1.8em;
        margin-left: 5px;
        margin-right: 5px;
    }

    .section-name {
        font-size: 0.9em;
        margin-top: 15px;
    }

    .bylaws-headers {
        font-size: 1.2em;
        margin-top: 15px;
    }

    span.iconify {
        padding-right: 5px;
    }

    #socials {
        font-size: 2em;
        margin-top: 10px;
    }

    #wrapper,
    #bylaws-wrapper {
        margin-top: 80px;
        padding: 5px;
    }

    #bylaws-toc {
        margin: 20px 0;
    }

    #bylaw-statement {
        margin-top: 10px;
    }

    #bylaws-intro {
        padding-top: 20px;
    }

    .appstores {
        font-size: 1.5em;
        margin: 10px;
    }
    
    #header-title-link {
        font-size: 30px;
    }

}