/* New Styles for City of Huntington WV Wall of Fame */
body {
    font-family: 'Nunito Sans', sans-serif;;
}
.form-control:focus {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #ced4da !important;
    outline: none !important;
    box-shadow: none !important;
}
.header-sticky {
    position: fixed;
    background-color: #40c1bb;
    min-height: 151px;
    width: 100%;
    padding: 0;
    z-index: 9;
    top: 0;
}
h3 {
    font-family: 'Nunito Sans', sans-serif;;
}
.dots li {
    background: #11836E !important;
    width: 25px;
    height: 25px;
}
.dots li.current {
    border: 1px solid #11836E !important;
}
.all-inductees .col-md-3 {
    max-width: 20% !important;
}
.nav-brand img {
    padding: 0 15px;
    position: absolute;
    width: auto;
    height:151px;
    left: -15px;
    margin-top: 0;
}
.logo-brand {
    position: absolute;
}
.nav-items {
    float: right;
    position: relative;
    top: 40px;
    right: 40px;
}
.nav-items ul li {
    display: inline-block;
}
.nav-items ul li a {
    text-decoration: none;
    padding: 20px 30px;
    font-size: 1.5rem;
    margin: 0 5px;
    border-radius: 50px;
    transition: 0.3s;
    font-family: "Roboto" !important;
    font-weight:  600 !important;
}
.nav-items .home-search {
    color: #000;
    background-color: #fff;
}
.nav-items .search-name,
.nav-items .search-date,
.nav-items .home-search {
    color: #fff;
    background-color: #898d8d;    
}
.nav-items span {
    position: relative;
    left: -10px;
}
.nav-items .fa {
    position: relative;
    background-color: #fff;
    color: #137378;
    border-radius: 50%;
    left: -26px;
    top: 6px;
    padding: 10px;
    font-size: 2.5rem;
}
/*.nav-items .fa-home {*/
/*    color: #fff;*/
/*    background-color: #E35F1C;*/
/*}*/
/* Homepage Landing */
h1.page-name {
    position: relative;
    font-size: 4.5rem !important;
    top: -75px;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight:  900;
    color: #167378 !important;
}
h1.page-name::after {
    content: "";
    position: absolute;
    background-color: #40c1bb;
    text-align: center;
    height: 7px;
    width: 17%;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
}
.page .inner-text {
    width: 100%;
    position: relative;
    top: 120px;
}
.page .inner-text h2 {
    font-family: 'Pacifico', cursive;
    font-weight: 500;
    font-size: 3rem;
    text-transform: capitalize;
    color: #167378;   
}
.lead-intro {
    padding: 40px 85px;
    font-size: 40px !important;
    color: #000;
    width: 70%;
    margin: 0 auto;
    text-transform: initial;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif !important;
}
.landing {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.arrow {
    color: #167378;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    height: 8%;
    margin: 0 auto;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.arrow::before {
    content: '\f0dd';
    font-family: 'FontAwesome';
    font-size: 100px;
    top: -85px;
    position: relative;
}
.main-row {
    position: relative;
    top: 167px;
    text-align: initial !important;
}
.next-inner-text {
    padding: 25px;
    text-transform: initial !important;
    font-family: 'Roboto', sans-serif !important;
}
.next-inner-text h2 {
    /*font-family: 'Nunito Sans', sans-serif; !important;*/
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 800 !important;
    font-size: 2rem;
    color: #167378 !important;
}
.next-inner-text h3 {
    position: relative;
    font-style: italic;
    font-size: 3.7rem;
    font-weight: 700;
    color: #167378 !important;
    margin-bottom: 70px;
}
.next-inner-text h3::after {
    position: absolute;
    content: '';
    width: 250px;
    height: 10%;
    background-color: #40c1bb;
    bottom: -35px;
    left: 0;
}
.next-inner-text p {
    /*font-size: 18px;*/
    font-size: 22px;
}
.col-img {
    position: relative;
    top: 100px;
    width: 75%;
    margin: 0 auto;
    display: block;
    float: left;
}
.page {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.search-by .form-group {
    padding: 0 200px;
}
.search-by h1::after {
    display: none;
}
.search-by #author {
    position: relative;
    font-size: 25px;
}
.search-by #author::after {
    position: absolute;
    content: '\f061';
    right: 0;
}
.home-inductee {
    padding: 30px;
    display: inline-block;
}
.all-inductees {
    margin: 175px 45px 0;
}
.all-inductees a {
    font-family: 'Nunito Sans';
    color: #167378;
    text-decoration: none;
}
.all-inductees a:hover {
    color: #11836E;
    text-decoration: none;
}
.home-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 20% !important;
    height: 230px !important;
    width: 175px;    
    box-shadow: 0 3px 6px #707070;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.dots li {
    background: #167378 !important;
}
.inductee-single .logo-bar {
    display: none;
}
.in-img {
    position: relative;
    top: 20px !important;
    left: 50px;
}
.inductee-single .view-ctrls {
    bottom: -100px !important;
}
.search input {
    font-size: 25px;
}
.search button {
    font-size: 26px;
}
.view-ctrls .fa-users {
    color: #fff;
}
.all-ppl-index {
    background-color: #167378;
    padding: 25px 20px;
    border-radius: 50%;
}
.all-ppl-index .fa {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 5px;
}
@media screen and (max-width:1480px) {
    .inductee-single .profile-shape {
        left: -80px !important;
        border-right: 0 !important;
    }
}
.search-by .spec-title, .in-item .spec-title {
    color: #11836E;
    font-style: italic;
    font-family: 'Nunito Sans';
}
.search-by .the-title {
    color: #167378;
}
.search-by .spec-title {
    text-align: left;
    color: #40c1bb;
}
.s-text a {
    text-decoration: none !important;
}
.pg_4 .dots, .fp-viewing-0 .dots {
    display: none;
}
.return {
    margin: 25px 0;
}
.return a {
    background-color: #167378;
    color: #fff;
    font-family: 'Nunito Sans';
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 5px;
}
.return a .fa {
    position: relative;
    left: -5px;
    font-size: 20px;
    top: 1px;
}
.return a:hover {
    color: #fff;
    text-decoration: none;
}

.coh-active {
    background:#fff !important;
    color:#000 !important;
}
.coh-active .fa {
    color: #fff !important;
    background-color: #40c1bb;
}
body p {
    font-family: 'Roboto', sans-serif !important;
}
@media (max-width:991px) {
    .next-inner-text h3 {
        font-size: 2rem !important;
    }
    .next-inner-text h2 {
        font-size: 1.2rem;
    }
    .main-row {
        top: 110px !important;
    }
    .about-city .arrow {
        display: none;
    }
}