@media only screen and (max-width: 600px) {
#OverviewBanner .BannerInfo .DateRange {
     font-size: 20px;
     color: black !important;
     margin-bottom: 7px;
     margin-top: 5%;
     }
     
.callout-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .15) 0 0 9px 1px;
    overflow: auto;
    padding: 25px;
    margin: 30px;
    }     

.navbar-is-static-top {
     background-color: #f7f8f3;
     }

.region-sidebar-second {
     margin-top: 5% !important;
     }
}

.general-page-body-container {
     background-image: url("/sites/default/files/assets/cirb-eddays/CIRB_Logo_RGB.jpg"); /* The image used */
     background-size: 60%;
     background-position: top center;
     background-repeat: no-repeat; /* Do not repeat the image */
     }

#eventsreg-nav-bar {
     background-color: #383838;
     }

h2 {
     margin-top: 16%;
     }

.site-footer {
  background: #383838;
}

   .headshots {
            float: left;
            padding: 0 20px 20px 0;
          }
          


.tspacing.table>tbody>tr>td {
    padding: 30px 0 30px 0;
    }
