html{
    scroll-behavior: smooth;
}

body{
    background-color: #201c19;
    font-family: 'Lato', sans-serif;
    line-height: 2rem;
    color: #fff;
    font-size: 20px;
    margin:0;
    padding: 100px 0 0 0;
    -webkit-font-smoothing: antialiased;
}
body:before{
    content:'';
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(philadelphia_afl-cio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.04;
}
.anchore{
    visibility: hidden;
}
a, a:link, a:visited{
    color:#999999;
    text-decoration: none;
}
h1,h2,h3{
    line-height: 3rem;;
}
h1{
    text-align: center;
}
h2{
    border-left: 3px solid #ff3366;
    padding-left: 1rem;
    margin: 6rem 0 2rem 0;
}
img{
    width: 100%;
    height: auto;
}
.site-name{
    line-height: 1.3rem;
}
ul li{
    padding: .5rem 0 0 1rem;
}
    ul.list  li::marker{
        font-family: 'Material Symbols Outlined';
        position: absolute;
        left:-10px;
     }
     .arrow-list li::marker{
        content:'\eaaa';
     }
     .check-list li::marker{
        content:'\e876';
     }
     .gear-list li::marker{
        content:'\e8b8';
     }
     .contract-list li::marker{
        content: '\f5a1';
     }
     .url-list li::marker{
        content: '\e157';
     }
#body a:hover{
    color: #ff3366;
    transition: 0.3s;
}
header{
    background: #1a1816;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: fixed;
    z-index: 99;
    margin-top: -100px;
    padding:1rem 2%;
    width:96%;
}
footer{
    text-align: center;
    padding: 3rem;
    font-size: 14px;
}
hr{
    border-top: 3px solid #ff3366;
    border-bottom: none;
    border-left:none;
    border-right:none;
    width: 10rem;
    margin-bottom: 15px;
}
section{
    overflow: hidden;
    width: 100%;
}
#body{
    text-align: justify;
}
.wrapper{
    width: 75%;
    margin:0 auto;
    position: relative;
    left:0;
    right: 0;
}
.logo-wrapper{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    border-right: 3px solid #ff3366;
    padding: 0 2rem 0 0;
}
.logo{
    width: 75px;
    margin:0 1rem 0 0;
}
nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}
nav ul#menu{
    display:flex;
    margin:0;
    padding:0;
}
nav ul#menu li{
    list-style-type: none;
    margin:0;
    padding:0 10px;
}
nav ul#menu li:first-child{
    padding-left:0;
}
nav a{
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding-block: 5px;
}

nav a:hover{
    border-bottom: 2px solid #ff3366;
    color:#fff;
    border-radius: 2px;
    transition: 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.proposal-name{
     margin: 6rem 0 2rem 0;
}
.proposal-name img{
    margin: 0 ;
}

.hamburger{
    width: 50px;
    height: 50px;
    position: relative;
    display: none;
}
.ham{
    background-color:#ff3366;
    height: 2px;
    margin: 10px 0;
    display: none;
}
.ham-1{
    width: 100%;
}
.ham-2{
    width: 75%;
}
.ham-3{
    width: 50%;
}

#menuToggle span{
    display: none;
}
#menuToggle input{
    display: none;
}
@media (max-width: 764px){
    nav{
        gap:1rem;
    }
}
@media (max-width: 831px){
    nav{
        gap:1rem;
    }
}
@media (max-width: 671px) {
   
    #body{
        text-align: left;
        font-size: 16px;
        line-height: 1.5rem;;
    }
    .logo {
        width: 56px;
        margin: 0 0.5rem 0 0;
    }
    .logo-wrapper{
        padding:0 0 10px 0;
        border-right:none;
        border-bottom: 3px solid #ff3366;
    }
    .site-name {
        line-height: 1rem;
        font-size: 14px;
    }
    header{
        flex-direction: row;
        flex-wrap: wrap;
        gap:0;
    }
    nav{
        align-content: center;
        justify-content: center;
        gap: 0rem 1.6rem;
    }
}
