* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 16px !important;
}

.div1,
button,
.hidden-nav {
  background-color: #f72210;
}

.hidden-nav {
  z-index: 2;
  top: 0;
}

.fa-bars,
.fa-user {
  font-size: 45px;
  color: lightgrey;
}

.subscribe-btn {
  background-color: #ffe400;
  padding: 12px;
  border-radius: 24px;
  height: 24px;
}

.big-border {
  border-top: 15px solid #f72210;
  border-left: 15px solid transparent;
  margin-top: -16px;
}

.header-bottom,
.trending-topics {
  border-bottom: 1px solid lightgray;
}

.figcaption a,
.figcaption-card1,
.block-title,
.head,
.header-bottom a:hover {
  color: #f72210;
}

.us {
  border-right: 1px solid lightgray;
}

.story-img {
  float: left;
}

.figcaption,
.figcaption-card {
  bottom: 0;
  width: auto;
  padding: 5px 20px;
  background-color: rgba(252, 252, 252, 0.9);
}

.section1 {
  border-bottom: 1px solid lightgray;
  padding-bottom: 38px;
}

.vs-part {
  width: 30px;
  height: 30px;
  background: black;
  border-radius: 50%;
  top: 4.2%;
  left: 48%;
}

.label {
  background-color: #c2d4d7;
  bottom: 24px;
  width: 100px;
}

.label1 {
  background-color: #c2d4d7;
  bottom: 48px;
  width: 100px;
}

.figcaption-card1 {
  top: 408px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 160px;
  height: 30px;
}

.paragraph,
.link,
.title,
.stories,
.opinion,
.magazine,
.editors-pick,
.sub-topics,
.sub-content,
.subscribe-section,
.top-footer {
  border-bottom: 1px solid lightgray;
}

.debate,
.debate-article {
  border-bottom: 3px solid lightgray;
}

.full-width {
  width: 100%;
}

.text-part {
  font-size: 10px;
}

.full-height {
  height: 100%;
}

.w-50 {
  margin-left: 170px;
}

.jumbotron {
  border: 1px solid #e5e5e5;
  background-color: #f4f5f6;
  width: 280px;
  margin: 10px auto;
}

h3 {
  font-size: 20px;
}

.free-signup input,
.free-signup1 input {
  width: 100%;
  height: 41px;
  margin-top: 10px;
}

.form-text {
  width: 100%;
  height: 31px;
  color: #555;
  border: 1px solid #e0e1e1;
}

.form-submit,
.form-submit1 {
  background-color: #f61602;
  border-radius: 4px;
}

.form-text1 {
  width: 100%;
  height: 31px;
  color: #555;
  border: 1px solid #e0e1e1;
}

.cover {
  background-color: #f61602;
}

.news {
  color: #f61602;
}

.img-box {
  width: 252px;
  height: 240px;
  flex-grow: 0;
  flex-shrink: 0;
}

.front-img {
  top: 15px;
  left: 70px;
}

.back-img {
  left: 50px;
}

.mag-btn {
  display: block;
  width: 100%;
  border-color: #f4f5f6;
}

.part1 {
  background-color: #f4f5f6;
}

.pelcro-subscribe-button {
  background-color: #f72310;
  border-radius: 4px;
  padding: 10px 10px 10px 12px;
  cursor: pointer;
}

.img-block {
  background: url("images/homepage.png") center/contain no-repeat;
  background-size: cover;
  height: 70vh;
}

.fa-facebook-square {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .magazine {
    border-bottom: 0;
  }

  .vs-part {
    top: 1.8%;
    left: 42%;
  }

  .figcaption-card1 {
    top: 90%;
  }
}

@media only screen and (max-width: 575px) {
  .main-navbar,
  .login-btn,
  .img-block {
    display: none;
  }
}
