a:link,
a:visited,
a:active {
    color: #fff;
    text-decoration: none;
    transition: all .4s;
}

a:hover {
    color: #d5d5d5;
    text-decoration: none;
}

a.red:link,
a.red:visited,
a.red:active {
    color: #E8151E;
    text-decoration: none;
    transition: all .4s;
}

a.red:hover {
    color: rgb(40, 42, 111);
    text-decoration: none;
}

a.white:link,
a.white:visited,
a.white:active {
    color: #fff;
    text-decoration: none;
}

a.white:hover {
    color: #f3f3f3;
}

a.dark-grey:link,
a.dark-grey:visited,
a.dark-grey:active {
    color: #270015;
    text-decoration: none;
}

a.dark-grey:hover {

}

a.btn:link,
a.btn:visited,
a.btn:active,
a.btn:hover {
    text-decoration: none;
}

.checkbox-inline a:link,
.checkbox-inline a:visited,
.checkbox-inline a:active {
    color: #E8151E;
    text-decoration: none;
    transition: all .4s;
}


.checkbox-inline a:hover {
    color: rgb(40, 42, 111);
    text-decoration: none;
}


h2,
h3,
h4 {
    font-family: 'Manzanares-Regular', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

h3 span {
    display: block;
    font-size: .6em;
    line-height: 3em;
}

h4 {
    font-size: 1.2em;
    text-align: left;
    color: #c19267;
}