/* old site accent color: #db6a6b */

.jumbotron {
  background: #222;
  border-radius: 0;
}

@media (min-width: 1024px) {
  .jumbotron {
      background-color: #222;
      background-image: url('../img/piano-header.png');
      background-repeat: no-repeat;
  }
}

i.material-icons.col-icon {
    font-size: 5rem;
    color: #ddd;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

#intro-card img {
  max-height: 150px;
  max-width: 150px;
  border-radius: 50%;
  margin-top: 10px;
  border:5px solid rgba(0, 0, 0, 0.125);
}

#intro-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px;
  margin: 15px;
  border-radius: 20px;
}

#intro-card .lead {
  margin-bottom: 0;
}

.music-note-list {
  padding-left: 0;
}

.music-note-list li {
  list-style-type: none;
}

.music-note-list li:before {
  font-family: 'Material Icons';
  content: "music_note";
  -webkit-font-feature-settings: 'liga';
  padding-right: 5px;
  position: relative;
  top: 3px;
}

.text-primary, a.text-primary:hover, a, a:hover, a.text-primary:active {
  color: #db6a6b !important;
  text-decoration: none;
}

.btn-primary {
  background-color: #db6a6b;
  border: 1px solid #db6a6b;
}

.btn-outline-primary {
  border: 1px solid #db6a6b;
  color: #db6a6b;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-primary:hover, .btn-primary:active  {
  color: white;
  background-color: #db6a6b;
  border: 1px solid #db6a6b;
}

.inline-icon {
  color: #ddd;
  font-size: 2rem;
  position: relative;
  top: 12px;
  padding-right: 10px;
}

#site-footer {
  background-color: #eee;
  padding: 1.5em 0;
}

#back-to-top {
    background-color: #db6a6b;
    display: block;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    border-radius: 50%;
    color: rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    font-size: 2em;
    padding: 0.5rem;
}
