body {
    font-size: 16px;
}

h1 {
    margin-top: 10px;
}


.business-header {
    background-color: #333;
    color: #fff;
}

.intro {
    background-color: #ea1300;
    color: #fff;
}

.section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section.intro a {
    color: #222;
}

.section.dark {
    background-color: #333;
    color: #fff;
}

.section.grey {
    background-color: #FBFBFB;
    color: #555;
}

.section.link {
    text-align: center;
}

.section.link .item {
    background-color: #fff;
    padding: 20px;

}

.img-responsive {
    max-width: 100%;
}

ul li {
    text-align: left;
    font-weight: bold;

}

ul li a {
    color: #ea1300;
    text-decoration: none;
}

footer {
    padding: 15px;
    text-align: center;
}
