﻿.header-img {
    background-image: url("/Content/About/about_final_cover_resized.jpeg");
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding: 40px 20px;
    color: white;
}

.header-img h1 {
    font-size: 4.5em;
    line-height: 1em;
    z-index: 1000;
    padding: 0;
    color: inherit;
    font-family: acumin-pro-semi-condensed,"Franklin Gothic",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.header-img h1>.subtitle{
    display: block;
    padding: 10px 0 0 0;
    font-family: acumin-pro,"Franklin Gothic",sans-serif;
    font-size: .5em;
    font-style: initial;
    line-height: 1.2em;
    text-transform: none;
}

div.header-divider{
    height: 10px;
    width: 50%;
    max-width: 150px;
    margin: 20px auto 10px;
    background-color: #fff;
}

div.content{
    padding: 15px 0 0;
    font-size: 1em;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.5em;
}

div.next-button{
    display: inline-block;
    letter-spacing: .2rem;
    margin: 30px auto 0;
    font-weight: bold;
    line-height: 10px;
    transition: all .3s;
    cursor: pointer;
}

div.next-button:hover{
    transform: scale(1.1, 1.1);
    transition: all .3s;
}

.section-caption-bar{
    background-color: #c5a563;
    color: black;
    text-align: center;
    height: 500px;
}

.one-mission{
    position: relative;
    height: 250px;
}

.one-mission img{
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
}

.one-mission .img-overlay-text{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    font-weight: bold;
    padding: 15px;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2rem;
    color: white;
    text-align: center;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.25);
}

.value{
    border: 1px solid black;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 4rem;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-size: 1.2rem;
    line-height: 1.6rem;
    background: black;
    color: white;
    margin-bottom: 10px;
}

.value-header{
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    border: none;
}


h2.section-title-block{
    display: flex;
    color: #8f6f41;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: acumin-pro-semi-condensed,"Franklin Gothic",sans-serif;
    font-size: 3.5rem;
    line-height: 4.5rem;
}

#director-quote{
    font-family: Serif; 
    font-style: italic; 
    display:flex;
    align-items: center; 
    justify-content: center; 
    height: 100%;
}

.quote-source{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid black;
    padding: 0 20px;
}

a.gold-btn-group{
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: #CFB991;
    border: 2px solid #8e6f3e;
    color: #000 !important;
    text-decoration: none;
    transition: all ease 0.2s;
    letter-spacing: 0.05em;
    position: relative;
    line-height: 1.4;
    margin-top: 20px;
}

a.gold-btn-group:hover{
    background: #8e6f3e;
    color: #fff !important;
    transition: all ease 0.2s;
}

.card{
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    height: 100%;
    padding: 20px;
}

.card-body{
    text-align: center;
    height: 100%;
    padding: 10px;
    background-color: black;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    text-transform: uppercase;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-desc{
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: flex-start;
    color: black;
    box-sizing: border-box;
}

.number-desc>.num{
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 300;
    font-size: 5rem;
    color: #8E6F3E;
}

.number-desc>.filled{
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 10px;
    text-align: center;
    width: 100%;
    background-color: black;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    text-transform: uppercase;
    color: white;
}
.number-desc>.desc{
    display: flex;
    font-family: Serif;
    font-style: italic;
    color: #555960;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-size: 11pt;
    text-transform: capitalize;
}

.staff-header-small{
    padding: 0;
    margin: 0;
}

.staff-header-small>img{
    height: auto;
    width: 100%;
    object-fit: cover;
}

.mobile-only{
    display: none;
}

@media only screen and (max-width: 991px) {
    .header-img{
        padding: 20px 10px;
    }
    .header-img>h1{
        font-size: 3.5rem;
    }
    div.header-divider{
        height: 5px;
    }
    
    h2.section-title-block{
        font-size: 2.5rem;
        line-height: 3rem;
        margin-top: 10px;
    }
    .one-mission{
        height: 120px;
    }
    .one-mission>img{
        height: 120px;
    }

    #director-quote{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    div.quote-source{
        border-left: none;
    }
    
    #staff-image-collection{
        display: none;
    }
    
    div.card{
        padding: 0;
    }
    
    div.number-desc{
        padding: 0;
    }
    
    .mobile-only{
        display: block;
    }
    
    .desktop-only{
        display: none;
    }
    .blockquote{
        padding: 0 20px;
    }
    
    #map-container{
        display: none;
    }

    .value{
        font-size: 1rem;
        line-height: 1.4rem;
        height: 2rem;
    }
}