body {
  overflow-x: hidden;
}

.free-animation {
  animation: free 10s ease-in-out 0s alternate infinite;
}

@keyframes free {
  0% {
    transform: rotate(-8deg);
  }

  100% {
    transform: rotate(8deg);
  }
}

.color-orange {
  color: #f72210;
}

.newsweek-font {
  font-size: 0.7rem;
}

.about-font {
  font-size: 0.9rem;
}

.scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto;
}

.about-font-family {
  font-family: Arial, Helvetica, sans-serif;
}

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

a > svg {
  max-width: 236px;
  height: 36px;
  fill: rgb(247, 34, 16);
  margin-right: 15px;
  margin-bottom: 12px;
}

.space {
  height: 30vh;
}

.navbar {
  background: #ff1500;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: none;
  width: 100%;
}

.logo-1 {
  position: relative;
  right: 50px;
}

.header-logo {
  fill: white;
  max-width: 150px;
  padding-left: 10px;
  animation-name: spin;
  animation-duration: 4s;
  animation-iteration-count: initial;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.btn {
  background-color: #ffae00;
  border-radius: 22px;
  padding: 2px;
  left: 15px;
}

.navbar-toggler-icon {
  fill: white;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler {
  background-color: transparent;
  border: 0;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.sub {
  height: 23vw;
  padding: 30px;
}

.user {
  left: 15px;
}

li {
  font-weight: bold;
}

.pelcro-login-button {
  display: none;
  background-color: #ff1500;
  color: white;
  border: 0;
  font-weight: bold;
}

.date {
  display: none;
  color: white;
}

.bar-1 {
  display: none;
}

.center {
  text-align: center;
}

.pelcro-subscribe-button {
  left: 75px;
}

/* sheddy's animation */
.form-submit:hover,
.pelcro-subscribe-button:hover,
.btn:hover,
.pelcro-login-button:hover {
  transform: scale(1.1) perspective(1px);
}

a.hover {
  outline: 0;
  text-decoration: none;
  transition-property: color, background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

a.hover:hover,
a.hover:focus {
  color: white;
  background-color: rgb(179, 171, 171);
}

.boom:hover {
  transform: scale(1.1);
}

@media (max-width: 374px) {
  .user {
    left: -15px;
  }

  .btn {
    left: -17px;
  }

  .navbar {
    width: 113%;
  }

  .navbar-toggler {
    position: relative;
    right: 30px;
  }
}

@media (min-width: 768px) {
  .side-margin {
    width: 70%;
    margin: auto;
  }

  .pelcro-login-button {
    display: block;
    left: 235px;
  }

  .btn {
    left: 120px;
  }

  .center {
    text-align: left;
  }

  .pelcro-subscribe-button {
    left: -1px;
  }
}

@media (min-width: 1200px) {
  .navbar-toggler {
    display: none;
  }

  .pelcro-login-button {
    left: 210px;
  }

  .btn {
    position: relative;
    left: 10px;
  }

  .newslt {
    width: 50%;
  }

  .center {
    text-align: left;
  }

  .free-signup {
    flex-direction: column;
    position: relative;
    top: 100px;
  }

  .free {
    margin-top: 5px;
  }

  .date {
    display: block;
  }

  .header-logo {
    left: 100px;
  }

  .bar-1 {
    display: block;
  }

  .search {
    width: 10%;
  }
}

.seperate {
  position: relative;
}

.seperate::before,
.seperate::after {
  content: "";
  display: block;
  background-color: #d9d9d9;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.debate-mainline {
  border-bottom: 4px solid #d9d9d9;
}

.debate-subline {
  border-bottom: 1px solid #ddd;
}

.separator {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  background-color: #000;
  color: #d6d6d6;
  border-radius: 50%;
  font: bold 14px/32px "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 6px auto;
}

.redunder {
  transition: all 0.4s ease-in-out;
}

.redunder:hover {
  text-decoration: underline #ff1500;
  color: #000;
  cursor: pointer;
}

.bgcolor {
  background: #ff1500;
}

.btncolor {
  background-color: #ff1500;
}

.logo-email {
  display: inline-block;
  width: 29px;
  height: 28px;
  margin-left: 13px;
  background: url(https://web.archive.org/web/20210120125445im_/https://g.newsweek.com/www/images/logo-n1.svg) center/contain no-repeat #f72210;
}

.logo-mag {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://web.archive.org/web/20210120125445im_/https://g.newsweek.com/www/images/logo-n1.svg) center/contain no-repeat #f72210;
}

.first-cover {
  background: #f72210;
  font: bold 16px/26px "Roboto Condensed", sans-serif;
}

.first-cover-text {
  font: bold 16px/26px "Roboto Condensed", sans-serif;
  color: #f72210;
}

.buttonfeature {
  background: #f4f5f6;
  transition: all 0.4s ease-in-out;
}

.buttonfeature:hover {
  background: #dbdcdd;
}

.firstover {
  font: bold 16px/33px "Roboto Condensed", sans-serif;
  color: #f72210;
  text-transform: uppercase;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.summary-text {
  font-family: Arial, Helvetica, sans-serif;
}

.Sp-insight {
  color: #3581f4;
  background: rgba(255, 255, 255, 0.9);
}

.cover {
  left: 140px;
  margin-top: 20px;
}

.subs {
  background-color: red;
}

@media (min-width: 768px) and (max-width: 992px) {
  .center-in {
    width: 50%;
    margin: 20% auto;
  }

  .title {
    padding-left: 50px;
  }

  .your-day {
    width: 48%;
    margin: auto;
    position: relative;
    bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .body-overflow {
    overflow-x: hidden;
    margin-left: 0;
  }

  html {
    overflow-x: hidden;
    margin-left: 0;
  }
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% { -webkit-transform: scale(1); }
  50% { -webkit-transform: scale(2); }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(1);
    -webkit-transform: scale(2);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.spiner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spiner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spiner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spiner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spiner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spiner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% { -webkit-transform: scaleY(0.4); }

  20% { -webkit-transform: scaleY(1); }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.spier {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1,
.cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% { -webkit-transform: translateX(1px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% { -webkit-transform: rotate(-360deg); }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(1px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(1px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.ml1 {
  font-weight: 900;
  font-size: 3.5em;
  text-align: center;
  color: #ff1500;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }

.ml1 .line2 { bottom: 0; }
