body,h1 {font-family: "Montserrat", sans-serif}
img {margin-bottom: -7px}
.w3-row-padding img {margin-bottom: 12px}

.headline,
.headline a {
    width:100%;
    background:#000;
    opacity:0.75;
    height:50px;
    color:white;
    padding:0.5rem;
    font-size: 1.25rem;
    font-weight: normal;
    margin-top:-5rem;
    text-shadow:0.05rem 0.05rem 0.05rem #e9d75a, 0.06rem 0.06rem 0.06rem #eed794; 
    text-decoration:none;
}
a.story {
  text-decoration:none;
}

img.article {
  width:100%;
}

img.logo {
  height:30px;
  margin-top:-5px;
}

footer .footer {
  font-family: sans-serif;
  font-size: 0.85rem;
}

footer .footer a {
  text-decoration:none;
  font-family: sans-serif;
  font-size: 0.85rem;
  color:#333;
}

h1 {
  font-weight: 800;
  text-shadow:1px 1px 1px red, 2px 2px 2px #0D3386; 
}

.hide {
  display:none;
}

a.bears { color:#C93C08!important;}
a.bulls { color:#BD0632!important;}
a.cubs { color:#0D3386!important;}
a.hawks { color:#D1150E!important;}
a.sox { color:#fff!important;}

a.bears:hover { color:#0A1629!important;background:#C93C08!important;font-weight: bold;}
a.bulls:hover { color:#000!important;background:#BD0632!important;font-weight: bold;}
a.cubs:hover { color:#CC3333!important;background:#0D3386!important;font-weight: bold;}
a.hawks:hover { color:#000!important;background:#D1150E!important;font-weight: bold;}
a.sox:hover { color:#000!important;background:#fff!important;font-weight: bold;}

/* Small devices (landscape phones, 575.99px and under)*/
@media (max-width: 575.99px) { 
  .headline,
  .headline a  {
    font-size:1.0rem;
    font-weight: normal;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
  .headline,
  .headline a {
    font-size:1.0rem;
    font-weight: normal;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .headline,
  .headline a {
    font-size:1.0rem;
    font-weight: normal;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .headline,
  .headline a  {
    font-size:1.15rem;
    font-weight: normal;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .headline,
  .headline a {
    font-size:1.5rem;
    font-weight: normal;
  }
}
