/* FSU Custom Homepage Styles */

body.front h1.page-header {
  display: none;
}

@media (min-width: 1000px) {

  #homepage-digital-library-portal-wrapper {
    text-align: left;
    float: left;
    width: 50%;
    padding-right: 50px;
  }

  #homepage-research-repository-portal-wrapper {
    float: right;
    width: 50%;
    padding-left: 50x;
  }

}
