body {
  background-color:#2a3593;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
a:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom-color: #ffffff;
}
figure a {
  text-decoration: none;
  border-bottom: none;
}
main .container .row {
  flex-wrap: nowrap;
}
figure.kcet img {
  max-height: 63px;
}
figure.pbssocal img {
  max-height: 105px;
}
figure.linktv img {
  max-height: 72px;
}

footer {
  color: #a5a5a5;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.2em;
    line-height:1.4;
  }
  .img-fluid.logo {
    max-width: 70%;
  }
  .card img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .card img {
    max-width: 60%;
  }
  main .container .row {
    flex-wrap: wrap;
  }
  figure.kcet img {
    max-height: 48px;
  }

  figure.pbssocal img {
    max-height: none;
    max-width: 100%;
  }

  figure.linktv img {
    max-height: 53px;
  }
}
