/* Custom CSS */
@media screen and (min-width: 90em) {
  .ro-header {
    height: 135px;
  }
  .ro-header__brand .ro-header__logo {
    margin-top: 60px;
    width: 250px;
  }

  #main-nav {
    margin-top: 35px;
  }

  .ro-header__extra {
    margin-top: 35px;
  }
  
}

@media screen and (max-device-width: 480px) {

  .ro-header__brand .ro-header__logo {
    height: 80px !important;
    margin-top: 12px;
  }
  
}