:root {
    /* Primary */
    --bg-AAA-primary-color: #367e3d;
    --bg-AAA-secondary-color: #93ae3c;
    --bg-AAA-tertiary-color: #18351c;
}

.content.container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
}

div#main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
}

#page-wrapper {
    overflow: hidden;
}


section#awardsHeader > div.col-lg-8 {
    background: url(https://aaahq.org/portals/0/images/education/CareerCenterTrianglesGraphic_v2.svg);
    padding: 1rem;
    background-size: cover;
    background-position: 0px center;
    background-repeat: no-repeat;

}

section#awardsHeader > div.col-lg-4 {
    background: url(https://aaahq.org/portals/0/images/education/AAA_1718%20Medium.JPG);
    background-size: cover;
    background-position: center center;
    box-shadow: inset -8px 0px 10px -3px black;
}

section#awardsHeader {
    box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 9;
    padding: 0px 15px;
}

div.headerCard {
    padding: 1rem;
    background: white;
    box-shadow: 2px 2px 15px;
    border-radius: 0.5rem;
}

div.headerCard p {
    padding: 0.5rem;
}

div.logoRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img#headerLogo {
    max-width: 250px;
}


#awards {
    background-image: linear-gradient(135deg, #187288 0%, #93ae3c 59%, #367e3d 100%);
    background-image: linear-gradient(135deg, #187288f2 0%, #93ae3cbf 59%, #367e3dcc 100%), url(https://aaahq.org/portals/0/images/about/Satellite_1-CMYK_sm.png);
    background-size: contain;
    background-repeat: repeat-y;
}

div#awards p,
div#awards li {
    line-height: 1.5;
}

section#awardsBody {
    background: linear-gradient(135deg, white 0%, white 40%, black 150%);
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 0.5fr 0.5fr 1fr;
    grid-template-areas:
        "cook cook cook ahof ahof ahof"
        "aaa aaa aaa aaa aaa aaa"
        "amsections amsections amsections amsections amsections amsections"
        "sections sections sections sections sections sections";
    grid-gap: 1.5rem;
    box-shadow: 25px 0 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
}

.btn-success {
    background: var(--bg-AAA-primary-color);
    background: -moz-linear-gradient(-45deg, var(--bg-AAA-primary-color) 0%, var(--bg-AAA-secondary-color) 100%);
    background: -webkit-linear-gradient(-45deg, var(--bg-AAA-primary-color) 0%, var(--bg-AAA-secondary-color) 100%);
    background: linear-gradient(135deg, var(--bg-AAA-primary-color) 0%, var(--bg-AAA-secondary-color) 100%);
    color: white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    text-decoration: none !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    font-family: 'Gotham-Medium', sans-serif;
}

.btn-success:hover {
    text-decoration: none;
    transform: translate(-1px, -2px);
    transition: 0.2s;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.5);
    filter: saturate(120%);
}

#cook{
    grid-area: cook;
}

#cook a.btn.btn-success{
    display: block !important;
}

#ahof{
    grid-area: ahof;
}

#aaa{
    grid-area: aaa;
}

#amsections {
    grid-area: amsections;
}
#sections{
    grid-area: sections;
}

#cookPrizeImg{
    max-width: 120px;
    margin: 0 0 1rem 1rem;
    float: right;
}

.card.awardsCard {
    padding: 1rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.25), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1) !important;
    padding: 1rem;
    border-radius: 0.5rem;
    z-index: 99;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card.awardsCard h2 {
    margin-top: 0 !important;
}

.card.awardsCard p {
    padding: 0.5rem;
}

div.award{
    padding: 1rem;
    margin: 1rem;
    border: 2px solid lightgrey !important; 
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
}

div.award p{
    padding: 0 !important;
}

div.award h5{
    font-family: 'Gotham-Medium', sans-serif;
}

div.award a{
    align-self: end;
}

#awards h2 {
    font-size: 1.7rem
}

#awards h3 {
    font-size: 1.5rem;
}

#awards h4 {
    font-size: 1.3rem;
}

#awards h5 {
    font-size: 1.2rem;
}