body {
  background-color: #f4f5f6;
}

header {
  height: 150px;
  margin-bottom: 3px;
}

#banner {
  background-color: #ef4e17;
  align-items: flex-end;
  height: 95px;
}

#second-nav {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

#second-nav svg {
  fill: white;
  height: 25px;
}

@media only screen and (max-width: 768px) {
  header {
    height: 40px;
  }
  #banner {
    display: none !important;
  }

  #main-nav {
    display: none !important;
  }

  #second-nav {
    height: 40px;
    display: flex;
    justify-content: space-between;
  }

  .list-style-none {
    list-style: none;
  }

  #second-nav > div:nth-child(2) > ul {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 425px) {
  #copyright {
    flex-direction: column;
  }

  #social-links {
    float: left !important;
  }

  .mag-img {
    height: auto !important;
  }
}

#main-logo {
  color: white;
  text-decoration: none;
}

#main-logo svg {
  fill: white;
  height: 60px;
}

.no-text-decoration {
  text-decoration: none;
}

.no-text-decoration:hover {
  text-decoration: none;
}

#banner-links {
  justify-content: flex-end;
}

#navigation {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
}

.no-padding {
  padding: 0;
}

.font-weight-900 {
  font-weight: 900;
}

.pl-10 {
  padding-left: 10px;
}

input {
  width: 100px;
}

#navigator a {
  white-space: nowrap;
  font-size: small;
  border-right: 2px ridge rgba(255, 255, 255, 0.966);
  margin: 10px 5px 10px 5px;
  line-height: 5px;
}

main {
  min-height: 500px;
}

.section-header-1 {
  font-size: 1em;
  color: #a0a0a0;
  font-weight: 600;
}

article h2 {
  font-size: 0.85em;
  font-weight: 900;
}

article div {
  position: relative;
}

article h4 {
  padding: 10px;
  font-size: medium;
  position: absolute;
  bottom: -10px;
  background-color: white;
  font-weight: 800;
  opacity: 0.8;
}

article > div > a:hover {
  text-decoration-color: red;
}

article p {
  font-size: 0.8em;
}

article > div > div a {
  color: black;
  background-color: #c2d4d7;
  font-size: smaller;
}

article > div > div > a:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

.bg-gray {
  background-color: #f4f5f7;
}

.lighter-header {
  font-size: 1.2em;
  font-weight: 500;
}

.avatar {
  border-radius: 100%;
}

.aside-author {
  font-size: small;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #837f6b;
}

.hover-red {
  color: black;
}

.hover-red:hover {
  color: #ef4e17 !important;
  text-decoration: none;
}

aside article {
  min-height: 84px;
}

.latest-news-thumbnail {
  height: 90.11px;
  width: 135px;
}

.latest-news-card-header {
  font-size: 1.9em;
  font-family: "Roboto Condensed", sans-serif;
}

.body-text {
  font-size: small;
}

.issue-cover {
  position: relative;
}

.issue-cover > span {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  color: #f72210;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  font-weight: 600;
}

#issue-footer {
  background-color: #f4f5f6;
  color: black;
  font-weight: 700;
  text-decoration: none;
}

#issue-footer:hover {
  background-color: #dbdcdd;
}

.sub-headers {
  font: bold 19px/19px "Roboto Condensed", sans-serif;
}

.mag-img {
  width: 466px;
  height: 162px;
}

.sub-red-tags {
  padding: 0 7px;
  background-color: #f72210;
  color: white;
  margin-right: 7px;
  font-family: "Roboto Condensed", sans-serif;
}

.sub-white-tags {
  padding: 0 7px;
  color: black;
  margin-right: 7px;
  font-family: "Roboto Condensed", sans-serif;
}

.main-headers {
  font-size: 1.5em;
  line-height: 22px;
  font-family: "Roboto Condensed", sans-serif;
}

#subscribe-container {
  min-height: 290px;
}

#subscribe-magazines {
  height: 240px;
}

#subscribe-magazines > div {
  position: relative;
}

#subscribe-magazines > div {
  position: absolute;
}

#subscribe-magazines > div:nth-child(2) {
  top: 10px;
  left: 95px;
}

#subscribe-container > div:nth-child(2) {
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.red-links {
  background-color: #f72210;
  color: white;
  font-weight: 800;
  padding: 10px;
  width: 120px;
}

.red-links:hover {
  color: white;
  text-decoration: none;
}

.custom-font {
  font-family: "Roboto Condensed", sans-serif;
}

#newsletter-container {
  border: 1px gray ridge;
}

#newsletter-container > div:nth-child(1) {
  background: url("https://d.newsweek.com/en/full/1541302/starting5-homepage.png?w=397&h=265&q=90&f=742bce9a6f72dd8f19ba2e7fd5db06e5")
    center center / cover no-repeat;
  min-height: 290px;
}

#newsletter-container > div:nth-child(2) {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.no-border-radius {
  border-radius: 0;
}

#social-links > li {
  display: inline;
  margin-left: 10px;
  font-size: 20px;
}

footer {
  background-color: white;
}

footer a > svg {
  display: block;
  width: 236px;
  height: 36px;
  margin-right: 15px;
  margin-bottom: 12px;
  fill: #f72210;
}

#copyright {
  align-items: flex-end;
}

#copyright > span {
  margin-bottom: 10px;
}

.footer-links > li {
  list-style: none;
  display: inline;
  border-right: 1px #a0a0a0 solid;
  padding-right: 10px;
  margin-right: 10px;
  font-size: small;
}

.footer-links > li a {
  color: #a0a0a0;
  text-decoration: none;
}

.footer-links > li a:hover {
  color: black;
}
