.bg-primary,
.badge-primary {
  background-color: #f72210 !important;
}

.btn-primary {
  background-color: #f72210 !important;
  border-color: #f72210 !important;
}

.text-primary {
  color: #f72210 !important;
}

a.text-primary:hover {
  color: #f72210 !important;
}

.bg-secondary {
  background-color: rgba(3, 3, 3, 0.4) !important;
}

.text-secondary {
  color: rgba(3, 3, 3, 0.4) !important;
}

.container {
  max-width: 1310px;
  background-color: white;
}

/* My own classes */
body {
  background-color: rgb(245, 245, 245);
}

.header-fullsize {
  display: none !important;
}

.header-mobile {
  margin-left: -15px;
  margin-right: -15px;
}

.logo {
  font-size: 1.5rem;
  font-weight: 900;
}

.subscribe {
  background-color: #ffe400 !important;
  border-radius: 24px;
  padding: 3px 15px;
}

.burger-menu {
  cursor: pointer;
}

.burger-menu > span {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 4px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.55);
}

.main-area h2 {
  font-size: 1rem;
}

.featured h3,
.top-story h3 {
  font-size: 1.5rem;
  font-weight: 900;
}

.my-turn h3,
.culture-and-travel h3 {
  font-size: 1rem;
  font-weight: 900;
  color: rgba(3, 3, 3, 0.4) !important;
}

.more-stories h3 {
  font-size: 1rem;
  font-weight: 900;
}

.debate h3,
.opinion h3 {
  font-size: 1rem;
  font-weight: 900;
}

.debate p,
.opinion p {
  font-size: 0.9rem;
}

.border-top-fat {
  border-top: 3px solid rgba(3, 3, 3, 0.2);
}

.border-bottom-fat {
  border-bottom: 3px solid rgba(3, 3, 3, 0.2);
}

.versus::before,
.versus::after {
  content: "";
  display: block;
  height: 3px;
  width: 50%;
  border-top: 1px solid rgba(3, 3, 3, 0.2);
  border-bottom: 1px solid rgba(3, 3, 3, 0.2);
}

.magazine h2,
.editor-pick h2,
.magazine h3 {
  font-size: 1.25rem;
}

.editor-pick h3 {
  font-size: 1.5rem;
}

.categories-section h2,
.categories-section h3 {
  font-size: 1.4rem;
}

.smaller-article article {
  border-bottom: 1px solid rgba(3, 3, 3, 0.2);
}

.smaller-article article:last-child {
  border-bottom: 0;
}

.smaller-article h3 {
  font-size: 1.1rem;
}

.smaller-article img {
  max-width: 258px;
}

.ads h2 {
  font-size: 1rem;
}

.ads h3 {
  font-size: 1.5rem;
}

.newsletter img {
  max-width: 100%;
}

.newsletter .d-block {
  min-width: 50%;
}

.newsletter input {
  max-width: 100%;
}

footer {
  color: rgb(102, 102, 102);
}

footer .nav-item {
  font-size: 0.9rem;
}

footer a {
  color: inherit !important;
  font-size: inherit;
}

footer a:hover {
  text-decoration: none !important;
  color: #f72210 !important;
}

footer .nav a:hover {
  color: black !important;
}

.nav-link {
  display: inline-block;
}

footer .display-4 {
  font-size: 3rem;
}

footer span {
  font-size: 0.8rem;
}

h3 > a:hover {
  text-decoration: underline !important;
  text-decoration-color: #f72210 !important;
}

.my-turn h3 > a:hover,
.culture-and-travel h3 > a:hover {
  text-decoration: none !important;
}

.magazine article > a:hover {
  color: #f72210 !important;
}

a.stay-white:hover {
  text-decoration: none !important;
  color: white !important;
}

.navigation-top a:hover,
.navigation-second-tier a:hover {
  color: #f72210 !important;
}

@media (min-width: 768px) {
  .smaller-article img {
    width: 110px;
  }
}

@media (min-width: 992px) {
  .header-mobile {
    display: none !important;
  }
  .header-fullsize {
    display: flex !important;
    margin-left: -15px;
    margin-right: -15px;
  }

  .navigation-top .nav-link {
    font-size: 1.2rem;
    color: black;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-weight: 700;
  }

  .header-fullsize .search {
    color: rgba(0, 0, 0, 0.55);
    font-size: 1rem;
    font-weight: 400;
  }

  .navigation-second-tier .nav-link {
    font-size: 1.2rem;
    color: rgba(3, 3, 3, 0.4);
    font-weight: 700;
  }

  .navigation-second-tier .nav-item:first-child .nav-link {
    color: black;
  }
}
