@import url(https://fonts.googleapis.com/css?family=Bitter:700);

html {
    font-size: 16px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', sans-serif;
}

#nav {
    height: 52px;
    margin: 20px 0;
}

.navbar .tel {
    display: block;
    padding: 0.9rem;
}

a[href^="tel:"] {
    position: relative;
}

a[href^="tel:"]:before {
    content: "\2706\00a0";
    font-size: 1.5rem;
    vertical-align: middle;
}

.carousel-inner img {
    width: 100%;
}

.carousel-control .icon:before {
    font-size: 10rem;
    line-height: 0.25rem;
}

#home-info dt {
    margin-top: 0.5rem;
}

.side-nav {
    margin-top: 1.5rem;
}

.side-nav ul {
    padding: 0;
}

.side-nav li {
    list-style: none;
}

.side-nav a {
    display: block;
    font-size: 1.2em;
    padding: 5px 10px;
    margin: 2px 0;
    border-radius: 4px;
}

.side-nav a:hover {
    background: #eee;
}

.side-nav .active a {
    background: #eee;
}
