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

p
{
    line-height: 3.2vw;
    margin: 1.25vw 1.25vw 0 1.25vw;
}

.underline
{
    text-decoration: underline;
    text-decoration-color: #E51937;
    text-underline-offset: 0.75vw;
}

h1
{
    font-size: 7vw;
}

h2
{
    overflow: visible;
    margin: 1.25vw 2vw 0 1.25vw;
    font-size: 4vw;
    font-family: "Encode Sans Condensed";
    font-weight: 700;
}

h3
{
    margin: 1.25vw 2.25vw 0 1.25vw;
    font-size: 3.75vw;
    font-family: "Encode Sans Condensed";
    font-weight: 700;
}

h4
{
    margin: 1.25vw 2.25vw 0 1.25vw;
    font-size: 3.5vw;
    font-family: "Encode Sans Condensed";
    font-weight: 700;
}

h5
{
    margin: 1.25vw 2.25vw 0 1.25vw;
    font-size: 3.5vw;
    font-family: "Encode Sans Condensed";
    font-weight: 700;
}

ul.post.content
{
    padding: 0 0 0 1.25vw;
}

li.post.content
{
    overflow: visible;
}

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

div.header
{
    background-color:#0A2A47;
    width: 100vw;
    height: 50px;
    overflow: hidden;
}

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: 5px 1px;
    width: calc( ( 100vw - 27px ) / 3 - 8px );
    height: 30px;
    border-radius: 0.625vw;
    border: 1px solid #000;
    box-shadow: 0 2px 7px 1px rgba( 0, 0, 0, 0.5 );
    overflow: visible;
}

img.header.icon
{
    float: left;
    width: 1.6vw;
    min-width: 22.5px;
    height: 1.6vw;
    min-height: 22.5px;
    margin: max( 0.2vw, 3px ) max( 0.4vw, 6px );
}

span.header.label
{
    display: none;
}

span.header.info
{
    display: block;
    font-family: "Encode Sans Condensed";
    font-size: max( 2.7vw, 12px );
    line-height: 29px;
    line-break: loose;
    overflow: hidden;
    height: 29px;
}

@media only screen and (max-width: 400px) {
    img.header.icon
    {
        display: none;
    }

    span.header.info
    {
        margin: 0 0 0 1.5vw;
    }
}

a.header.logo
{
    float: left;
    display: block;
    overflow: hidden;
    width: 27px;
}

img.header.logo
{
    width: 186.75px;
    height: 45px;
}

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

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

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

div.top.headline
{
    z-index: 9;
    position: absolute;
    left: 5vw;
    width: 90vw;
    top: 14vh;
    color: white;
}

h1.top.headline
{
    z-index: 9;
    opacity: 0;
    filter: blur( 0.8333vw );
    transition: filter 1s ease-in-out;
    text-align: center;
}

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

h2.top.headline
{
    opacity: 0;
    filter: blur( 0.8333vw );
    font-size: 3.25vw;
    font-family: Poppins;
    transition: filter 1s ease-in-out;
    text-align: center;
}

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

img.top.shop
{
    position: absolute;
    z-index: 0;
    bottom: 10vh;
    object-fit: cover;
    width: 1200px;
    height: 894px;
    left: calc( ( 100vw - 1200px ) / 2 );
}

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

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

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

div.about.container
{
    width: 100vw;
    margin: 6.25vw auto;
}

div.about.focus
{
    width: 100vw;
    background-color: black;
}

img.about.focus
{
    display: none;
}

h2.about.focus
{
    width: 90vw;
    margin: 5vw;
}

p.about.focus
{
    width: 90vw;
    margin: 5vw;
}

div.about.list
{
    float: left;
    width: 100vw;
}


ul.about.list
{
    width: 100vw;
    text-align: center;
    margin: 0 0 0.25vw 0;
}

li.about.list
{
    display: block;
    float: left;
    text-align: center;
}

a.about.list
{
    display: block;
    margin: 0;
    width: 32.3333vw;
    height: 13vw;
    background-color: black;
    text-align: center;
    border-radius: 1.25vw;
    border: 0.5vw solid rgba( 255, 255, 255, 0.1);
}


a.about.list:hover,a.about.list.visible
{
    border: 0.5vw solid rgba( 255, 0, 0, 0.75);
}

img.about.list
{
    height: 7vw;
    width: 7vw;
    margin: 0.9375vw 2.1875vw 0.5vw;
}

h3.about.list
{
    margin: 0 10%;
    width: 80%;
    color: white;
    display: block;
    text-align: center;
    font-family: "Encode Sans Condensed";
    font-weight: bold;
    font-size: 2.5vw;
}

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

a.about.list.selected span.about.list
{
    display: block;
    position: absolute;
    left: 28.75vw;
    top: 0.8333vw;
    width: 3vw;
    height: 3vw;
    border-radius: 0.4375vw;
    background-color: #E51937;
    font-family: "Arial";
    font-size: 2.75vw;
    line-height: 2.75vw;
    text-align: center;
    text-shadow: 0.0625vw 0.0625vw 0.8333vw black;
}

ul.about.content
{
    float: left;
    width: 100vw;
    background-color: black;
    overflow: hidden;
}

li.about.content
{
    filter: blur( 0.8333vw );
    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;
}

h3.about.content
{
    display: block;
    margin: 5vw;
    width: 90vw;
}

p.about.content
{
    display: block;
    width: 90vw;
    margin: 5vw;
}

div.content.blog
{
    display: block;
    width: 100vw;
}

img.content
{
    display: none;
    width: 100vw;
    height: 35vw;
}

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

div.content.blog > div.post.visible
{
    display: block;
    width: 100vw;
    color: white;
    background-color: #222;
}

div.content.blog div.post.top
{
    margin: 5vw;
    width: 90vw;
    height: 30vw;
    text-shadow: 0.0625vw 0.0625vw 0.8333vw black;
}

div.post.top img.post.image
{
    float: left;
    width: 30vw;
}

div.post.top h3.post.title
{
    float: left;
    width: 50vw;
    margin: 5vw;
}

div.post.top p.post.date
{
    float: left;
    width: 50vw;
    margin: 0 5vw;
}

div.content.blog div.post.content
{
    width: 90vw;
    margin: 5vw;
}

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

div.insurance.container
{
    width: 100vw;
    margin: 6.25vw auto;
    background: #FFF;
}

div.insurance.focus
{
    width: 100vw;
    margin: 0;
}

h2.insurance.focus
{
    margin: 5vw;
    width: 90vw;
}

p.insurance.focus
{
    margin: 5vw;
    width: 90vw;
}

div.insurance.list
{
    clear: both;
}

ul.insurance.list
{
    margin: 0 0 5vw 0;
    width: 100vw;
    text-align: center;
}

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

a.insurance.list
{
    display: block;
}

a.insurance.list > img
{
    border: 0.125vw solid #DDD;
    border-radius: 0.75vw;
    width: 30vw;
    height: 15vw;
    transition: border 0.5s ease-in-out;
}

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

h3.insurance.list
{
    margin: 0;
    color: #5F5F5F;
    font-size: 2.5vw;
}

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

a.insurance.list.selected > span
{
    display: block;
    position: absolute;
    left: 26.5vw;
    top: 0.6vw;
    width: 3vw;
    height: 3vw;
    border-radius: 0.75vw;
    background-color: black;
    font-family: "Arial";
    font-size: 2.75vw;
    line-height: 2.75vw;
    text-align: center;
    text-shadow: 0.0625vw 0.0625vw 0.8333vw black;
    color: white;
}

ul.insurance.content
{
    background: #DDD;
}


li.insurance.content
{
    filter: blur( 0.8333vw );
    margin: 0;
    width: 100vw;
    height: 0;
    transition: filter 0.25s ease-in-out;
}

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

h3.insurance.content
{
    margin: 5vw;
}

p.insurance.content
{
    margin: 5vw;
    width: 90vw;
}

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

div.services.container
{
    width: 100vw;
    margin: 6.25vw auto 3.125vw;
}

p.services
{

}

div.services.focus
{
    width: 100vw;
    background-color: black;
}

h2.services.focus
{
    width: 90vw;
    margin: 5vw;
}

p.services.focus
{
    width: 89vw;
    margin: 5vw;
}

ul.services.list.first
{
    width: 100vw;
    margin: 0;
}

li.services.list.first
{
    display: inline-block;
    float: left;
    width: 31.25vw;
    margin: 0.85vw;
}

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

a.services.list.first > img.services.list.first
{
    float: left;
    width: 31.25vw;
    height: 25vw;
    border-radius: 0.9375vw 0.9375vw 0 0;
}

a.services.list.first.visible > h3.services.list.first
{
    background-color: #444;
}

h3.services.list.first
{
    margin: 0;
    border-radius: 0 0 0.9375vw 0.9375vw;
    clear: left;
    float: left;
    width: 31.25vw;
    font-size: 2.7vw;
    background-color: #111;
    text-align: center;
}

a.services.list.first ~ ul.services.list.second
{
    display: none;
}

ul.services.content.first
{
    display: block;
    width: 100vw;
    padding: 5vw 0;
    background-color: black;
}

li.services.content.first
{
    opacity: 0;
    width: 90vw;
    height: 0;
    margin: 0 5vw;
    transition: opacity 1.5s ease-in-out;
}

li.services.content.first.visible
{
    opacity: 1;
    height: auto;
    margin: 1.5625vw auto;
}

h3.services.content.first
{
    margin: 0 0 0 1.25vw;
}

h4.services.content.second
{
    border-left: 0.1875vw solid #E51937;
    border-right: 0.1875vw solid #E51937;
    padding: 0 0.625vw;
    margin: 1.25vw 0.4375vw 0 0.4375vw;
    display: inline-block;
}

a.services.content.second
{
    display: inline-block;
    margin: 1.25vw 1.25vw 0 1.25vw;
    font-size: 3vw;
    font-family: "Encode Sans Condensed";
}

li.services.content.second
{
    opacity: 0;
    height: 0;
}

li.services.content.second.visible
{
    opacity: 1;
    height: auto;
}

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

a.services.list.second.selected > span.services.list.second
{
    display: block;
    position: absolute;
    left: 6.5625vw;
    top: 0.8333vw;
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 0.4375vw;
    background-color: #E51937;
    font-family: "Arial";
    font-size: 0.9375vw;
    line-height: 0.9375vw;
    text-align: center;
    text-shadow: 0.0625vw 0.0625vw 0.8333vw black;
}


div.contact.container
{
    width: 100vw;
}

h2.contact.container
{
    display: block;
    width: 100vw;
    margin: 0 auto 1.875vw;
    text-align: center;
    color: white;
}

div.contact.form
{
    width: 100vw;
    margin: 5vw 0 0;
    background-color: white;
    border-bottom: 1vw solid red;
}

h3.contact.form
{
    margin: 0;
    padding: 0.625vw 1.25vw;
    background-color: #111;
    color: white;
}

p.contact.form.sub
{
    font-size: 2.25vw;
    margin: 0 1.25vw 2vw 1.25vw;
}

h4.contact.form
{
    margin: 1.25vw 1.25vw 0.125vw 1.25vw;
}

h4.contact.form > a
{
    font-size: 4vw;
    text-underline-offset: 0.5vw;
}

section.map
{
    width: 100vw;
    height: 100vw;
    margin: 0 auto;
}

input.map.directions
{
    position: absolute;
    top: 1.5625vw;
    left: 1.5625vw;
    background-color: black;
    border: none;
    box-shadow: 0 0.125vw 0.4375vw 0.0625vw rgba(0,0,0,.3);
    border-radius: 0.8333vw;
    height: 2.5vw;
    width: 22.5vw;
    padding: 0.8333vw;
    font-family: "Arial";
    font-size: 2.5vw;
    color: white;
}

div.map.directions.zoom
{
    position: absolute;
    right: 1.5625vw;
    padding: 0.8vw 2.24vw;
    border-radius: 0.4375vw;
    background-color: black;
    box-shadow: 0 0.125vw 0.4375vw 0.0625vw rgba(0,0,0,.3);
    font-family: Arial;
    font-weight: bold;
    font-size: 4vw;
    color: white;
    cursor: pointer;
    user-select: none;
    user-focus: none;
}

[id="/Map/Directions/ZoomIn"]
{
    bottom: 8.65vw;
}

[id="/Map/Directions/ZoomOut"]
{
    bottom: 1.5625vw;
}

div.map.directions.link
{
    position: absolute;
    right: 1.5625vw;
    top: 1.5625vw;
}

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

img.map.directions.link
{
    margin: 0.3125vw;
    width: 8vw;
    height: 8vw;
    border-radius: 0.625vw;
    box-shadow: 0 0.125vw 0.4375vw 0.0625vw rgba( 0, 0, 0, .3 );
}

div.map.display
{
    width: 100vw;
    height: 100vw;
}

div.map.marker.image
{
    float: left;
    width: 7vw;
    height: 8vw;
    padding: 0.75vw;
    border-radius: 0.625vw;
    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: 0.625vw;
    background-size: 49vw 13vw;
}

div.map.marker.text
{
    width: 38vw;
    padding: 1vw;
    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: 2.75vw;
    margin: 0.1875vw 0 0 0;
}

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

div.footer.container
{
    width: 100vw;
    height: 105vw;
    margin: 0 auto;
    background-color: #000;
}

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

img.footer.certifications.first
{
    height: 5vw;
    width: 56.8125vw;
    margin: 1.25vw 21.5625vw;
}


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

div.footer.certifications.second.inner
{
    margin: 0 auto;
    width: 81.25vw;
}


img.footer.certifications.second
{
    height: 3.125vw;
    margin: 2.1875vw 0.625vw;
}

div.footer.navlinks
{
    width: 100vw;
}

ul.footer.navlinks.highlights
{
    display: none;
}

ul.footer.navlinks.sections
{
    display: block;
    margin: 5vw auto;
    width: 60vw;
}

ul.footer.navlinks.location
{
    width: 60vw;
    margin: 5vw auto;
}

li.footer.navlinks.location a.header.logo
{
    width: 60vw;
}

li.footer.navlinks.location img.header.logo
{
    width: 60vw;
    height: 14.458vw;
}

a.footer.navlinks.location
{
    font-size: 4vw;
}

li.footer.navlinks
{
    float: left;
    margin: 1vw 0;
}

li.footer.navlinks
{
    clear: left;
}

li.footer.navlinks.sections:first-child, li.footer.navlinks.highlights:first-child
{
    display: none;
}

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

a.footer.navlinks.sections
{
    font-family: "Encode Sans Condensed";
    font-weight: bold;
    font-size: 3vw;
    margin: 2vw 4vw 2vw 0;
}

a.footer.navlinks.highlights
{
    display: none;
    font-family: "Encode Sans Condensed";
    font-weight: bold;
    font-size: 2.5vw;
    margin: 2vw 4vw 2vw 0;
}

h4.copyright
{
    margin: 1.25vw auto;
    clear: left;
    width: 75vw;
    text-align: center;
    font-size: 3.9vw;
    color: white;
}