
/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}

/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/*Top navigation bar container*/
.template-nav {}

/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}
/*Making custom element responsive mario.r@bizzabo.com ZD:184317*/

#section-5801097 > div{
  min-height: 90vh;
  background-image: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1741080790/wwcgutlunwh5ml7hcnbm);
  display: flex;
  justify-content: center;
  align-items: center;
}

body > div.main-view.footer-padding{
  max-height: 95vh;
}

/*Hiding system footer*/
body > footer{
  display: none;
}

/*Styling custom footer*/
#section-5896578 > div > div{
    padding: 0;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

   .links_container{
        width: 100%;
        display: flex;
        justify-content: space-around;
    flex-wrap: wrap;
    color: #fff;
    font-size: 16px;
      }
      .links_container> a{
        text-decoration: none;
        color: #fff;
      }
   