/* Beginning of Ticket 99320 - Steve */

/* To reduce margin top and bottom of logo for desktop view */

.logo {
  margin: 20px 0; /* originally 70px */
}

/* To reduce space under social icons - not currently using */

.social {
  margin-bottom: 20px; /* originally 60px */
}

.menu {
  margin-bottom: 20px; /* originally 40px */
}

/* To ensure white gap down left and right sides of images */
#masonry-gallery {
    margin-right: 0px; /* -5px */
    margin-left: 5px;

}

/* End of Ticket 99320 */

/* Start ic 1902606009 */

/* adjust title page font */

.page-2957615 #title_1 > a > span{
font-size: 0.7em!important;
}

/* End ic 1902606009 */

/*  DM  to hide hamburger menu on mobile  17814200431605 */

.mobile-menu-trigger svg {
    fill: #515151;
    display: none;
}

/*  end */

