@font-face {
  font-family: "Benton-Sans";
  src: url("https://graphics.suntimes.com/libraries/font/benton.eot");
  src: url("https://graphics.suntimes.com/libraries/font/benton.eot") format("embedded-opentype"), url("https://graphics.suntimes.com/libraries/font/benton.woff") format("woff"), url("https://graphics.suntimes.com/libraries/font/benton.ttf") format("truetype");
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: "Benton-Medium";
  src: url("https://graphics.suntimes.com/libraries/font/benton-sans-comp-medium.eot");
  src: url("https://graphics.suntimes.com/libraries/font/benton-sans-comp-medium.eot") format("embedded-opentype"), url("https://graphics.suntimes.com/libraries/font/benton-sans-comp-medium.woff") format("woff"), url("https://graphics.suntimes.com/libraries/font/benton-sans-comp-medium.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: "Benton-Sans-Book";
  src: url("https://graphics.suntimes.com/libraries/font/bentonsans-book.eot");
  src: url("https://graphics.suntimes.com/libraries/font/bentonsans-book.eot") format("embedded-opentype"), url("https://graphics.suntimes.com/libraries/font/bentonsans-book.woff") format("woff"), url("../libraries/font/bentonsans-book.ttf") format("truetype");
  font-style: normal; }

body {
  background-color: #f2f2f2; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Benton-Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

a {
  color: #37658C;
  text-decoration: none;
  -webkit-transition: color  0.4s ease-out;
  -moz-transition: color 0.4s  ease-out;
  -o-transition: color 0.4s  ease-out;
  transition: color 0.4s  ease-out; }

a:hover {
  text-decoration: underline;
  color: #132B3F; }

.credit {
  text-align: right;
  font-size: 10px;
  font-family: "Georgia";
  font-style: italic;
  position: absolute;
  bottom: 0;
  right: 2px; }

#container {
  margin: 20px auto;
  width: 98%; }

/*NAV */
/* Style the navbar */
#navbar {
  background-color: #201D1D;
  height: 50px; }

#navbar.new {
  background-color: #fff; }

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden; }

/* Dropdown button */
.linkout .dropbtn {
  border: none;
  outline: none;
  color: white;
  font-size: 20px;
  line-height: 28px;
  padding: 10px;
  font-weight: bold;
  width: 150px;
  height: 50px;
  background-color: inherit;
  font-family: inherit;
  /* Important for vertical align on mobile phones */
  margin: 0;
  /* Important for vertical align on mobile phones */
  margin-right: 20px; }

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #d1252b;
  color: #ffffff; }

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #201D1D;
  color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  width: 130px;
  color: #f9f9f9;
  padding: 3px 10px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-weight: normal;
  border-bottom: #f9f9f9 1px solid;
  text-align: left; }

.dropdown-content a:first {
  padding-top: 50px; }

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #2e2925; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
  animation: smoothScroll 0.4s forwards; }

#st {
  float: left;
  width: 100px;
  margin: 0 10px;
  margin-top: 10px; }

.ad {
  width: 768px;
  margin: 0 auto; }

@media only screen and (min-width: 100px) and (max-width: 768px) {
  .ad {
    width: 320px;
    margin: 0 auto; } }
