.logo {
max-height: 50px;
}

.home .logo {
    width: auto;
    margin: 8em auto;
    margin-top: 3em;
    max-height: 100px !important;
    margin-bottom: 3em;
}

.home .primary-announcements {
   margin: 2em 0;
}

.linked-cards {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.header-searchbox-container {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.home .secondary-announcements {
  margin-top: 15px !important;
  margin-bottom: 15px !important;

}

html body .home h2 {
  color: #a04000 !important;
}

/* remove extra whitespace */
.home .search-box-flex {
   flex: 0;
}