.navbar-nav {
	color: #000;
}
body {
    background-color: #fff;
}

#servicelist li,
#social-icons li,
.brand {
    display: inline-block;
}

#form-messages,
#servicelist li,
.quote-carousel h2,
.towtypes,
footer {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 700;
    color: black;
}

.navbar-inverse .navbar-brand,
body {
    color: #fff;
}

body {
    padding-top: 100px;
}

.navbar-fixed-top {
    height: 100px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav>li>a:hover {
    color: orange;
}

.navbar-header {
    float: none!important;
}

#brand-logo {
    float: left;
    width: 94px;
    padding: 5px;
}

#brand-logo img {
    width: 100%;
    margin-top: 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid orange;
}

.navbar-nav {
    margin-top: 25px;
    margin-left: 50px;
}

.brand,
.navbar-toggle {
    margin-top: 30px;
}

.brand {
    font-size: 22px;
}

@media screen and (max-width:767px) {
    .navbar-nav {
        margin-top: 0;
        margin-left: -15px;
    }
}

.business-header {
    height: 400px;
    background: url(../img/banner.jpg) center 65% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#servicelist {
    list-style-type: none;
    padding: 0;
}

#servicelist li {
    margin: 0 15px 10px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid orange;
    color: black;
}

.tagline {
    text-shadow: 0 0 10px #111;
}

.img-center {
    margin: 0 auto;
    border: 2px solid orange;
}

@media screen and (max-width:480px) {
    .img-center {
        max-width: 220px;
        margin-top: 10px;
    }
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

.quote-btn {
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.row {
    margin: 40px 0;
}

.towtypes .col-sm-4 {
    margin-bottom: 40px;
}

.townow {
    padding: 0;
}

.townow h1 {
    font-size: 28px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin: 0;
}

.navbar-inverse {
    border-color: orange;
    background-color: #000;
}

#social-icons {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#social-icons li {
    margin: 5px 15px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    color: #444;
    font-size: 20px;
    background-color: orange;
}

#social-icons li:hover {
    background-color: #444;
    color: orange;
}

@media screen and (max-width:768px) {
    #social-icons {
        justify-content: space-around;
    }
}

#contact {
    margin: 100px 0;
}

#contact address {
	color: #000;
}

#contact-heading {
    margin-top: 0;
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

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

#quote form {
    max-width: 600px;
    margin: 0 auto;
}

#quote h4 {
    margin: 15px 0 0;
}

.quote-field {
    margin: 5px 0 0;
}

#form-messages {
    color: #000;
    border-radius: 10px;
    padding: 10px;
}

#form-messages.success {
    background-color: green;
}

#form-messages.error {
    background-color: red;
}

.quote-field input,
select {
    width: 100%;
    color: #000;
    border: 1px solid #000;
}

.quote-field input[type=radio] {
    width: 15px;
}

.quote-field input[type=date] {
    width: 45%;
}

.quote-field input[type=time] {
    width: 45%;
    float: right;
}

.quote-field textarea {
    width: 100%;
    min-height: 100px;
    color: #000;
}

.quote-field button {
    display: block;
    margin: 20px auto;
    padding: 5px 10px;
    width: 50%;
    min-width: 180px;
    text-align: center;
    font-weight: 700;
    color: #000;
}

.quote-field button:hover {
    background-color: #444;
    color: #fff;
}

.quote-field.single {
    width: 25%;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.footer {
    background-color: #000;
}

.copyright,
footer {
    margin: 25px 0;
}

.copyright p {
    margin: 0;
    color: #555;
    font-weight: 700;
}

.quote-carousel .row,
.quote-carousel h2 {
    margin: 0;
}
#quote-carousel p {
	color: #000;
}
.carousel-inner blockquote {
    padding: 5px;
    font-size: 16px;
}

#donate p {
	color: #000;
}

@media screen and (max-width:540px) {
    #social-icons li {
        margin: 5px;
    }
}

p {
	color: #000;
}