
/*Making header responsive*/

#section-4965089 > div.rowHolder.element-24101836.atom-sectionMain.cover-photo-background > div{
    display: flex;
    align-items: flex-end;
    padding: 0;
    height: 35vw;
}
#section-4965089 > div.rowHolder.element-24101836.atom-sectionMain.cover-photo-background > div > div{
    margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
    #section-4965089 > div.rowHolder.element-24101836.atom-sectionMain.cover-photo-background > div{
        height: 75vw;
    }
}

@media screen and (max-width: 450px) {
    #section-4965089 > div.rowHolder.element-24101836.atom-sectionMain.cover-photo-background > div{
        height: 121vw;
    }
}
  
/*-------End-------------*/


/*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 {}
