/* hide default menu on header and footer and give some margin to the top of the content container */
/* #menu-main-menu, .mobile-trigger, #footer-widget-area #second, .navigational_links{ display:none!important;}
    .mobile-logo a, .logo a{ pointer-events: none!important}
  @media (min-width: 1025px){
      .container.content_wrapper{
          margin-top: 130px;
      }
}

 */


#search_wrapper.search_wrapper, .header_media, .navigational_links{
	display:none;
}
.landing_page_text_content{
	margin: 3em auto;
}

.featured_image{
    height: 400px;
    background-position: center;
}
.landing_page_title{
    margin: 2em auto;
}

.content_container{
    display: flex;
}

@media screen and (max-width: 800px){
    .content_container{
        flex-direction: column;
    }
}
