* {
  margin: 0;
  padding: 0;
}

body {
  text-decoration: none;
  background-color: #DDDDDD;
  font-family: "Source Sans Pro", sans-serif;
}

#top-nav {
  height: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  display: table;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #F6F6F6;
  padding: 10px 0;
}

h2 {
  padding: 10px 0;
  font-size: 1.191rem;
}

#top-nav li {
  display: inline-block;
  width: 16%;
  border-right: 1px #DDD solid;
}

#top-nav li:last-child {
  border-right: 0;
}

.fa-bars {
  color: white;
  float: right;
  font-size: 50px;
  padding-top: 5px;
  padding-right: 10px;
}

.fa-bars p {
  padding-right: 10px;
  font-size: 0.25em;
}

#wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

#suggested-websites {
  list-style-type: none;
}

#suggested-websites li {
  padding: .3em;
  display: inline;
  float: left;
  margin-right: .5em;
}

#suggested-websites a {
  color: black;
  text-decoration: none;
}

#suggested-websites a:hover {
  color: #DA2128;
}

nav {
  clear: both;
}

header #logo {
  height: 65px;
}

#logo-wrapper {
  background-color: #DA2128;
  width: 100%;
}

header #category {
  text-align: center;
  background-color: #808080;
  color: white;
  font-family: "Dispatch-Bold", "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 2.1176470588rem;
  line-height: 2.5882352941rem;
  line-height: 50px;
}

#content-wrapper {
  display: flex;
}

#article {
  clear: both;
  padding: 1em;
  flex: 0 0 60%;
}

#article h2 {
  margin: 7% 0 3% 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.img-footnote {
  font-size: 0.7em;
  color: gray;
}

.img-footnote-center {
  text-align: center;
  color: gray;
  font-size: 0.7em;
}

.text-center {
  text-align: center;
}

.social {
  width: 100%;
  margin: 10px 0;
}

.social .fa {
  display: block;
  float: left;
  color: white;
  text-align: center;
  background-color: #405a93;
  padding: 10px 0 10px 0;
  width: 33.33%;
}

.social span {
  margin-left: 10px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

#article h1 {
  font-family: "BentonSansComp-Bold", "Arial", "Helvetica", sans-serif;
  font-size: 2.48rem;
  clear: both;
  padding: 10px 0 10px 0;
}

.social .fa-twitter {
  background-color: #489FEB;
}

.social .fa-envelope {
  background-color: #777777;
}

#text a {
  text-decoration: none;
  color: black;
}

aside {
  background-color: white;
  flex: 1;
  clear: both;
}

.vigilante {
  color: red;
  font-weight: bold;
  font-size: 30px;
}

.most-read {
  padding-left: 1em;
}

.most-read-tabs ul {
  text-align: center;
}

.most-read-tabs li {
  width: 33%;
  float: right;
  list-style-type: none;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "BentonSansCond-Bold", "Arial", "Helvetica", sans-serif;
}

/* Footer */

footer {
  background-color: #444444;
  color: white;
}

#news-p {
  text-align: center;
}

#footers-dark-area {
  background-color: #444444;
  padding: 1em;
}

#footer-top-bar {
  background-color: #DA2128;
  height: 50px;
  width: 100%;
  color: white;
  clear: both;
}

#footer-top-bar p {
  text-align: center;
  font-size: 30px;
}

#footer-top-bar a {
  color: white;
  text-decoration: none;
}

#footer-top-bar h3 {
  display: none;
}

#send-news {
  text-align: center;
  background-color: white;
  color: black;
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  flex: 1;
}

#send-news a {
  color: #DA2128;
  text-decoration: none;
  padding-top: 10px;
  font-size: 2em;
}

#send-news p {
  padding-top: 20px;
  font-size: 2.011rem;
}

#send-news h3 {
  font-size: 30px;
}

.contact-wrapper {
  display: flex;
  padding: 1em;
}

#contact {
  text-align: left;
  flex: 0 0 30%;
}

/* Footers boxes*/

.dark-boxes-wrapper {
  flex: 0 0 50%;
}

.gray-boxes-wrapper {
  flex: 1;
}

.footer-boxes-wrapper {
  display: flex;
  text-align: center;
}

.footer-box {
  padding: .5em;
  color: #BBBBBB;
  text-align: left;
}

.footer-box .fa {
  font-size: 1.5em;
}

.footer-box p {
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer-box h4 {
  font-size: 1.5em;
}

.dark {
  background-color: #2A2A2A;
  border-bottom: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
}

.gray {
  background-color: #3C3C3C;
  border-bottom: 1px solid #505050;
  border-right: 1px solid #505050;
}

.footer-bottom {
  clear: both;
  text-align: center;
  text-decoration: none;
  padding: .5em;
}

.footer-bottom li {
  padding: 25px 15px 15px 15px;
  display: inline;
}

/* Media Queries */

@media only screen and (max-width: 980px) {
  #wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #top-nav {
    text-transform: initial;
  }
  #top-nav li {
    font-size: 75%;
  }
  h2 {
    padding: 2px 0;
  }
  #suggested-websites {
    display: none;
  }
  #article {
    flex: 1;
  }
  #article h1 {
    font-size: 1.7em;
  }
  #article h2 {
    font-size: 1.2em;
    margin-top: 60px;
  }
  .social span {
    display: none;
  }
  aside {
    display: none;
  }
  #contact {
    display: none;
  }
}
