/* #Custom Styles
================================================== */


  @media screen and (max-width: 600px) {
  #googlecalendar {
    visibility: hidden;
    display: none;
  }
}
  
  
iframe { overflow:hidden; }

.anchor{
  display: block;
  height: 200px; /*same height as header*/
  margin-top: -200px; /*same height as header*/
  visibility: hidden;
}
  

/* Google Calendar */
@media screen and (min-width: 550px) {
.cal-mobile {
  visibility:hidden;
  display:none; 
}
}

@media (max-width: 550px) {
.cal-full-page {
  visibility:hidden;
  display:none; 
}
}
