body
{
    width: 100vw;
    font-family: "Arial";
    font-size: 18px;
}

p
{
    line-height: 22px;
    margin: 20px 20px 0 20px;
}

ul.post.content
{
    padding: 0 0 0 20px;
}

li.post.content
{
    overflow: visible;
}

.underline
{
    text-decoration: underline solid #E51937;
    text-underline-offset: 9px;
}

h1
{
    font-size: 50px;
}

h2
{
    overflow: visible;
    margin: 20px 20px 0 20px;
    font-size: 35px;
    line-height: initial;
    font-family: "Encode Sans Condensed";
    font-weight: 700;
}

h3
{
    margin: 20px 20px 0 20px;
    font-size: 30px;
    line-height: 35px;
    font-family: "Encode Sans Condensed";
    font-weight: 700;
}

h4
{
    margin: 20px 20px 0 20px;
    font-size: 20px;
    line-height: 25px;
    font-family: "Encode Sans Condensed";
    font-weight: 700;
}

h5
{
    margin: 20px 20px 0 20px;
    font-size: 20px;
    font-family: "Encode Sans Condensed";
    font-weight: 700;
}

header
{
    z-index: 10;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100vw;
}

div.header
{
    background-color:#0A2A47;
    margin: auto;
    width: 1600px;
    height: 80px;
}

a.header.button.blue
{
    color: #7AF;
}

a.header.button.green
{
    color: #7FA;
}

a.header.button.white
{
    color: #EEE;
}

a.header.button
{
    float: right;
    display: block;
    margin: 20px;
    width: 300px;
    height: 38px;
    padding: 1px 0;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: 0 2px 7px 1px rgba( 0, 0, 0, 0.5 );
}

img.header.icon
{
    float: left;
    width: 30px;
    height: 30px;
    margin: 4px 1px 4px 8px;
}

span.header.label.visible
{
    float: left;
    margin: 2px 0 0 10px;
    font-family: "Arial";
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

span.header.label
{
    float: left;
    margin: 2px 0 0 10px;
    font-family: "Arial";
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

span.header.info.visible
{
    max-width: 150px;
    font-family: "Encode Sans Condensed";
    text-align: right;
    float: right;
    margin: 0 5px 0 0;
    font-size: 16px;
    line-height: 19px;
    line-break: loose;
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

span.header.info
{
    max-width: 150px;
    font-family: "Encode Sans Condensed";
    text-align: right;
    float: right;
    margin: 0 5px 0 0;
    font-size: 16px;
    line-height: 19px;
    line-break: loose;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

a.header.logo
{
    float: left;
    display: block;
    margin: 10px;
}

img.header.logo
{
    height: 60px;
    width: 249px;
}

main
{
    overflow: hidden;
    width: 100vw;
}

section.top
{
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

div.top.container
{
    margin: 0 auto 100px;
    width: 1600px;
    height: 100vh;
    overflow: visible;
}

div.top.headline
{
    z-index: 9;
    position: absolute;
    width: 1600px;
    top: 140px;
    margin: 0 0 0 100px;
    color: white;
}

h1.top.headline
{
    z-index: 9;
    opacity: 0;
    filter: blur( 5px );
    transition: filter 1s ease-in-out;
    text-shadow: 5px 5px 10px rgba( 0, 0, 0, 0.5);
}

h1.top.headline.show
{
    opacity: 1;
    filter: blur( 0 );
}

h2.top.headline
{
    margin: 0;
    opacity: 0;
    filter: blur( 5px );
    font-size: 25px;
    font-family: Poppins;
    transition: filter 1s ease-in-out;
    text-shadow: 5px 5px 10px rgba( 0, 0, 0, 0.5);
}

h2.top.headline.show
{
    opacity: 1;
    filter: blur( 0 );
}

img.top.shop
{
    position: absolute;
    z-index: 0;
    bottom: 5vh;
    object-fit: cover;
    width: 1600px;
}

img.top.shadow
{
    position: absolute;
    opacity: 0;
    filter: blur( 5px );
    z-index: 9;
    bottom: -5vh;
    left: 45vw;
    transition: all 1s ease-in-out;
}
img.top.car
{
    position: absolute;
    opacity: 0;
    filter: blur( 5px );
    z-index: 10;
    bottom: 5vh;
    left: 51vw;
    transition: all 1s ease-in-out;
}

img.top.shadow.show,img.top.car.show
{
    opacity: 1;
    filter: blur( 0 );
}

@media only screen and (min-width: 2560px) {
    img.top.shadow
    {
        left: 73%;
    }
    img.top.car
    {
        left: 80%;
    }
}

section.about
{
    width: 100vw;
    color: white;
    overflow: hidden;
}

div.about.container
{
    width: 1600px;
    margin: 100px auto;
}

div.about.focus
{
    float: left;
    width: 1175px;
    background-color: black;
    border-radius: 10px;
    margin: 0 212px 0 213px;
}

img.about.focus
{
    float: left;
    left: -10px;
    width: 522px;
    height: 480px;
}

h2.about.focus
{
    float: left;
    width: 550px;
    margin: 35px 0 35px 50px;
}

p.about.focus
{
    float: left;
    width: 450px;
    margin: 0 0 0 50px;
}

div.about.list
{
    float: left;
    width: 1600px;
}

ul.about.list
{
    margin: 0;
}

li.about.list
{
    display: inline-block;
    float: left;
    width: 176px;
    height: 176px;
}

a.about.list
{
    filter: blur( 5px );
    opacity: 0;
    display: block;
    width: 150px;
    height: 150px;
    margin: 13px;
    border-radius: 10px;
    background-color: black;
    text-align: center;
    transition: filter 0.5s ease-in-out;
}

a.about.list.show
{
    filter: blur( 0 );
    opacity: 1;
}


a.about.list:hover,a.about.list.visible
{
    box-shadow: 0 2px 7px 1px rgba(255,0,0,.9);
}

img.about.list
{
    height: 80px;
    width: 80px;
    margin: 15px 35px;
}

h3.about.list
{
    margin: 0;
    color: white;
    display: block;
    text-align: center;
    font-family: "Encode Sans Condensed";
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
}

a.about.list span.about.list
{
    display: none;
}

a.about.list.selected span.about.list
{
    display: block;
    position: absolute;
    left: 125px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 7px;
    background-color: #E51937;
    font-family: "Arial";
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-shadow: 1px 1px 5px black;
}

ul.about.content
{
    float: left;
    width: 1600px;
    margin: 0;
    background-color: black;
    border-radius: 10px;
    height: 500px;
    overflow: hidden;
}

li.about.content
{
    filter: blur( 5px );
    height: 0;
    transition: filter 0.25s ease-in-out;
}

li.about.content.visible
{
    filter: blur( 0 );
    height: auto;
    transition: filter 0.5s ease-in-out;
}

li.insurance.content.visible
{
    filter     : blur(0);
    height     : auto;
    margin     : 50px 250px;
    transition : filter 0.5s ease-in-out;
}

h3.about.content
{
    margin: 0;
    display: block;
    float: left;
    margin: 35px 35px;
    width: 430px;
}

p.about.content
{
    display: block;
    clear: left;
    float: left;
    width: 430px;
    height: 400px;
    margin: 0 35px;
}

div.about.content.blog
{
    border-radius: 10px;
    display: inline-block;
    width: 1100px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

img.about.content
{
    display: block;
    width: 1100px;
    height: 500px;
}

div.about.content.blog > div.post
{
    float: left;
    width: 1100px;
    height: 500px;
    color: white;
    background-color: #222;
}

div.about.content.blog > div.post:nth-child(even)
{
    background-color: #333;
}

div.about.content.blog div.post.top
{
    float: left;
    width: 500px;
    height: 500px;
    text-shadow: 1px 1px 5px black;
}

div.about.content.blog img.post.image
{
    display: block;
    float: left;
    height: 500px;
    width: 500px;
}

div.about.content.blog h3.post.title
{
    margin: 0;
    position: absolute;
    width: 400px;
    top: 25px;
    left: 25px;
    padding: 10px 25px 35px;
    font-size: 18px;
    line-height: 20px;
    background-color: rgba( 25, 25, 25, 0.8 );
}

div.about.content.blog p.post.date
{
    margin: 0;
    position: absolute;
    font-size: 16px;
    top: 60px;
    left: 50px;
}

div.about.content.blog div.post.content
{
    float: left;
    display: inline-block;
    width: 580px;
    height: 480px;
    margin: 10px;
    overflow-y: auto;
}

section.insurance
{
    width: 100vw;
    color: black;
    overflow: hidden;
}

div.insurance.container
{
    width: 1600px;
    margin: 100px auto;
    background: #FFF;
}

div.insurance.focus
{
    width: 1600px;
    margin: 25px auto;
}

h2.insurance.focus
{
    margin: 25px auto;
    width: 1000px;
}

p.insurance.focus
{
    margin: 25px auto;
    width: 1000px;
}

div.insurance.list
{
    clear: both;
}

ul.insurance.list
{
    margin: auto;
    width: 1400px;
    text-align: center;
}

li.insurance.list
{
    display: inline-block;
    text-align: center;
    margin: 10px;
}

a.insurance.list
{
    display: block;
}

a.insurance.list > img
{
    border: 2px solid #DDD;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
    width: 226px;
    height: 160px;
}

a.insurance.list > img:hover,
a.insurance.list.visible > img
{
    border: 2px solid #000;
}

h3.insurance.list
{
    margin: 0;
    color: #5F5F5F;
    font-size: 16px;
    line-height: 20px;
}

a.insurance.list > span
{
    display: none;
}

a.insurance.list.selected > span
{
    display: block;
    position: absolute;
    left: 205px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 7px;
    background-color: black;
    font-family: "Arial";
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-shadow: 1px 1px 5px black;
    color: white;
}

ul.insurance.content
{
    background: #DDD;
    margin: 50px 0 0;
}


li.insurance.content
{
    filter: blur( 5px );
    margin: 0;
    width: 1100px;
    height: 0;
    transition: filter 0.25s ease-in-out;
}

li.insurance.content.visible
{
    filter: blur( 0 );
    height: auto;
    margin: 50px 250px;
    transition: filter 0.5s ease-in-out;
}

h3.insurance.content
{
    margin: 0 70px 25px;
}

p.insurance.content
{
    margin: 0 70px 25px;
}

div.insurance.content.blog
{
    height: 75px;
    margin: 20px 0 0 70px;
    cursor: pointer;
    border-radius: 10px;
    width: 500px;
}

div.insurance.content.blog.visible
{
    height: 500px;
    margin: 20px 0 0 0;
    width: 1100px;
}

div.insurance.content.blog > div.post
{
    background-color: #CCC;
}

div.insurance.content.blog > div.post:nth-child(even)
{
    background-color: #EEE;
}

div.insurance.content.blog > div.post
{
    width: 500px;
    height: 75px;
}

div.insurance.content.blog.visible > div.post
{
    width: 1100px;
    height: 500px;
}

div.insurance.content.blog div.post.top
{
    float: left;
    height: 75px;
}

div.insurance.content.blog.visible div.post.top
{
    float: left;
    width: 500px;
    height: 500px;
    text-shadow: 1px 1px 5px black;
    color: white;
}

div.insurance.content.blog img.post.image
{
    float: left;
    width: 75px;
    height: 75px;
    margin: 0;
}

div.insurance.content.blog.visible img.post.image
{
    width: 500px;
    height: 500px;
}

div.insurance.content.blog h3.post.title
{
    float: left;
    margin: 10px 0 0 20px;
    font-size: 18px;
    line-height: 25px;
    width: 400px;
}

div.insurance.content.blog.visible h3.post.title
{
    margin: 0;
    position: absolute;
    width: 400px;
    top: 25px;
    left: 25px;
    padding: 10px 25px 35px;
    font-size: 18px;
    line-height: 20px;
    background-color: rgba( 25, 25, 25, 0.8 );
}

div.insurance.content.blog p.post.date
{
    float: left;
    margin: 0 0 0 20px;
    font-size: 15px;
    line-height: 20px;
    width: 400px;
}

div.insurance.content.blog.visible p.post.date
{
    margin: 0;
    position: absolute;
    font-size: 16px;
    top: 60px;
    left: 50px;
}

div.insurance.content.blog div.post.content
{
    display: none;
}

div.insurance.content.blog.visible div.post.content
{
    float: left;
    display: inline-block;
    width: 600px;
    height: 500px;
    overflow-y: auto;
}

section.services
{
    width: 100vw;
    color: white;
    overflow: hidden;
}

div.services.container
{
    width: 1600px;
    margin: 100px auto 50px;
}

p.services
{

}

div.services.focus
{
    width: 1175px;
    height: 752px;
    background-color: black;
    margin: 0 212px 0 213px;
    border-radius: 15px;
}

h2.services.focus
{
    margin: 48px auto;
    width: 1000px;
    overflow: visible;
}

p.services.focus
{
    width: 1000px;
    margin: 25px auto 50px;
}

ul.services.list.first
{
    position: absolute;
    top: 304px;
    width: 1575px;
    margin: 0 0 0 25px;
    overflow: visible;
}

li.services.list.first
{
    width: 500px;
    margin: 0 25px 0 0;
    float: left;
    overflow: visible;
    list-style-type: none;
}

a.services.list.first
{
    display: block;
}

a.services.list.first > img.services.list.first
{
    float: left;
    width: 500px;
    height: 400px;
    border-radius: 15px 15px 0 0;
    transition: opacity 1s ease-in-out;
}

a.services.list.first.visible > img.services.list.first
{
    filter: blur(5px) brightness(75%);
}

h3.services.list.first
{
    margin: 0;
    border-radius: 0 0 15px 15px;
    float: left;
    width: 500px;
    line-height: 50px;
    height: 50px;
    background-color: #111;
    text-align: center;
}

a.services.list.first ~ ul.services.list.second
{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    transition: opacity 0.5s linear;
}

a.services.list.first.visible ~ ul.services.list.second
{
    opacity: 1;
    height: 400px;
    margin: 0;
    transition: opacity 0.5s linear;
}

li.services.list.second
{
    float: left;
    width: 140px;
    height: 105px;
    margin: 21px 0 0 20px;
    list-style-type: none;
}

a.services.list.second
{
    display: block;
    width: 130px;
    height: 95px;
    margin: 5px;
    background-color: #111;
    border-radius: 15px;
}

a.services.list.second:hover,a.services.list.second.visible
{
    box-shadow: 0 2px 7px 1px rgba(255,0,0,.8);
}

img.services.list.second
{
    margin: 10px 41px 0px;
    width: 50px;
    height: 50px;
}

h4.services.list.second
{
    margin: 0;
    color: white;
    text-align: center;
}

ul.services.content.first
{
    border-radius: 15px;
    display: block;
    float: left;
    clear: both;
    width: 1600px;
    margin: 25px auto;
    background-color: black;
}

li.services.content.first
{
    opacity: 0;
    width: 1000px;
    height: 0;
    margin: 0 auto;
    transition: opacity 1.5s ease-in-out;
    list-style-type: none;
}

li.services.content.first.visible
{
    opacity: 1;
    height: auto;
    margin: 40px auto;
    list-style-type: none;
}

h3.services.content.first
{
    margin: 0 0 0 20px;
}

h4.services.content.second
{
    border-left: 3px solid #E51937;
    border-right: 3px solid #E51937;
    padding: 0 10px;
    margin: 20px 7px 0 7px;
    display: inline-block;
}

a.services.content.second
{
    display: inline-block;
    margin: 20px 20px 0 20px;
    font-size: 20px;
    line-height: 25px;
    font-family: "Encode Sans Condensed";
}

ul.services.content.second
{
    margin: 0;
}

li.services.content.second
{
    opacity: 0;
    height: 0;
    list-style-type: none;
}

li.services.content.second.visible
{
    opacity: 1;
    height: auto;
    list-style-type: none;
}

a.services.list.second > span.services.list.second
{
    display: none;
}

a.services.list.second.selected > span.services.list.second
{
    display: block;
    position: absolute;
    left: 105px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 7px;
    background-color: #E51937;
    font-family: "Arial";
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    text-shadow: 1px 1px 5px black;
}


div.contact.container
{
    width: 1600px;
    height: 800px;
    margin: 0 auto;
    background-image: url( "../images/contact.mobile.jpg" );
    background-size: 1600px;
    border-bottom: 10px solid red;
    overflow-y: visible;
    border-radius: 15px 15px 0 0;
}

h2.contact.container
{
    display: block;
    width: 1600px;
    margin: 0 auto 30px;
    text-align: center;
    color: white;
}

div.contact.form
{
    position: absolute;
    top: 100px;
    left: 900px;
    width: 540px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 10px black;
}

h3.contact.form
{
    margin: 0;
    height: 40px;
    padding: 10px 20px;
    background-color: #222;
    color: white;
}

p.contact.form.sub
{
    font-size: 14px;
    line-height: 16px;
    margin: 0 20px 0 20px;
}

h4.contact.form
{
    margin: 20px 20px 2px 20px;
    overflow: visible;
}

h4.contact.form > a
{
    font-size: 25px;
    text-underline-offset: 3px;
}

section.map
{
    width: 1600px;
    height: 600px;
    margin: 0 auto;
}

input.map.directions
{
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: black;
    border: none;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    border-radius: 5px;
    height: 25px;
    width: 300px;
    padding: 5px;
    font-family: "Arial";
    font-size: 20px;
    color: white;
}

div.map.directions.zoom
{
    position: absolute;
    right: 25px;
    padding: 5px 14px;
    border-radius: 10px;
    background-color: black;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
    color: white;
    cursor: pointer;
    user-select: none;
    user-focus: none;
}

[id="/Map/Directions/ZoomIn"]
{
    bottom: 95px;
}

[id="/Map/Directions/ZoomOut"]
{
    bottom: 25px;
}

div.map.directions.link
{
    position: absolute;
    top: 25px;
    right: 25px;
}

a.map.directions.link
{
    display: block;
}

img.map.directions.link
{
    margin: 5px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
}

div.map.display
{
    width: 1600px;
    height: 600px;
}

div.map.marker.image
{
    float: left;
    width: 55px;
    height: 50px;
    padding: 10px;
    border-radius: 10px;
    user-select: none;
    user-focus: none;
    background-color: black;
    background-image: url( "../images/logo.carstar.png" );
    background-repeat: no-repeat;
    background-clip: content-box;
    background-position: 10px;
    background-size: 344px 83px;
}

div.map.marker.text
{
    width: 250px;
    padding: 10px;
    color: white;
    user-select: none;
    user-focus: none;
}

div.gm-style-iw-chr
{
    display:none;
}

div.gm-style-iw.gm-style-iw-c
{
    padding: 0;
    background-color: black;
    color: white;
}

h4.map.marker
{
    margin: 0;
}

p.map.marker
{
    font-size: 16px;
    margin: 3px 0 0 0;
}

footer
{
    height: auto;
}

section.footer
{
    font-family: "Encode Sans Condensed";
    width: 100vw;
    color: white;
}

div.footer.container
{
    width: 1600px;
    margin: 0 auto;
    background-color: #000;
    height: 650px;
}

div.footer.certifications.first
{
    background-color: #FFF;
    filter: grayscale( 100% );
}

img.footer.certifications.first
{
    height: 80px;
    width: 909px;
    margin: 20px 345px;
}


div.footer.certifications.second
{
    background-color: #FFF;
    filter: grayscale(100%) opacity(0.9);
}

div.footer.certifications.second.inner
{
    margin: 0 auto;
    width: 1300px;
}


img.footer.certifications.second
{
    height: 50px;
    margin: 35px 10px;
}

div.footer.navlinks
{
    width: 1200px;
    margin: 0 200px;
}

ul.footer.navlinks
{
    display: block;
    margin: 50px 75px;
    float: left;
}

li.footer.navlinks
{
    margin: 8px;
    list-style-type: none;
}

h3.footer.navlinks
{
    margin: 0;
    font-family: "Encode Sans Condensed";
    font-weight: bold;
    font-size: 20px;
}

a.footer.navlinks
{
    font-size: 16px;
}

h4.copyright
{
    margin: 20px 0;
    clear: left;
    width: 1200px;
    text-align: center;
    font-size: 16px;
    color: white;
}