@import url("https://fonts.googleapis.com/css?family=Lora:400,700,900|Roboto+Condensed:400,600,700,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 12px;
}
.full {
  max-width: 1024px;
}

h5 {
  font-weight: 900;
}

.section-title {
  font-weight: 700;
  font-size: medium;
  color: #a7a7a7;
}

.my-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: red;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: auto;
  background-color: red;
  color: white;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.header-list {
  display: flex;
  justify-content: space-around;
  margin-top: 5rem;
  width: auto;
  border-bottom: 1px solid rgb(223, 223, 223);
}

.search {
  height: 3rem;
  border: none;
  text-align: center;
}

.fa-search {
  position: relative;
  right: 4rem;
  color: #cecece;
}

.date-weather {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 2rem;
  font-size: 2rem;
}

.weather {
  display: flex;
  align-items: center;
}

.logo img {
  height: 8rem;
}

.logo-sticky {
  height: 2rem;
}

.buttons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.header-sign-in {
  color: white;
  background-color: transparent;
  font-size: 1.5rem;
}

.header-subscribe {
  background-color: #fff;
  color: red;
  font-size: 1.5rem;
}

a {
  display: block;
  color: black;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.header-list a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration-color: red;
  color: black;
}

.n-icon {
  width: 29px;
  height: 29px;
}

.fa-bars {
  color: #fff;
}

.header-logo-sm {
  height: 3rem;
}

.header-logo {
  height: 5.1rem;
}

.top-story {
  margin-bottom: 1.5rem;
}

.card {
  background-color: #fff;
  border: none;
}

.sponsor a {
  margin-left: 1em;
  margin-top: 1em;
  font-size: 1.5rem;
}

.newsletter a {
  margin: auto;
}

.more-stories a,
h5 {
  font-size: 1em;
}

.latest-news a {
  font-size: 1rem;
}

.header-list a:hover {
  color: red;
}

.latest-news a:hover {
  color: red;
  text-decoration: none;
}

.opinion a:hover {
  color: red;
  text-decoration: none;
}

.opinion {
  border: none;
  border-bottom: #cecece 1px solid;
  padding: 0.5rem 0.5rem;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2rem;
}

.opinion img {
  margin-right: 0.5rem;
}

.debate {
  border-top: 5px solid red;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 2rem;
}

.debate .card-img-left {
  width: 10rem;
}

.debate .card-title {
  margin-left: 1rem;
}

.blue-debate {
  border-top: 5px solid dodgerblue;
}

.card-footer img {
  width: 5rem;
  position: relative;
  bottom: 20px;
  z-index: 5;
}

.card-footer {
  margin-top: 2rem;
  border-top: double;
}

.versus {
  background-color: black;
  color: white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.newsletter > div {
  background-color: rgb(214, 214, 214);
}

.newsletter button {
  margin: 1rem auto;
}

.more-stories {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.latest-news {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.separator {
  border-bottom: 0.5px solid #cecece;
}

.magazine-title {
  background-color: red;
  color: white;
  width: auto;
  font-weight: 900;
}

.second-magazine-title {
  color: red;
  font-weight: 900;
  width: auto;
}

.overlay {
  position: relative;
  bottom: 27px;
  background-color: red;
  width: fit-content;
  color: #fff;
}

.card-editor img {
  position: absolute;
}

.sm-image {
  width: 100px;
}

.overlay-2 {
  position: relative;
  bottom: 33px;
  background-color: hsla(0, 0%, 81%, 0.9);
  width: fit-content;
  color: red;
}

.apix {
  color: red;
  font-size: 2rem;
}

.sign-up {
  background-color: #fff;
  border: 1px solid #cecece;
  margin: 0 auto;
}

.subscribe {
  background-color: #f4f5f6;
}

.red {
  background-color: red;
  color: #fff;
}

.footer {
  margin: 0;
  padding: 0;
}

.footer-logo {
  width: 30%;
  height: auto;
}

.footer-logo img {
  width: 100%;
}

.footer-links {
  font-size: 1.2rem;
  font-weight: 400;
  color: gray;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #cecece;
}

.footer-links:hover {
  text-decoration: none;
  color: black;
}

.footer-icons {
  color: #cecece;
}

.footer-1 {
  background-color: #f2f2f2;
}
