* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2 {
    font-weight: 300;
    text-transform: uppercase;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    font-weight: 400;
    font-size: 110%;
    margin-bottom: 15px;
}

.col p {
    font-size: 90%;
    line-height: 145%;
}

.jumbotron {
    background-image: url("../assets/images/hero.jpg");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 50vh;
    margin-top: 50px;
    margin-bottom: 0;
}

#centerville {
    width: 100%;    
}

.navbar {

}

#navbarNav {
    margin-top: 2em;
}

.nav-item {
    margin-left: 3em;
}


#tagline {
    margin-top: 28px;
    text-align: center;
    margin-bottom: 38px;
}

#about {
    padding: 30px;
}

.alert {
    text-align: center;
    position: fixed;
    z-index: 9999;
}

#map {
    height: 500px;
    width: 100%;
    z-index: 0;
}

.orange {
    color: darkorange;
}

#order {
    padding-top: 68px;
}


/* ----------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------- */

footer {
    background-color: #333;
    padding: 50px;
    font-size: 80%;
    text-align: center;
}

.footer-nav {
    list-style: none;
    text-align: center;
}

.social-links {
    list-style: none;
    text-align: center;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited, 
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.fa {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-twitter:hover {
    color: #00aced;
}

.fa-google-plus:hover {
    color: #dd4b39;
}

.fa-instagram:hover {
    color: #517fa4;
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 20px;
}

  ::-webkit-scrollbar {
    width:3px;
    height:0px;
    border-left:0;
    background:rgba(0,0,0,0.1);
  }
  ::-webkit-scrollbar-track {
    background:none;
  }
  ::-webkit-scrollbar-thumb {
    background:#fcab13;
    border-radius:0;
  }

.spacer {
    margin-top: 20px;
}

.testimonials {
    padding: 30px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../assets/images/Centerville.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../assets/images/Centerville.jpg);
    background-size: cover;
    color: #FFF;
    background-attachment: fixed;
}

.testimonials .heading {
    text-align: center;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;
}