h2.text-uppercase.blackbg {
    background: #000;
    opacity: 0.75;
}

.mylogo {
  width: 300px;
}

hr.fullwidth {
  max-width: 100%;
  margin-bottom: 2rem !important;
}

.mypic {
  width: 140px;
}

@media (max-width: 414px) {
  .mylogo {
    width: 210px;
  }
}
