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

/*Navigation bar to lower case*/
.nav-menu-btn {
  text-transform: capitalize !important;
}

/*Change All Caps to Sentence Case*/
.trade-template h1 {
 text-transform: none;
}

/*Change Sentence Case to Caps*/
.trade-template button {
 text-transform: uppercase;
}

/*Change All Caps to Sentence Case*/
.trade-template h2 {
 text-transform: none
}

/* to remove transparent overlay 
.trade-template .cover-photo-background {
background-image: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto:best,c_crop,g_custom/v1622825874/itfvj2o4rdaheo376j9i.png) !important;
}*/

