/* This is a comment */
.sass-emphasis {
  color: #CF649A; }

nav.navbar .active > a {
  background-color: #CF649A; }

body {
  padding-bottom: 10px; }
  body .page-title {
    text-align: center; }
  body #main-content a {
    color: #CF649A;
    text-decoration: underline;
    font-weight: bold; }
  body #main-content a.btn {
    text-decoration: none;
    color: black;
    font-weight: normal; }

@media (max-width: 767px) {
  body {
    padding-top: 100px; } }
@media (min-width: 768px) {
  body {
    padding-top: 50px; } }

/*# sourceMappingURL=basics1.css.map */
