* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f4f5f6;
}

h1 {
  font-family: 'Playfair Display', serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
}

.header-main {
  width: 100%;
  height: auto;
  border: 4px solid yellow;
}

.header-logo {
  height: 40px;
}

ul,
ul li {
  list-style-type: none;
}

.header-container {
  max-height: 90px;
  background-color: #ff0500;
  height: 100px;
}

.page-header {
  z-index: 2;
  left: 33%;
}

/* This is for the mobile navbar */
.mobile-navbar {
  background: #f72210;
  height: 50px;
}

.navbar-brand {
  font-size: 2rem;
  font-weight: 700;
}

.caption,
.caption2 {
  text-align: center;
  position: relative;
  left: 0;
  background-color: #fff;
  height: 35px;
  opacity: 0.9;
}

.caption {
  top: -35px;
  width: 80px;
}

.caption2 {
  top: -50px;
  width: 100px;
}

.caption a,
.caption1 a,
.caption-culture a {
  color: red;
  align-self: center;
  font-weight: 800;
  font-size: 1em;
}

.story-grid a {
  color: #939393;
  font-weight: bold;
}

nav > div.w-30 {
  height: inherit;
  width: 30%;
}

.block-title > a {
  line-height: 2.25rem;
}

nav > div.w-30 > a {
  font-size: 1.5rem;
}

nav > div.w-70 {
  height: inherit;
  width: 70%;
}

.form-inline .form-control {
  width: 64px;
}

.email-subscription-top {
  display: none;
}

.email-subscription-secret {
  width: 70%;
  height: auto;
  background-color: #f4f5f6;
}

/* Main Section Starts here */

main {
  margin-top: 50px;
  height: auto;
  width: 100%;
}

article.subscribe-art {
  height: 850px;
}

.main-backg {
  background: url("https://d.newsweek.com/en/full/1610540/chad-wolf.jpg?w=591&h=364&f=c8f9c43163fe20e3117d80cd9b3d980a");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 243px;
}

div.mag-thumb.current,
#newsletter-img-top {
  z-index: 6;
  top: -210px;
  left: 90px;
  position: relative;
}

div.sub-left {
  height: 280px;
}

div.last-section {
  height: 800px;
  margin: 0;
}

div.fn.image {
  height: 280px;
}

div.f12.info {
  position: absolute;
  z-index: 7;
  top: 650px;
}

article.newsletter {
  position: relative;
  z-index: 7;
  top: 20px;
}

article {
  height: auto;
}

h3 {
  font-size: 24px;
  line-height: 24px;
}

h5.mini-header {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.image-thumbnail {
  width: 63px;
}

#versus-logo {
  width: 30px;
}

.email-subscription,
.email-subscription-top {
  background-color: #f4f5f6;
}

#versus-container::before {
  content: "";
  display: block;
  background-color: #d9d9d9;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

#versus-container::after {
  content: "";
  display: block;
  background-color: #d9d9d9;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.horizontal-line {
  z-index: 1;
  top: 17px;
  height: 3px;
}

.svg-image {
  z-index: 50;
  top: 0;
}

.section-logo {
  width: 29px;
}

#newsletter-img-top {
  width: 177px;
}

#footer-logo {
  width: 251px;
}

.fa {
  color: #656665;
}

#nl-img-cont {
  height: 180px;
  padding-left: 10%;
}

.subscribe-sect h3 {
  font-size: 1rem;
}

#navbar-nav2 {
  height: 34px;
}

div.smalldiv {
  border: none !important;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  div.main-backg {
    height: 217px;
  }

  .caption-culture {
    text-align: center;
    position: relative;
    top: -30px;
    left: 0;
    background-color: #fff;
    width: 70px;
    height: 30px;
    opacity: 0.8;
  }

  .caption-culture.block-title > a {
    line-height: 1.25rem;
  }

  .feature-section,
  .story-section,
  .debate-section {
    height: auto;
  }

  .feature-section,
  .more-stories1 {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
  }

  .image-thumbnail1 {
    margin-left: auto;
  }

  .email-subscription-top {
    width: 40%;
    height: auto;
  }

  .email-subscription {
    width: 100%;
    height: auto;
  }

  #nl-img-cont {
    padding-left: 3%;
  }

  .more-stories1 {
    position: -webkit-sticky;
    position: sticky;
    bottom: 1rem;
  }

  #newsletter-large-pic {
    background: url("https://d.newsweek.com/en/full/1541302/starting5-homepage.png?w=397&h=265&q=90&f=742bce9a6f72dd8f19ba2e7fd5db06e5");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 254px;
  }
}

@media screen and (min-width: 992px) {
  main {
    margin-top: 0;
  }

  nav.navia {
    position: relative;
    z-index: -1;
  }

  header.header-container {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
  }

  .header-logo {
    height: 90px;
  }

  .weather-icon {
    width: 40px;
  }

  picture {
    display: inherit;
  }

  /* This is for the middle navbar */

  .nav-navigation {
    height: 55px;
  }

  .navbar-nav1 {
    width: 90%;
    height: 54px;
  }

  .nav-item1 {
    margin: 15px 5px;
  }

  .navbar-nav1 li {
    list-style-type: none;
    flex-grow: 1;
  }

  ul.navbar-nav1 {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
  }

  ul.navbar-nav1 li a {
    color: black;
    display: block;
    flex-grow: 1;
  }

  div.main-backg {
    height: 317px;
  }

  .story-section,
  .debate-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  div.weather {
    top: -90px;
  }

  .api {
    z-index: 100;
  }

  ul.navbar-nav1 li a,
  ul.nav li,
  ul.navbar-nav {
    color: black;
  }

  ul.navbar-nav {
    font-size: 1.1rem;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
  }

  ul.navbar-nav1 li a,
  ul.nav li {
    font-weight: 700;
  }

  ul.nav li,
  ul.nav li a {
    font: 18px/18px "Roboto Condensed", sans-serif;
  }

  ul.nav li a {
    color: #807f84;
    font-weight: 700;
  }

  ul.navbar-nav1 li a:hover,
  ul.nav li a:hover {
    color: #f72210;
    text-decoration: none;
  }

  .debate-section {
    position: -webkit-sticky;
    position: sticky;
    bottom: 1rem;
  }

  .email-subscription-top {
    width: 80%;
  }

  .form-inline {
    width: 14%;
  }

  .navbar-nav {
    width: 86%;
  }

  div.magazine-pick article > img,
  div.editor-pick article > img {
    width: 100%;
  }

  div.sub-left {
    background-color: #f4f5f6;
    height: 350px;
  }

  div.fn {
    float: left;
  }

  div.f1 {
    float: right;
  }

  div.fn,
  div.fn.image {
    width: 35%;
    height: 0;
  }

  div.f1,
  div.f1.info {
    width: 65%;
    margin-top: 10%;
  }

  div.mag-thumb.current {
    z-index: 6;
    top: -230px;
    left: 100px;
  }

  div.last-section {
    height: 200px;
    margin: 0;
  }

  .story-section {
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
  }

  .feature-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .feature-section h6 {
    padding-top: 9px;
  }

  #newsletter-large-pic {
    background: url("https://d.newsweek.com/en/full/1541302/starting5-homepage.png?w=397&h=265&q=90&f=742bce9a6f72dd8f19ba2e7fd5db06e5");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
  }

  div.email-subscription {
    height: 350px;
  }

  #news-border {
    width: 126%;
  }
}
