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

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

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

/*Make image responsive*/
@media only screen and (max-width: 448px){
  .section-4808198 .custom-space-bottom {
    padding-bottom: 160px;
}

.section-4808198 .custom-space-top {
    padding-top: 0px;
}
}

@media only screen and (min-width: 449px) and (max-width: 763px){
  .section-4808198 .custom-space-bottom {
    padding-bottom: 268px;
}

.section-4808198 .custom-space-top {
    padding-top: 0px;
}
}

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