/* CSS for unipark brand*/

.footer {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 1rem;
}

.img.brand{
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 0;
  }
  
  .img.brand{
    width: 10rem;
  }
}
