/* Text Colors */
a,
.title-tinted,
.paragraph-lead,
.button:hover,
button:hover,
input[type="button"]:hover,
blockquote.quotes:before,
blockquote.quotes:after,
.highlight,
.nav-trigger.active,
.service-box:before,
.feature-box:hover:before,
.feature-title,
.article-nav .post-title,
.bypostauthor .comment-container .comment-author,
.tags a:hover {
    color: #b32017;
}

@media only screen and (min-width: 992px) {
    .main-nav ul li ul .active > a,
    .main-nav ul li ul li a:hover {
        color: #b32017;
    }
}

@media only screen and (max-width: 992px) {
    .main-nav ul .active > a,
    .main-nav ul .active > a:after,
    .main-nav ul li:hover > a:after,
    .main-nav > ul:hover > .active > a,
    .main-nav ul li:hover > a {
        color: #b32017;
    }
}

/* Background Colors */
a:hover,
a:focus,
.button,
.button,
button,
input[type="button"],
.dropcap.color,
blockquote.colored,
.circle-stats p:before,
.pricing-table .pricing-edition .special-lead,
.flex-control-nav li .flex-active,
.flex-control-nav li a:hover,
.tab-nav .active a,
.tab-nav li a:hover,
.collapse-title,
.collapse-title:hover,
.progress-default {
    background-color: #b32017;
}

.section-split.tinted {
    background-color: #e1e1e1;
}

/* Border Colors */
a,
.button,
.button,
button,
input[type="button"],
blockquote,
blockquote.pull-left,
blockquote.pull-right {
    border-color: #b32017;
}

/* Selection Text */
::-moz-selection {
    background: #0f6256;
    color: #4accb9;
    text-shadow: none;
}

::selection {
    background: #0f6256;
    color: #4accb9;
    text-shadow: none;
}

.reverse-button {
    background-color: #ffffff;
    color: #b32017;
}

.reverse-title {
    color: #ffffff;
}

.section-headline-white {
    color: #ffffff;
    font-size: 3.5em;
    font-family: "Raleway";
    font-weight: 100;
    text-align: center;
}

.section-headline-orange {
    color: #b32017;
    font-size: 3.5em;
    font-family: "Raleway";
    font-weight: 100;
    text-align: center;
}

.sub-head-headline {
    color: #000000;
    font-size: 1.5em;
    font-family: "Raleway";
    font-weight: 100;
    text-align: center;
    padding-bottom: 3px;
}

.sub-head-text {
    color: #000000;
    font-size: 1.0em;
    font-family: "Raleway";
    font-weight: 100;
    text-align: center;
    padding-bottom: 10px;
}

.orange-headline {
    color: #b32017;
    font-size: 2.0em;
}
.umberto {
    background-image: url("../images/umberto.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 345px;
    margin-top: 30px;
}

.umberto-text {
    width: 650px;
    position: relative;
    top: 20%;
    left: 100px;
}

a.big-link {
    color: #b32017;
    font-size: 1.5em;
    font-family: "Raleway";
    font-weight: 300;
}

a.big-link:hover {
    color: #ffffff;
    text-decoration: none;
}

a.underline {
    text-decoration: underline;
}

p.quoted {
    text-align: right;
}
