/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/

/* Load of Font Awesome for use by Presentation Plugin */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css');

#header .logo img, #header .logo svg {
    height: 62px;
}
body.header-fixed.header-animated #header.scrolled .logo img, body.header-fixed.header-animated #header.scrolled .logo svg {
    height: 48px;
}
body.header-fixed.header-animated #header.scrolled .navbar-section {
    height: 2.8rem;
}
body.header-fixed.header-animated #header.scrolled {
    height: 2.8rem;
}
.hero-light-text h1 { color: #fff;}
.hero-roboto-text h1 { font-family: Roboto;}
.hero-roboto-text h2 { font-family: Roboto;}
.card .card-footer { display:none;}
#sidebar h5:first-of-type {
margin-top: 0rem;
}
table {
    border-collapse: collapse;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: auto;  }

table th {
  background-color: #ff9800;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
/*table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

table tr:hover td {
  background-color: #ffedcc;
}*/
table td {
  background-color: #fff;
  padding: 10px;
  font-weight: bold;
}
.sunset {box-shadow: none;}
.sunset td {border-bottom: none;}
.fri td {border-bottom: 1px solid #ccc;}
.fri thead td {color: #3085ee; font-size: medium; text-align: center;}
.sat td {border-bottom: 1px solid #ccc;}
.sat thead td{color: #3085ee; font-size: medium; text-align: center;}
.gone td {background-color: #f2f2f2; color:#b1b1b1; text-align: center;}
.next td {background-color: #3085ee; color:#fff; text-align: center;}
.future td {background-color: #cedbeb; color:#b1b1b1; text-align: center;}