﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column-reverse;
    font-size: 19px;
    line-height:2.3rem;
}

nav ul a {
    color: #ddd !important;
    padding: 0px 15px;
}

.navbar-fixed {
    sheight: 100px !important;
}

nav ul a:hover {
    color: #555 !important;
    padding: 0px 15px;
}

main {
    flex: 1 0 auto;
    min-height: 700px;
}

.footer-copyright {
    color:#888 !important;
    font-size:.7em;
}

.page-footer  {
    margin-top:0px !important;
}

.page-footer a {
    color:#fff;
}
.page-footer a:hover {
    text-decoration:underline;
}

.bulleted li {
    list-style-type: square !important;
    text-indent: 20px !important;
    list-style-position: inside;
}

h1 { font-size:36px; line-height:3.0rem; }
h2 { font-size:28px; line-height:3.0rem;}
h3 { font-size:26px; line-height:2.5rem;}
h4 { font-size:24px; }
h5 { font-size:22px; }
h6 { font-size:20px; }

nav, .ssnavbar-fixed {
    background-color:#000;
    height:100px;
}

.navbar-fixed {
    ssbackground-color:#000;
    height:100px;
}

#call-us a {
    color:#000;
}

@media only screen and (max-width: 992px) {
    snav, snav s.nav-wrapper si, snav a.button-collapse, snav sa.button-collapse si {
        height: 90px;
        line-height: 40px;
    }
nav, .navbar-fixed {
    height:58px;
}
}

