/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.main_page_img {
    /* choose one overlay color: black to darken, white to fade */
    background:
      linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), /* overlay */
      url("../img/our/save-the-date-no-text.png") center/cover no-repeat; /* image */
  }