@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/* Import Roboto */
.umkc-title {
  font-family: 'Roboto', sans-serif;
}
/* OneCampus Resets */
#logo,
#mobileLogo,
.brand-name {
  display: none !important;
}
sd-sidebar {
  border-top: none !important;
  box-shadow: none !important;
}
#main_search {
  padding: 1rem;
}
/* UMKC Header */
.umkc-header {
  background: var(--header-background-color);
  border-top: solid 6px #ffd52f;
  padding: 1rem 0 2rem;
}
.umkc-logo {
  margin-right: 2rem;
  width: 125px;
}
.myroo-logo {
  margin-top: 1.5rem;
  width: 150px;
}
@media screen and (min-width: 992px) {
  .umkc-logo {
    width: 200px;
  }
  .myroo-logo {
    width: 300px;
  }
}
.umkc-title {
  color: #ffd52f;
  font-size: 32px;
  line-height: 0.5;
  font-weight: bold;
}
@media screen and (min-width: 992px ) {
  .umkc-title {
    font-size: 52px;
  }
}
/* UMKC Footer */
.footer {
  border-top: 6px solid #ffd52f;
  /* Brand color secondary (accent color) */
  background: var(--header-background-color);
  margin: 0;
  padding: 1rem 0 1.5rem 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer span {
  display: block;
  margin-top: 0.5rem;
}
