@font-face {
    font-family:"prohibition";
    src:url("https://use.typekit.net/af/7b9767/00000000000000007735a64d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/7b9767/00000000000000007735a64d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/7b9767/00000000000000007735a64d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;
}

#aboutTitle {
    font-family: "prohibition";
    font-size: 75px;
    color: #00295B;
}

#ourStoryTitle {
    font-family: "prohibition";
    font-size: 135px;
    color: #00295B;
}
#ourStorySubtitle {
    font-family: 'Ephesis', cursive;
    font-weight: bolder;
    font-size: 80px;
    color: gray;
}

#employeeBanner {
    /*height: 30px;*/
    /*border-top: 90px solid transparent;*/
    /*border-right: 100vw solid #00295B;*/
    /*border-left: 10vh solid #00295B;*/
    /*border-bottom: 70px solid transparent;*/
    /*!* change the calc height to a percentage height to get alternate responsive behavior*!*/
}

h1 {
    margin: 0;
    padding: 100px 0;
    font: 44px "Arial";
    color: white;
    text-align: center;
}

#ourStoryBackground {
    background-image: url("/images/about/haubrich-enterprises-warehouse-background.jpg");
    min-height: 771px;
}

#aboutImage {

}

#employeeBanner {
    min-height: 633px;
    background-color: #00295B;
}

#managementTitle {
    font-family: "prohibition";
    font-size: 90px;
    color: white;
}


#ourStoryBody {
    text-align: left;
}

#lowerPlaceholderContainer {
    text-align: center;
}

#lowerPlaceholderImg {
    width: 100%;
}

.portrait {
    border-radius: 50%;
}