body{
	// background: #f5f5f5 !important; 
}
@media all and (min-width: 56.25em){
  .main {
    padding: 0 8.334%;
  }
}
.menu-primary-container {
    float: right;
}
@media (max-width: 87.5em){
  .site-header {
      border-bottom: solid 3px #1da5f6;
  }
}
@media (min-width: 87.5em){
  .site-header:after {
      height: 3px;
      background: #1da5f6;
  }
}

.site-header img.logo {
    width: 200px;
    margin-top: 5px;
}
.site-header .tagline {
    display: none;
}
.site-header #menu-primary-items {
    font-size: 1.4rem;
}