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

.trade-template .speakers .attendee-name, .trade-template .speakers .attendee-title, .trade-template .speakers .attendee-company {
    width: initial;
    margin-bottom: 6px;
    margin-top: 6px;
}

.trade-template h1 {
 text-transform: capitalize;
}

.trade-template h2 {
 text-transform: capitalize;
}

.orange-line {
    display: block;
    width: 40px;
    height: 5px;
    background-color: #ff9800;
    border-radius: 5px;
    margin: 0 auto 10px;
}

footer {
  background-color: #047bc1;
  font-family: 'Roboto', sans-serif;
}
