/* hide andy section */

@media screen and (max-width: 940px) {
.andy {
display: none;
}
  
  
  
  /* Make masthead reduce height when display is under 640px */
@media screen and (max-width: 640px) {
  body.responsive #masthead-widgets .widget {
    width: auto;
    float: none;
    padding: 0;
    padding-bottom: 0px;
  }
}

  /* Make masthead reduce height when display is under 640px */
@media screen and (max-width: 640px) {  
#masthead .hgroup {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
  
    /* Make masthead reduce height when display is under 780px */
@media screen and (max-width: 780px) {  
.panel-grid {
  margin-bottom: -20px !important;
    margin-top: -20px !important;
  }

