html,
body {
    height: 100%;
    background-color: #fff;
}

body {
    padding-top: 80px;
}

/*---- navigation --*/
.navbar-right {
    margin-right: 0px;
}

.navbar-brand a {
    height: 104px;
    padding-bottom: 10px;
}

.phonediv {
    margin-bottom: -35px;
    margin-right: 0px;
    margin-top: 10px;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

/*--
.navbar {
    min-height: 120px !important;
} --*/
.navbar .appointment {
    margin-top: 37px;
}

/*--
.navbar-default .navbar-collapse {
    margin-top: -8px;
} --*/
.yamm ul li {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    list-style-type: none;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: bold;
}

.appointment .btn {
    padding: 10px 15px 10px 15px;
    margin: 0px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 4px;
    margin-bottom: 0px;
    background: #003399;
    width: 98%;
}

.phone-txt {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-default .navbar-nav > .open > a::before {
    content: "\020";
    position: absolute;
    bottom: 7px;
    left: 50%;
    height: 4px;
    width: 50px;
    margin-left: -35px;
    background: #235698;
    opacity: 1;
    transition: all 0.2s ease-in;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #235698;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #235698 !important;
}

/* -- Button --*/
.btn.btn-primary {
    background: #235698;
    color: #fff !important;
}

.btn.btn-primary:hover {
    background: #fff;
    border: 1px solid #235698;
    color: #235698 !important;
}

.btn.btn-primary:focus {
    background: #fff;
    border: 1px solid #235698;
    color: #235698 !important;
}

/* -- Top image -- */
.masthead {
    margin-top: 0px;
}

/*-- logo-sm --*/
.logo-sm {
    max-width: 140px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/*-- intro --*/
.intro {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: -5px;
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
    color: #1A2F5A;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
}

p {
    font-size: 16px;
    color: #000;
}

/*-- call out boxes --*/
.content-3-6 .feature-box {
    background: #235698;
}

.content-3-6 .feature-box:hover {
    background: #235698;
}

.fa-wrench,
.fa-paint-brush,
.fa-car-crash,
.fa-map-marker-alt {
    color: #84d032;
}

h3 {
    font-weight: 500;
}

.content-3-6 .feature-box p {
    font-weight: 300;
    opacity: 1;
}

.feature-box .btn-primary {
    background-color: #84d032 !important;
}

.feature-box .btn-primary:hover {
    background-color: #fff !important;
}

/*-- map --*/
.navaddress2 {
    font-size: 20px!Important;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}

.navaddress,
.navaddress a {
    font-size: 17px!Important;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: -18px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

#quote-carousel img {
    width: 250px;
    height: 100px;
}

/* End carousel */
.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

/**
  MEDIA QUERIES
*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/*-- back to top -- */
.btt .btn-lg {
    background: #687072;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    color: #fff;
    z-index: 1000;
    border: 1px solid #fff;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/*-- zoom --*/
.zoomvisible {
    opacity: 1 !Important;
}

/*-- footer -- */
.footer-wrap-1-1 {
    background-color: #235698!Important;
    margin-top: 10px;
}

.footer-1-1 a {
    color: #fff;
    font-weight: bold;
}

.footer h1 {
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-right: 40px;
    padding-left: 20px;
}

.copywrite {
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-right: 40px;
    padding-left: 20px;
    padding-bottom: 25px;
}

.copywrite a {
    color: #fff;
}

.footer-1-1 h4 {
    margin-top: -10px;
    margin-bottom: 10px;
    line-height: 1;
    padding-bottom: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 22px;
}

/*-- google map --*/
.google-maps {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 30px;
}

.google-maps iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*-- modal --*/
.a-modal {
    text-align: center;
    font-weight: 500;
    font-size: 3vw;
}

.serving {
    text-align: center;
    font-size: 3vw;
    font-weight: 500;
}

.gallery {
    background-color: #fff;
}