html, body {
  background-color: #000;
}

body {
  height: 100%;
}

p {
  color: #333;
  line-height: 1.6em;
}

:focus {outline: none !important; box-shadow: none !important;}
::-moz-focus-inner {border:0;}

.card {
  margin: 0;
}

.section-banner {
  background-color: #000;
  padding: 1em 0;
}

.section-banner .banner-image {
  max-width: 480px;
  margin: 0 auto;
}

.section-banner .banner-image img {
  width: 100%;
  height: auto;
}

.section-player {
  background-color: #333;
  background-image: url('../images/background.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-player .section-player-content {
  background-color: rgba(0,0,0,0.5);
  padding: 5em 0;
}

.section-player button:focus {
  background-color: transparent;
}

.section-player .slick {
  display: none;
}

.section-player .slick .item {
  border: 1px solid #000;
  margin: 1em 0.5em;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  color: #ccc;
}

.section-player .slick .item-on {
  border: 1px solid #ffab40;
}

.section-player .slick .item-on h6 {
  color: #ffab40;
}

.section-player .slick .item:hover h6 {
  color: #ffab40;
}

.section-player .slick .item .image {
  height: 135px;
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-player .slick .item h6 {
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 500;
}

.section-text {
  background-color: #fafafa;
  padding-top: 2em;
  padding-bottom: 1em;
}

.section-text .title {
  text-align: center;
}

.section-text .title h4 {
  font-family: 'Futura-Bold';
  text-transform: uppercase;
  color: #333;
}

.section-text .card-title {
  font-family: 'Roboto';
  font-size: 16px;
  text-transform: uppercase;
}

.section-text p {
  font-family: 'Roboto';
}

.section-logo {
  background-color: #fafafa;
  padding: 3em 0;
}

.section-logo .image {
  max-width: 688px;
  margin: 0 auto;
}

.section-logo .image img {
  width: 100%;
  height: auto;
}

.section-company {
  background-color: #fafafa;
  padding-bottom: 3em;
}

.section-company h5 {
  font-family: 'Roboto';
  font-size: 16px;
  text-transform: uppercase;
}

.section-company img {
  width: 100%;
  max-width: 100%;
  height: auto;
}


.section-company .divider {
  margin-top: 2em;
  margin-bottom: 3em;
}

.section-company a {
  color: #ffab40;
}

.section-footer {
  background-color: #000;
  padding: 1em 0;
}

.section-footer p {
  margin: 0;
  font-family: 'Roboto';
  color: #ccc;
}

.section-footer a,
.section-footer a:visited,
.section-footer a:focus
 {
  font-family: 'Roboto';
  color: inherit;
  font-weight: bold;
}
.section-footer a:hover {
  text-decoration: underline;
  color: #fafafa;
}

.section-footer .footer-left,
.section-footer .footer-right {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .section-footer .footer-left {
    text-align: left;
  }
  .section-footer .footer-right {
    text-align: right;
  }
}
