@font-face {
    font-family: 'Albertyna';
    src: url("https://www.lakelandcollege.edu/wp-content/mu-plugins/Laker/dv/alu/fonts/albertyna.otf") format("opentype");
}
@font-face {
    font-family: 'MiltonOneBold';
    font-weight: bold;
    src: url("https://www.lakelandcollege.edu/wp-content/mu-plugins/Laker/dv/alu/fonts/Milton_One_Bold.otf") format("opentype");
}
@font-face {
    font-family: 'AvenirLT';
    src: url("https://www.lakelandcollege.edu/wp-content/mu-plugins/Laker/dv/alu/fonts/AvenirLTStd-Book.otf") format("opentype");
}
@font-face {
    font-family: 'AvenirLTBold';
    src: url("https://www.lakelandcollege.edu/wp-content/mu-plugins/Laker/dv/alu/fonts/Avenir LT Std 85 Heavy.otf") format("opentype");
}
.flyer-container h2 {
    line-height: normal;
    font-size: 2em !important;
    color: #bf2629;
}
.header-image {
    position: relative;
    background-image: url("grad_image.jpg");
    background-size: 100% auto;
    width: 100%;
    height: 710px;
    background-position: 0 25%;
    background-repeat: no-repeat;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 5;
}
#logo {
    position: relative;
    width: 34%;
    min-width: 185px;
    max-width: 400px;
    height: auto;
    z-index: 6;
    left: 2%;
    top: 2.5%;
}
.bottom-container {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 6;
}
#join-us {
    position: relative;
    font-family: 'MiltonOneBold' !important;
    float: right;
    padding-right: 5%;
    color: white;
    font-size: 6em !important;
    z-index: 6;
    text-shadow: 0 0 30px white;
    margin: 0 0 5px;
    border-bottom: none !important;
    line-height: 0.8;
    padding: 0 5% 14px 5px;
}
#bottom-text {
    font-size: 1.3em;
    padding: 15px 5%;
    color: white;
    background-color: #be2026;
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
}
.flex-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.flex-columns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    width: 50%;
}
.logo-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#flex-logo {
    width: 400px;
    max-width: 100%;
}
.flex-column strong {
    font-size: 1.2em;
}
#big-heading {
    margin-bottom: 0;
}
.sponsorship-opportunities {
    gap: 30px;
}
.sponsorship-opportunities p {
    margin-bottom: 18px;
    position: relative;
    line-height: normal;
    padding: 10px;
}
.gold strong, .silver strong, .bronze strong, .community strong {
    font-size: 1.5em !important;
    display: inline-block;
    max-width: 75%;
    color: white;
}
.gold span, .silver span, .bronze span, .community span {
    position: absolute;
    right: 10px;
    bottom: 12px;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
}
.gold {
    background: radial-gradient(ellipse at center, #d5cea6 0%,#c9c190 40%,#b7ad70 100%);
}
.silver {
    background: radial-gradient(ellipse at center, rgba(224,224,224,1) 0%,rgba(181,181,181,1) 100%);
}
.bronze {
    background: radial-gradient(ellipse at center, rgba(237,183,163,1) 0%,rgba(186,107,81,1) 100%);
}
.community {
    background-color: #a51d2d;
}
.hr {
    border-bottom: 1px solid #e7e8e8;
    width: 100%;
    margin: 25px 0;
}
@media (max-width: 2168px){
    #bottom-text {
        text-align: left;
    }
}
@media (max-width: 1490px){
    .flex-container {
        flex-direction: column;
    }
    .flex-columns {
        width: auto;
    }
    .logo-container {
        display: none;
    }
}
@media (max-width: 1400px){
    .header-image {
        background-position: 63% 18%;
        background-size: 128% auto;
    }
}
@media (max-width: 915px){
    h2 {
        text-align: center;
    }
    #subheading {
        top: 0;
        left: 0;
        word-spacing: normal;
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
}
@media (max-width: 800px){
    #join-us {
        float: none;
        padding-right: 0;
        text-align: center;
        font-size: 4.5em;
    }
    #bottom-text {
        font-size: 1em;
    }    
}
