

div.service_banner {
    color: white;
    background-color:#274ba1;
    width: 100%;
}

#navbar_top {
    width: 100%;
    background-color: white;
    color: black;
    position:fixed;
    top:0px;
    left:0px;
    height: 81px;

}
#navbar_bottom {
    width: 100%;
    background-color: #012454;
    color: white;
    position:fixed;
    top:51px;
    left:360px;
    height: 31px;
}

#navbar_logo {
    position: fixed;
    height: 82px;
    top:0px;
    left: 5px;
}

#navbar_cc_logos {
    position: fixed;
    height: 34px;
    top:8px;
    left: 720px;
}

#navbar_phone {
    color: #39cf4c;
    font-weight: 1000; 
    font-size: 2.4em;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: black;
    position: fixed;
    left: 390px;
    top: 0px;
    height: 50px;

}

.navbar_link {
    text-decoration: none;
    font-size: 1.2em;
    color: white;
    background-color: #012454;
    text-align: left;
    float: left;
    margin-left: 28px;
    margin-right: 28px;
}

#page_container {
    margin-top:120px;
}

#collapseable_menu {
    display: none;
    background-color: #012454;
    border: yellow 2px solid;
    text-align: center;
    position: fixed;
    top: 90px;
    left: auto;
    width: 85%;
    

}

#navbar_menu_button {
    display: block;
    position: fixed;
    left: 350px;
    top: 54px;
    float:right;
    width: fit-content;
    padding-left:4px;
    padding-right:4px;
    border: white 1px solid;
    border-radius: 5px;
    background-color: #012454;
    color: white;
    z-index:99;
    cursor: pointer;

}

#navbar_collapseable_phone {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    
}

.navbar_collapseable_menu_link {
    text-decoration: none;
    background-color: #012454;
    color: white;
    font-size: 1.5em;
    padding-top:12px;
    padding-bottom: 12px;
    width: 100%;
    display: block;
    border: white 1px solid;

}

.contact_table {
    margin-bottom: 40px;
    margin-left: auto; 
    margin-right: auto;
    max-width: 500px;
    width: 100%;
}

.contact_cell {
    border: 1px black solid;
    padding: 10px;
    font-size: 1.0em;
}

.contact_header {
    border: 1px black solid;
    padding: 5px;
    font-weight: bold;
    color: white;
    background-color: #012454;
    font-size: 1.0em;
}

#contact_container {
    text-align: center;
    
}


div.phone_number {
    color: #39cf4c;
    font-weight: 1000; 
    font-size: 5vw;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: black;

}

div.state_license {
    color: black;
    font-family:courier, courier new, serif;
    font-size: 1.0em;
    font-weight: bold;
}

div.insured {
    color: #226128;
    font-family:courier, courier new, serif;
    font-size: 1.5em;
    font-weight: bold;
}

div.city_tag {
    color: black;
    font-size: 3.0em;
}

div.coupon {
    background-color: #cfccae;
    color:black;
    border: 6px black dashed;
    padding: 10px;
    max-width: 700px;
    height: 100%;
}

.coupon_title {
    font-weight: bold;
    text-align: center;
}

.coupon_body {
    text-align: left;
}

.coupon_code {
    float:right; 
    font-size: 0.7em; 
    font-weight: bold;
}

img.brand_logo {
    height: 60px;
    margin: 25px;
}

#company_name {
    font-size: 2em;
    font-weight: bold;
}

#company_hours {
    font-size: 1em;
    font-weight: 1000;
    color: #3275a8;
}

#company_info {
    font-size: 1.2em;
    font-weight: bold;
    color: #999999;

}

#promotions_heading {
    font-weight: bold;
    font-size: 2em;
    color: #fadb41;
    -webkit-text-stroke-width: 1px; 
    -webkit-text-stroke-color: black;
    animation-name: color_rotate_forground_animation;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

div.area_title {
    color: white;
    background-color: green;
    padding: 5px;
    text-align: left;
}

.price_table_cell{
    padding: 3px;
    border: 1px black solid;
}

.price_table_city{
    padding: 3px;
    border: 1px black solid;
    background-color: green;
    color: white;
}

.table_center {
    margin-left: auto; 
    margin-right: auto;
}

.payment_type {
    color: green;
    font-weight: bold;
}


.marquee {
    
	/* line-height: 50px;	 */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;

    position: fixed;
    left: 200px;
    top: 82px;
    background-color: #274ba1;
    color: white;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
.marquee b {
    display: inline-block;
    padding-left: 100%;
    font-weight:normal;
    animation: marquee 25s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

@keyframes color_rotate_forground_animation {
    0%     {color: magenta;}
    16.5%  {color: yellow;}
    50%    {color: green;}
    83.5%  {color: blue;}
    100%   {color: magenta;}
}



.question {
    color:#3275a8;
    font-style: italic;    
}

.privacy_policy {
    text-align: left;
}