/* ############# CUSTOM STYLES #############^/

/* CORE AND MISC MODS */
body{ padding-top: 51px; }
hr.light {
    border-color: #CBC8C5;
    max-width: none;
}
#illustrations-img { padding-top: 7px; }
.bg-lt-gray     { background-color: #F3F2EF;}
.logo-padding   { padding: 10px 0; }
.navbar { font-family: 'montserratsemi_bold', sans-serif !important; }
.learn-more-link { padding-bottom: 10px; }

/* FORM MODS */
.contact-form .form-control {
    border-radius: 0;
    border: 2px solid #8DA0A6;
}
.label { font-family: 'montserratsemi_bold', sans-serif; }
.label-default {
    background-color: #8FA2A8;
    font-weight: normal;
    text-transform: uppercase;
}
.btn, .label { border-radius: 0; }
.btn-default {
    background-color: #8FA2A8;
    color: #FFF;
}

/* TEXT MODS */
p { font-family: 'montserratregular', sans-serif; }
footer p { padding-top: 10px;}
a.h4 {
    font-family: montserratregular, sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #8DA0A6;
}
.text-faded { color: #555555;}
.text-white { color: white;}
.text-blue  { color: #8DA0A6; }

/* SECTION MODS */
.section-heading { font-family: 'sanchezregular', sans-serif;}
#about      { background-image: url(../img/background-about.jpg); }
#the-book   { background-image: url(../img/the-book-background-gray.png); }