 body {
      padding-top: 73px; 
     }
        .message-error {
            padding: 1em;
            margin-bottom: 1em;
            border: 1px solid #f5c6cb;
            color: #721c24;
            background-color: #f8d7da;
            border-radius: .25rem;
        }
        .message-success {
            padding: 1em;
            margin-bottom: 1em;
            border: 1px solid #c3e6cb;
            color: #155724;
            background-color: #d4edda;
            border-radius: .25rem;
        }
        .message-info {
            padding: 1em;
            margin-bottom: 1em;
            border: 1px solid #bee5eb;
            color: #0c5460;
            background-color: #d1ecf1;
            border-radius: .25rem;
        }

html {font-size: 16px;}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: false;
  line-height: 1.65;
}

p {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: true;
  line-height: 1.15;
}

h1,
.text-size-h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 3.05em;
}

h2,
.text-size-h2 { font-size: 2.44em; }

h3,
.text-size-h3 { font-size: 1.95em; }

h4,
.text-size-h4 { font-size: 1.56em; }

h5,
.text-size-h5 { font-size: 1.25em; }

.text-caption { font-size: 0.8em; }

small,
.text-small {
  font-size: 0.64em;
}