/*============================================================================
  #Settings Variables
==============================================================================*/
/* BREAKPOINT VARIABLES */
/* COLOR VARIABLES */
/* TYPOGRAPHY VARIABLES */
/*============================================================================
  #BB Book #1 Stylesheet
==============================================================================*/
/* GENERAL STYLES */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, img {
  margin: 1.5rem 0; }

/* SPECIFIC STYLES */
/* SECTION STYLES */
.header, .footer {
  font-size: 16px; }

.section .container, .header .container, .footer .container {
  max-width: 980px; }

/* HEADER STYLES */
.header .logo--text {
  font-weight: 400; }
  .header .logo--text span {
    color: #e74c3c; }
.header a {
  font-family: Open Sans;
  text-transform: uppercase; }

/* FORM STYLES */
form input.form-control:not([type=checkbox]):not([type=radio]) {
  border-radius: 3px;
  padding: 7px 10px;
  margin: .5rem 0; }

.custom-form h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 0; }
.custom-form h3 {
  font-size: 20px; }
.custom-form p {
  line-height: 1.88; }

/* LAYOUT STYLES */
@media (max-width: 767px) {
  .section [class*="col-md"] {
    display: block;
    width: 100%; } }