
a:hover {
  color: #fff;
  text-decoration: none;
}

.hero             {font-size: 16px;font-weight:400}
.hero .heading    {font-size:2.5em;font-weight:400}  /* Headers */
.hero .subheading {font-size:1.6em;font-weight:400}  /* Subheaders - Dialog titles */
.hero p.large     {font-size:2.3em;font-weight:300}  /* Body Large - Dialogs */
.hero p ul        {font-size:1.9em;font-weight:400}  /* Body - Body text, lists, default size */
.hero p.alt       {font-size:1.7em;font-weight:400}  /* Body Medium - Med. body text and btn label */
.hero p.small     {font-size:1.5em;font-weight:400}  /* Body Small - Status bar */
.hero p.mini      {font-size:1.4em;font-weight:400}  /* Body Mini - Fine print and status bar */
.hero p.micro     {font-size:1.3em;font-weight:400}  /* Body Micro - Application icon label */

.super.hero       {font-size: 24px;font-weight:400}

.fixed { position: fixed; }
.fixed.fullscreen { top: 0; bottom: 0; left: 0; right: 0; }

.table { display: table; }
.table-row { display: table-row; }
.table-cell { display: table-cell; }

.table.table {background: inherit}

.container.table { padding-left: 0; padding-right: 0; }
.table-row.row { margin-left: 0; margin-right: 0; }
.table-cell[class*="col-"] { padding-left: 0; padding-right: 0; float:none; }
.table-cell.va-m { vertical-align: middle; }

.fullscreen.table-container,
.fullscreen.table { height: 100%; width: 100%; overflow: auto; line-height: 1; }

.no-margin { margin: 0 auto; }
.valign-m { vertical-align: middle; }

.facebook-color { color: #3B5998 }
.linkedin-color { color: #007BB6 }
.twitter-color  { color: #00ACED }
.whatsapp-color  { color: #4dc247 }

.facebook-bg { background-color: #3B5998 }
.linkedin-bg { background-color: #007BB6 }
.twitter-bg  { background-color: #00ACED }
.whatsapp-bg { background-color: #4dc247 }

.social-sharers .btn { padding-left: 10px; padding-right: 10px; }

.facebook-color.btn:hover { background-color: #3B5998; color: #fff !important }
.linkedin-color.btn:hover { background-color: #007BB6; color: #fff !important }
.twitter-color.btn:hover  { background-color: #00ACED; color: #fff !important }
.whatsapp-color.btn:hover { background-color: #4dc247; color: #fff !important }
