html, body {
    height: 100%;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.flex-100 {
    flex: 100%;
}

.flex-auto {
    flex: auto;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.color-white {
    color: #FFF;
}

*, p, h1, h2, h3, li {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

p {
    font-size: 18px;
    line-height: 30px;
}

a {
    color: #2a93ef;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.font-24 {
    font-size: 20px;
    font-weight: normal;
}

header {
    background: rgb(195, 195, 195);
    background: linear-gradient(90deg, rgba(195, 195, 195, 1) 0%, rgba(245, 245, 245, 1) 100%);
}

menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

menu ul {
    display: block;
    padding: 0;
}

menu ul li {
    float: left;
    padding: 12px;
    margin: 0 12px;
    cursor: pointer;
}

menu ul li a {
    color: #000;
}

menu ul li:hover {
    text-decoration: underline;
}

footer {
    background: #2c2c2c;
    color: #FFF;
}

.about-container {
    display: flex;
    margin-bottom: 100px;
}

.about-container div {
    flex: 1;
}

.about-container div img {
    /*width: 600px;*/
}

.about-container div p {
    margin: 0;
}

.background-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.height-100 {
    height: 100%
}

#hero > a {
    display: block;
    transition: transform linear 0.1s;
    cursor: pointer;
    text-decoration: none;
}

#hero > a:hover {
    transform: scale(1.04);
}

#hero .hero-button {
    display: inline;
    background-color: rgba(0, 128, 0, 0.75);
    border-radius: 7px;
    width: -webkit-fit-content;
    padding: 12px 16px;
}

#hero .hero-button {
    font-size: 20px;
    color: #FFF !important;
    font-weight: 700;
}

#hero .hero-button:hover {
    text-decoration: underline;
}

.hide-large {
    display: none !important;
}

#logo-bar {
    justify-content: space-around;
    margin: 30px 0;
}

#logo-bar div {
    max-width: 300px;
    flex: 1;
    padding: 50px;
}

#logo-bar div img {
    width: 100%;
}

#logo-bar div {
    max-width: 200px;
}

.menu-links-mobile {
    display: none;
}

header.mobile {
    display: none;
}

.burger i {
    font-size: 35px;
}

.burger {
    margin-right: 20px;
}

header.mobile .fb-link {
    margin-top: -15px;
}

@media (max-width: 400px) {
    .mobile-side-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 800px) {
    menu.desktop {
        display: none;
    }

    /*menu.mobile {*/
    /*    display: block;*/
    /*}*/

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }

    /*.fb-link {*/
    /*    display: none;*/
    /*}*/

    header {
        flex-direction: column !important;
    }

    menu ul li {
        float: initial;
        text-align: center;
    }
    
    .banner .title {
        margin-right: 0px !important;
        padding-left: 10px;
    }
    
    .banner .title b {
        font-size: 24px !important;
    }
        
    .banner span {
        font-size: 14px !important;
    }
        
    .banner .date1 {
        margin-right: 0px !important;
    }

}


@media (max-width: 1200px) {
    #logo-bar {
        flex-wrap: wrap;
    }

    #logo-bar div {
        min-width: 150px;
    }

    #hero > a {
        flex: none;
    }

    .hide-small {
        display: none !important;
    }

    .hide-large {
        display: block !important;
    }

    #hero {
        flex-direction: column;
    }

    #hero .hide-large {
        width: 100% !important;
    }

    .about-container {
        flex-direction: column;
    }

    .about-container .background-contain {
        min-height: 300px;
        margin-top: 30px;
    }

    .about-container {
        margin-bottom: 30px;
    }

    .about-container-text {
        padding: 0 !important;
    }

    /*.about-container:nth-child(3) > div:nth-child(2) {*/
    /*order: -1;*/
    /*}*/
    /*.about-container:nth-child(4)  {*/
    /*order: -1;*/
    /*}*/
}

.brand-container {
    width: 400px;
    height: 250px;
    display: block;
    margin: 20px;
}

.flex-wrap {
    flex-wrap: wrap;
}

h3 {
    background: #e0232f;
    color: #FFF;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.headshot {
    width: 300px;
    height: 300px;
    color: #FFF;
    text-align: center;
    position: relative;
    margin: 0 20px 20px 20px;
}

.headshot span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}

.contact-label {
    width: 105px;
    margin: 0;
    text-align: right;
    margin-right: 20px;
    line-height: 24px;
    padding-top: 3px;
}

.contact-point {
    width: 200px;
}

.contact-point li {
    line-height: 26px;
}

.contact-point a {
    line-height: 30px;
}

.list li {
    padding-bottom: 10px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}