ul#menu-navigation-bar a {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: serif;
}
h3.widgettitle.widget-title {
    font-size: 24px;
}
div.flexible-widgets.widget-area.widget-full {
    padding-top: 0;
}
section#text-5 h3 {
    font-size: 45px;
}
section#text-14 {
    margin-top: 100px;
}
section#custom_html-4 .textwidget.custom-html-widget {
    text-align: center;
    margin: auto;
    max-width: 300px;
}
@media only screen and (max-width:425px) {
    h3.widgettitle.widget-title {
        word-wrap: initial;
        font-size: 38px !important;
    }
}
section#text-13 a.button {
    font-size: 24px;
}
@media only screen and (max-width: 800px) {
    ul#menu-navigation-bar {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    section#text-12 {
        max-width: 50%;
        float: left;
    }
    section#text-3 {
        max-width: 50%;
        float: left;
        clear: none;
        padding: 0 20px;
    }
}

img#home_logo {
    margin: 0px auto 75px;
    width: 35%;
    min-width: 300px;
}

.front-page-1 {
    color: #ffffff;
}

.front-page-1 .widget_text .widget-title {
    font-size: 5.4rem;
    color: #ffffff;
}

/* Turn Menu Phone Number into Button */
#menu-item-99 span {background-color:  #22a1c4 /*470202*/;
    border-radius: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 20px 30px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}