body {
    width: 100%;
    margin: 0 auto;
    font-family: Raleway;
    font-size: 14px;
    line-height: 24px;
    color: #818181;
}

footer {
    text-align: center;
    margin: 20px;
}

h2 {
    font-family: Raleway;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2d2d2d;
}

h4 {
    font-family: Raleway;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2d2d2d;
}

h6 {
    font-family: Raleway;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 0px;
    text-transform: none;
    color: #666666;
}

header {
    padding: 20px;
}

    header nav {
        display: inline-block;
    }

        header nav a {
            display: inline-block;
        }

        header nav ul {
            display: inline-block;
            list-style: none;
            margin-top: 10px;
            text-align: right;
            padding: 0;
        }

            header nav ul li {
                display: inline-block;
                padding: 0;
                margin-left: 20px;
                cursor: pointer;
            }

                header nav ul li a {
                    color: #555555;
                    font-size: 12px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    font-family: Raleway;
                    text-transform: uppercase;
                }

                    header nav ul li a.active {
                        color: #ed850e;
                    }

.alternate {
    background-color: #f6f6f6;
}

.brad-icon {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f4bf1e;
    font-size: 52px;
}

.underline {
    display: inline-block;
    border-bottom: solid;
    border-bottom-color: #F7BE68;
    border-bottom-width: 1px;
    margin-bottom: 35px;
}

.margin {
    margin-top: 35px;
    margin-bottom: 15px;
}

.no-margin {
    margin: 0;
}

.center {
    text-align: center;
}

.call-out {
    text-align: center;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.service {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .service h2 {
        padding-top: 20px;
    }
