@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-SemiBold.ttf);
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-Medium.ttf);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-Light.ttf);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-ExtraLight.ttf);
    font-style: normal;
    font-weight: 200;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.navBarBackground {
    background-color: #201f20;
}

.topNavBarLogo {
    display: inline-block;
    padding: 30px 270px 0 20px;
}

.topNavBarLogoMobile {
    display: none;
}

.topNavBar {
    position: relative;
    width: 100%;
    height: 150px;
    background: rgba(0,0,0,0);
}

.menuButton {
    display: none;
}

ul li {
    vertical-align: middle;
    line-height: 120px;
    list-style: none;
}

.menuOptions {
    margin-top: -15px;
}

.topMenuOption {
    padding: 0 0 0 75px;
    margin-top: -15px;
}

ul li a {
    display: inline-block;
    font-family: oswald;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 30px;
    color: #fbfbec;
    padding: 0 20px 0 20px;
    transition: color linear 0.5s;
}

ul li a:hover {
    color: #dacaa4;
}

.pageBreakYellow {
    width: 100%;
    height: 10px;
    background-color: #FAAB19;
}

.firstFocusBackground {
    background-color: #fbfbec;
}

.firstFocusTitle {
    text-align: center;
    font-family: oswald; 
    font-weight: 600; 
    font-size: 50px;
    padding: 50px 0 50px 0;
    color: #201f20;
}

.firstFocus {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    color: #201f20;
    padding: 0 0 60px 0;
}

.firstFocusContent {
    font-family: oswald;
    font-weight: 500;
    font-size: 25px;
    background-clip: padding-box;
}

.secondFocusBackground {
    background-color: #201f20;
}

.secondFocusTitle {
    text-align: center;
    font-family: oswald; 
    font-weight: 600; 
    font-size: 50px;
    padding: 50px 0 50px 0;
    color: #fbfbec;
}

.secondFocus {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    color: #fbfbec;
}

.secondFocusContentRow {
    font-family: oswald;
    font-weight: 500;
    font-size: 25px;
    background-clip: padding-box;
    display: flex;
}

.firstMember {
    padding: 0 0 30px 0;
    text-align: center;
    width: 50%;
    height: auto;
    margin-left: 15%;
    margin-right: auto;
    position: relative;
    display: inline-block;
    color: white;
}

.firstMemberPhoto {
    filter: drop-shadow(2px 2px 10px black);
    width: 250px;
    height: 250px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.firstMemberName {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
}

.firstMemberPosition {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
    padding: 0 0 15px 0;
}

.firstMemberBio {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: oswald;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}

.secondMember {
    padding: 0 0 30px 0;
    text-align: center;
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: 15%;
    position: relative;
    display: inline-block;
    color: white;
}

.secondMemberPhoto {
    filter: drop-shadow(2px 2px 10px black);
    width: 250px;
    height: 250px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.secondMemberName {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
}

.secondMemberPosition {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
    padding: 0 0 15px 0;
}

.secondMemberBio {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: oswald;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}

.thirdMember {
    padding: 30px 0 30px 0;
    text-align: center;
    width: 50%;
    height: auto;
    margin-left: 15%;
    margin-right: auto;
    position: relative;
    display: inline-block;
    color: white;
}

.thirdMemberPhoto {
    filter: drop-shadow(2px 2px 10px black);
    width: 250px;
    height: 250px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.thirdMemberName {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
}

.thirdMemberPosition {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
    padding: 0 0 15px 0;
}

.thirdMemberBio {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: oswald;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}

.fourthMember {
    padding: 30px 0 30px 0;
    text-align: center;
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: 15%;
    position: relative;
    display: inline-block;
    color: white;
}

.fourthMemberPhoto {
    filter: drop-shadow(2px 2px 10px black);
    width: 250px;
    height: 250px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.fourthMemberName {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
}

.fourthMemberPosition {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
    padding: 0 0 15px 0;
}

.fourthMemberBio {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: oswald;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}

.fifthMember {
    padding: 30px 0 30px 0;
    text-align: center;
    width: 50%;
    height: auto;
    margin-left: 15%;
    margin-right: auto;
    position: relative;
    display: inline-block;
    color: white;
}

.fifthMemberPhoto {
    filter: drop-shadow(2px 2px 10px black);
    width: 250px;
    height: 250px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.fifthMemberName {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
}

.fifthMemberPosition {
    font-family: oswald; 
    font-weight: 500; 
    color: #fbfbec; 
    padding: 0 0 15px 0;
}

.fifthMemberBio {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: oswald;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}

.bottomNavBar {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #201f20;
}

.contactInfoBottomNavBar {
    display: inline-block;
    position: relative;
    color: #fbfbec;
    left: 5%;
}

.logoImageBottomNavBar {
    right: 49%;
    position: relative;
}


@media only screen and (max-width:1000px) {

    #menuList {
        margin: 0;
        overflow: hidden;
        position: absolute;
        margin-top: 100px;
        z-index: 2;
    }

    #menuList.close {
        max-height: 0;
        transition: max-height 0.3s ease;
    }

    #menuList.open {
        max-height: 300px;
        transition: max-height 0.3s ease;
    }

    .menuList {
        position: absolute;
    }

    .topMenuOption {
        padding: 0 0 0 0;
        margin-top: 0px;
    }

    .menuOptions {
        margin-top: 0px;
    }
    
    ul li {
        vertical-align: middle;
        line-height: 75px;
        list-style: none;
    }

    .navBarBackground {
        background-color: #201f20;
        height: 100px;
        width: auto;
    }

    .topNavBarLogoMobile {
        display: inline-block;
        padding: 10px 20px 0 20px;
        position: absolute;
    }

    .topNavBarLogo {
        display: none;
    }

    .topNavBarLogoLi {
        display: none;
    }

    .topNavBar {
        display: inline-block;
        height: 100px;
        position: relative;
        background: #101010;
    }

    .topNavBar ul {
        position: relative;
        display: inline-block;
    }

    .topNavBar ul li {
        display: inline-block;
        height: 75px;
        width: 100%;
    }

    .topNavBar ul li a {
        display: block;
        font-family: oswald;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        font-size: 30px;
        color: #fbfbec;
        background-color: #101010;
        transition: color linear 0.5s;
    }

    .topNavBar ul li a:hover {
        color: #dacaa4;
    }

    .menuButton {
        float: right;
        line-height: 100px;
        font-family: oswald;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        font-size: 30px;
        color: #fbfbec;
        padding: 0 20px 0 20px;
        display: inline-block;
    }

    .menuButton a {
        display: inline-block;
        transition: color linear 0.5s;
    }

    .menuButton a:hover {
        color: #dacaa4;
        cursor: pointer;
    }

    .mainPageContent {
        padding: 0 0 0 0;
    }

    .firstFocus {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
        color: #201f20;
    }

    .firstFocusContent {
        font-family: oswald;
        font-weight: 500;
        font-size: 25px;
        position: relative;
    }

    .secondFocus {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
        color: #fbfbec;
    }

    .secondFocusContent {
        font-family: oswald;
        font-weight: 500;
        font-size: 25px;
    }

    .secondFocusContentRow {
        display: block;
    }

    .firstMember {
        padding: 0 0 30px 0;
        text-align: center;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: inline-block;
        color: white;
    }
    
    .firstMemberPhoto {
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    
    .firstMemberName {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
    }
    
    .firstMemberPosition {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
        padding: 0 0 15px 0;
    }
    
    .firstMemberBio {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-family: oswald;
        font-weight: 400;
        font-size: 20px;
        text-align: left;
    }
    
    .secondMember {
        padding: 30px 0 30px 0;
        text-align: center;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: inline-block;
        color: white;
    }
    
    .secondMemberPhoto {
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    
    .secondMemberName {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
    }
    
    .secondMemberPosition {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
        padding: 0 0 15px 0;
    }
    
    .secondMemberBio {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-family: oswald;
        font-weight: 400;
        font-size: 20px;
        text-align: left;
    }
    
    .thirdMember {
        padding: 30px 0 30px 0;
        text-align: center;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: inline-block;
        color: white;
    }
    
    .thirdMemberPhoto {
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    
    .thirdMemberName {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
    }
    
    .thirdMemberPosition {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
        padding: 0 0 15px 0;
    }
    
    .thirdMemberBio {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-family: oswald;
        font-weight: 400;
        font-size: 20px;
        text-align: left;
    }
    
    .fourthMember {
        padding: 30px 0 30px 0;
        text-align: center;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: inline-block;
        color: white;
    }
    
    .fourthMemberPhoto {
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    
    .fourthMemberName {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
    }
    
    .fourthMemberPosition {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
        padding: 0 0 15px 0;
    }
    
    .fourthMemberBio {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-family: oswald;
        font-weight: 400;
        font-size: 20px;
        text-align: left;
    }
    
    .fifthMember {
        padding: 30px 0 0 0;
        text-align: center;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: inline-block;
        color: white;
    }
    
    .fifthMemberPhoto {
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    
    .fifthMemberName {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
    }
    
    .fifthMemberPosition {
        font-family: oswald; 
        font-weight: 500; 
        color: #fbfbec; 
        padding: 0 0 15px 0;
    }
    
    .fifthMemberBio {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-family: oswald;
        font-weight: 400;
        font-size: 20px;
        text-align: left;
    }

    .bottomNavBar {
        align-items: center;
        justify-content: space-between;
        display: flex;
        position: relative;
        bottom: 0;
        width: 100%;
        height: 100px;
        background-color: #201f20;
    }
    
    .contactInfoBottomNavBar {
        display: inline-block;
        position: relative;
        color: #fbfbec;
        left: 5%;
    }
    
    .logoImageBottomNavBar {
        display: none;
    }
    
    .socialsBottomNavBar {
        position: relative;
        right: 5%;
    }

}