/* Font Navidation */
#nav-main ul > li a {
    font-family: madeSunflower;
    color: #111;
}
.col-38 {
    width: 50% !important;
}

.upper {
    text-transform: uppercase;
}

.offset-mt {
    margin-top: 0 !important;
}


.section-title {
    font-family: 'madesunflower' !important;
}

.pre-header {
    font-family: 'barrington';
}

.main-heading {
    text-transform: capitalize !important;
}


.branded-font-1 {
    font-family: 'madesunflower' !important;
    line-height: 1.15em !important;
    z-index: 2003;
}

.color-creme {
    color: rgba(245,245,240,1) !important;
}

.color-slate {
    color: rgba(29,46,46,1) ip !important;
} 

.background-slate {
    background-color: rgba(29,46,46,1) !important;
} 


.bold {
    font-weight: bold !important;
}


footer {
    font-family: 'madesunflower' !important;
}

.btn-width {
    width: 290px;
    text-align: center;
    border-radius: 16px;
}


.btn-width-cream {
    width: 290px;
    text-align: center;
    border-radius: 16px;
    color: rgba(245,245,240,1) !important;
    border-color: rgba(245,245,240,1) !important;
    z-index: 1000;
}

.hero-image {
    max-width: 125% !important;
    z-index: 1000;
}

.mobile-hero-image {
    padding-top: 3em !important;
    margin-bottom: -3em !important;
    max-width: 110% !important;
    z-index: 1000;
}


.profile-picture {
    position:relative;
    overflow:hidden;
    border-radius: 50%;
    height: 500px;
    width: 500px;
}

.profile-picture img {
    position:absolute;
    height: auto;
    width: auto;    
    max-width:100%;
}

.centered img {
    position:absolute;
    top:65%;
    transform:translateY(-50%);
}


.width-30 {
    width: 30%;
}

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

.value-item {
    font-size: 24px;
}

.clear-padding {
    padding: 0px 0px !important;
    z-index: 1002;
}

.founder-adjustments {
    background-color: rgba(245, 245, 240, 1) !important;
  padding-bottom: 4rem !important;
  z-index: 1003 !important;
}

#profile-image {
    display: block;
    margin: auto;
    /* padding-top: 20px !important; */
}

#banner-row-override {
    padding: 0px 0px !important;
}

.profile-text {
    margin-top: 5rem;
  font-size: 1.25rem;
  line-height: 2rem;
}


#headers-value {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  padding-bottom: 2em !important;
  z-index: 1000;
}

.w15 {
    width: 15%;
}

.w25 {
    width: 25%;
}

.w50 {
    width: 50%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.stagger50 {
    margin-top: 80px;
}




@media only screen and (min-width: 545px) {
    .web-based {
        display: block !important;
    }

    .mobile-based {
        display: none !important;
    }

    .dynamic-col-38 {
        width: unset;
    }

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


@media only screen and (max-width: 544px) {
    #banner h1 {
        font-size: 32px !important;
        line-height: 36px !important;
        margin-top: 28px !important;
        z-index: 1001 !important;
    }

    .logo-adjustment {
        width: 75%;
    }


    .profile-text {
        margin-top: 0px !important;
    }

    .web-based {
        display: none !important;
    }

    .mobile-based {
        display: block !important;
    }

    .dynamic-col-38 {
        width: 100% !important;
    }

    .mobile-center {
        text-align: center !important;
    }

    .stagger50 {
        margin-top: 0px !important;
    }

    .w15 {
        width: 100%;
    }

    .w25 {
        width:100%;
    }

    .col-3 {
        width: 100% !important;
    }

    .mobile-button {
        margin: auto;
        margin-top: 1em;
    }
  }

