body{
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.black-back{
    /* background: rgba(0,0,0,.5); */
}
.overlay{
    top:0;
    left:0;
    width:100%;
    min-height: 100%;
    background: #000;
    opacity: .0;
    z-index: 0;
    position:fixed;
}
body.home{
    /* min-height: 100vh;
    background:url('/pfsf1-min.jpg') center center no-repeat;
    background-size:cover; */
    font-family: "Open Sans", sans-serif;
}
.top-section-about{
    height: 500px;
    background:url('/pfsf7-min.jpg') center 32% no-repeat;
    background-size:cover;
    font-family: "Open Sans", sans-serif;
}

.top-section-about .overlay{
    z-index:0;
}

.top-section-members{
    height: 500px;
    background:url('/pfsf6-min.jpg') center 20% no-repeat;
    background-size:cover;
    font-family: "Open Sans", sans-serif;
}

.top-section-members .overlay{
    z-index:0;
}

header{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;

    box-sizing: border-box;
    overflow: auto;
    position: relative;
    z-index:5;
}
header .logo{
    padding:10px;
    box-sizing: border-box;
}

header menu {
  display: inline-block;
  vertical-align: middle;
}

header .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  align-items: center;
}

header .main-menu li {
  display: inline;
}

header .main-menu a {
  text-decoration: none;
  font-weight: 600;
}

menu{
    text-align: left;
    width:300px;
    float: right;
    margin-top:50px;
}
menu ul{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
menu ul li{
    display: inline-block;
}
menu ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
    position: relative;

}
.header.dark menu ul li a{
    color: #000;
}
menu ul li a:before{
    position: absolute;
    content: "";
    bottom:-5px;
    left:0;
    width: 0%;
    height: 4px;
    background-color: #ee3b19;
    transition: width .3s ease-in-out;

}
menu ul li a:hover:before{
    width: 100%;
}
.mission{
    position: relative;
    color: #000;
    text-align: center;
    width:80%;
    max-width:1000px;
    padding:40px;
    margin-left:auto;
    margin-right:auto;
    font-size: 30px;
    z-index: 5;
    line-height: 1.4em;
    
    background-color: #fff;
}
.logo.mb{
    display: none;
}
.button{
    border:1px solid #fff;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
    font-size:18px;
}
.button:hover{
    border-color: #ee3b19;
    background: #ee3b19;
    color: #fff;
}
main{
    position: relative;
    padding-bottom: 50px;
    z-index:5;
}
footer{
    padding: 40px 0;
    text-align: center;
    background: #000;
    position: relative;
    width:100%;
    bottom: 0;
    left:0;
    text-align: center;
    color: #fff;
    line-height:1.6em;
    
}
footer a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 1.6px;
}
.about-main{
    padding: 40px 50px 30px 50px;
}
.about-main .content-wrap{
    max-width:1100px;
    margin: auto;
    position: relative;
    z-index:5;
    color: #fff;
    font-size: 20px;
    line-height: 1.4em;
}
.members{
    background: #fff;
    padding: 30px 0px;
    position: relative;
    z-index:5;
    text-align: center;
}
.members h2 {
    margin-top: 0px;
}
.member-inner{
    margin:auto;
    max-width:1200px;
    display: block;
    overflow: auto;
    text-align: center;

}
.member-item{
    width: 30%;
    text-align: center;
    display:inline-block;
    margin-bottom:40px;
    font-size: 20px;
    line-height: 1.4em;
    /* min-height: 130px; */
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.member-item a {
    color: #ee3b19;
}
.member-item a:hover {
    color: #ec6b51;
}
.member-item-full{
    width: 100%;
}
.member-item-half{
    width: 48%;
}
.member-item .m-name{
    display: block;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-bottom: 5px;;
}
.member-item .m-other{
    display: block;
    color: #ee3b19;
    line-height: 1.6em;
}
.inline-links {
  display: block;
  white-space: nowrap;
}
.inline-links a {
  display: inline;
  color: #ee3b19;
  line-height: 1.6em;
}
.bod-dash{
    padding:20px;
    text-align: center;
}
.bod-dash .dash{
    display: block;
    height: 5px;
    width: 100px;
    background: #000;
    margin:auto;
}
#pfsfCarousel{
    width:98%;
    margin:auto;
}
#pfsfCarousel .item{
    overflow: hidden;
}
#pfsfCarousel .item img{
    /* transform: scale(1);
    transition: all 7s linear; */
}
#pfsfCarousel .active .item img{
    /* transform: scale(1.3); */
}
.underline{
    border-bottom:1px solid #ee3b19;
    font-style: italic;
}
@media (max-width:1000px) {
 .member-item{
    width:45%;
 }
}
@media (max-width:800px) {
    .logo{
        margin-top:10px;
        width:200px;
    }
    
    menu{
        text-align: right;
        padding-left:0;
    }
    .mission{
        font-size:26px;
        margin-top:0;
    }
}
@media (max-width:750px) {
    .member-item{
        display: block;
        margin-left:auto;
        margin-right:auto;
        width:90%;
     }
}
@media (max-width:600px) {
    .top-section-about {
        height: 200px;
    }
    .top-section-members {
        height: 200px;
    }
    .logo{
        width:125px;
        float:left;

    }
    .logo.dt{
        display: none;
    }
    .logo.mb{
        display: block;
    }
    .member-item{
        float: none;
        margin-left: auto;
        margin-right: auto;
        width:90%;
    }
    .mission{
        font-size:22px;
    }
}