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

/* Adjust header image: display responsive - Kerlyn @ Bizzabo */
/* Edited by @Tucker (Bizzabo */
@media screen and (max-device-width: 1100px) {
  #section-1639230 > div {
 	position: relative;
  	height: 0;
  	background-size: 100% auto !important;
  	padding-bottom: calc(54% + 20px * .54);
  }
}

#section-1639230 > div{
  background-size: 100% auto !important;
  padding-top: calc(19% + 30px * 0.55);
  height: 0;
  background-attachment: inherit !important;
}
/* end */