html {
    font-size: 14px;
}

h1, h2, h3 {color: white;
    text-align: center;
}

h1 {
    font-size: 38px;
    font-weight: bold;
}

.center-text {
    text-align: center;
}

#thank-you {
    font-weight: bold;
    text-align: center;
}

#form-submit-btn {
    background-color: rgb(0, 128, 0);
    margin: 10px auto 0px auto;
    border-radius: 3px;
    width: 150px;
    height: 50px;
    color: white;
    font-size: 16px;
}

#footer {
    background-color: rgb(0, 128, 0);
    color: white;
    padding: 10px;
    font-weight: bold;
}

    #footer a {
        color: white;
        font-weight: bold;
    }

        #footer a:hover, .nav-link a:hover, .navbar-light a:hover, .navbar-brand a:hover {
            color: blue !important;
        }

#footer-title {
    margin-bottom: 15px;
}

#arrivingsoon-text {
    font-size: 24px;
    color: white;
    text-align: center;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}

#coming-soon, #coming-soon-notifications {
    padding-top: 35px;
    text-align: center;
    color: black;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#coming-soon {
    font-size: 34px;
}

#coming-soon-notifications {
    font-size: 20px;
    padding-bottom: 100px;
}

    #coming-soon-notifications-break {
        height: 3px;
        max-width: 500px;
        background-color: black !important;
        border: 0;
        margin-right: auto;
        margin-left: auto;
    }

    #coming-soon-notifications-header {
        font-size: 34px;
    }

#coming-soon-notifications-top {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
}

#coming-soon-notifications-list {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    #form-submit-btn:hover, #footer-right a:hover {
        cursor: pointer;
        color: blue;
    }

/** for share popup */
html, body {
    width: 100%;
    height: 100%;
}

#overlay-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 5;
    display: none;
}

#overlay {
    position: absolute;
    top: 40px;
    left: 36%;
    width: 500px;
    height: 45px;
    border: 1px solid black;
    border-radius: 5px;
    z-index: 10;
    display: none;
    background-color: white;
}

/** Social Button CSS **/

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.1em 0.6em;
    outline: none;
    text-align: center;
    font-size: 0.9em;
    margin: 0 0.2em;
}

    .share-btn:focus,
    .share-btn:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .share-btn:active {
        color: #e2e2e2;
    }

    .share-btn.twitter {
        background: #55acee;
    }

    .share-btn.google-plus {
        background: #dd4b39;
    }

    .share-btn.facebook {
        background: #3B5998;
    }

    .share-btn.stumbleupon {
        background: #EB4823;
    }

    .share-btn.reddit {
        background: #ff5700;
    }

    .share-btn.hackernews {
        background: #ff6600;
    }

    .share-btn.linkedin {
        background: #4875B4;
    }

    .share-btn.email {
        background: #444444;
    }


/** end of share popup stuff */



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Arial;
}

h4 {
    margin-bottom: 0px;
    text-align: center;
}

.navbar-light, .nav-link, .navbar-brand {
    color: white !important;
}

.navbar-brand {
    font-size: 22px;
}

nav {
    background-color: #26aa30 !important;
}

.header {
    background-color: #26aa30;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    width: 100%;
    min-height: 50px;
}

#header-inner {
    height: 100%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header div {
    width: 33%;
}

#header-left {
    padding-left: 10px;
}

#header-right {
    width: 33%;
    text-align: right
}

    #header-left a, #header-right a {
        color: white;
        font-size: 16pt;
    }

        #header-left a:hover, #header-right a:hover {
            color: #bcbcbc;
        }


#home-outer {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    height: 1013px;
    font-family: "opensanslight", sans-serif;
}

#home-outer-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.75) 0%, rgba(62, 186, 66, 0.75) 20%, rgba(7, 127, 11, 0.75) 50%), 
        url('/images/evrescueextrication-1800-crop.png'), no-repeat;
    width: 100%;
    height: 670px;
}

#home-top-text1 {
    color: black;
    background-color: white;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
}

#home-top-text1-title {
    font-weight: bold;
    font-size: 22px;
}

#home-top-title1, #home-top-title2 {
    color: white;
    text-align: center;
    font-weight: bold;
}

#home-top-title1 {
    font-size: 18px;
}

#home-top-title2 {
    font-size: 22px;
}

#centerlist-title {
    font-weight: bold;
    font-size: 22px;
    margin-top: 25px;
}

#home-top-text1 ul, #centerlist {
    width: max-content;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    margin-top: 5px;
}

        #home-top-text1 ul li {
            font-size: 19px;
        }

        #centerlist li {
            font-weight: bold;
        }

#home-top-text2 {
    color: white;
    text-align: center;
    background-color: rgb(0, 128, 0);
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#privacy-outer {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.caption {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.caption-small {
    font-size: 13px;
    font-weight: normal;
}

#avail-icons {
    max-width: 700px;
    text-align: center;
    margin: 20px auto 10px auto;
}

.avail-icon {
    width: 150px;
    margin: 10px;
    
}

#change-flat-img {
    margin-bottom: 25px;
    margin-top: 10px;
}

#how-to-store-img {
    margin-top: 45px;
}

.vehicle-features {
    text-align: left;
    display: inline-block;
    width: 300px;
    margin-top: 20px;
    vertical-align: top;
    margin-right: 10px;
    font-size: 24px;
    color: rgb(108, 117, 125);
}

    .vehicle-features ul {
        padding-left: 25px;

    }

    .vehicle-features li {
        font-size: 16px;
        
    }

.vehicle-features li:nth-child(odd) {
    font-weight: bold;
}

#service-boxes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 700px;
}

.service-box {
    width: 312px;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(108, 117, 125);
}

    .service-title {
        font-size: 20px;
        color: black;
    }

    .service-box img {
        margin-bottom: 20px;
        height: 40PX;
    }

#page-links a {
    text-decoration: none;
    color: white;
    
}

.page-link-box {
    height: 45px;
    width: 280px;
    background-color: rgb(0, 128, 0);
    padding-top: 9px;
    margin: 10px auto 0px auto;
    border-radius: 3px ;
}

    .page-link-box a:hover {
        color: #007bff !important;
    }

#call-to-action {
    background-color: rgb(7, 127, 11);
    padding: 10px 25% 10px 25%;
    color: white;
    margin-top: 50px;
    font-weight: bold;
}

    #call-to-action img {
        width: 140px;
        padding: 5px 10px 5px 10px;
    }

#contact-us {
    margin: 20px auto 0px auto;
    color: black;
    max-width: 500px;
    font-size: 12px;
}

    #contact-us h3 {
        color: black;
    }

    #contact-us input, #service-type {
        margin: 10px;
        width: 200px;
    }

    #contact-us-form {
        margin-top: 20px;
    }

#other-desc, #license-count, #windows-count {
    display: none;
}

.full-width {
    width: 424px !important;
    margin: 10px;
 }


#contact-heading-text {
    margin: 0px auto 10px auto;
}

#contact-bottom-text  {
    margin: 0px auto 50px auto;
}

    /*#home-outer-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    
    right: 0;
    background-image: url('/images/evr-incidents-back-1800.jpg');
       
    opacity: .4;
    width: 100%;
    height: 100%;
    
}*/
    .home-menu-box {
        background-color: #26aa30;
        color: white;
        border-radius: 7px;
        width: 250px;
        height: 185px;
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
        margin: 20px auto 20px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home-menu-box:hover {
        background-color: #92b895;
    }


hr {
    margin: 2px;
}

#choose-option h2 {
    color: black;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}


#results {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
}

#results a {
    color: black;
}

.result {
    padding: 5px;
}

    .result:hover {
        background-color: #dedede;
    }

.submit {
    width: 100%;
    color: white;
    background-color: #26aa30;
    font-size: 14pt;
    padding: 7px;
    border: none;
}

#submit-box {
    margin: 200px auto 10px auto;
    width: 70%;
}

.submit:hover {
    background-color: #92b895;
}

.pulldown-label, .more-menu-item {
    font-weight: bold;
    text-align: center;
    width: 70%;
    background-color: #26aa30;
    color: white;
    margin: 10px auto 10px auto;
    padding: 5px;
    font-size: 14pt;
    text-transform: uppercase;
}

.more-menu-item {
    padding: 15px 5px 15px 5px;
    margin: 20px auto 20px auto;
}

#formMsg {
    color: red;
}

#mobile-phones {
    text-align: center;
}

#how-to-outer img {
    max-width: 265px;
}

#jump-start-caption {
    color: red;
    font-weight: bold;
    font-size: 14px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#disclosure {
    font-size: 9pt;
    width: 70%;
    margin: 15px auto 15px auto;
}

#circles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.black-circle {
    border-radius: 50%;
    width: 87px;
    height: 87px;
    background-color: black;
    font-size: 11px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.outer-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.larger-text {
    font-size: 13px;
}

#risk-page {
    max-width: 600px;
    padding: 20px;
    background-color: transparent;
    color: white;
    margin: 30px auto 30px auto;
    font-size: 20px;
}

    #risk-page a, #risk-page a:visited {
        color: white;
    }

#risk-phone-outer {
    text-align: center;
    font-size: 20px;
}

#risk-phone {
    border-radius: 3px 4px;
    background-color: rgb(5, 92, 8);
    font-weight: bold;
    font-size: 28px;
    width: 220px;
    margin: 15px auto 0px auto;
}

@font-face {
    font-family: 'opensanslight';
    src: url('/fonts/open-sans.light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

