/* Scss Document */
body.nova div#footer-container {
  background: #546A00;
}

body.formula div#footer-container {
  background: #546A00;
}

body.science div#footer-container {
  background: #546A00;
}

body.nano div#footer-container {
  background: #546A00;
}

body.login div#footer-container {
  background: #EB4947;
}

body.about div#footer-container {
  background: #546A00;
}

body.contact div#footer-container {
  background: #546A00;
}

p.readmore a.btn {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 20px;
  background-color: white;
  border: 1px solid white;
  color: #94c600;
  border-radius: 15px;
}

p.readmore a.btn:hover {
  background-color: #94c600;
  text-decoration: none;
  color: white;
}

article div.special {
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 20px;
  font-style: italic;
  padding: 20px;
  border-left: solid 5px #52526E;
  color: black;
  text-align: center;
  background-color: #E5EBFF;
}

div.items-more a {
  color: #546A00;
}

div.items-more a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: green;
          text-decoration-color: green;
}

ul.pagination li.active a {
  background-color: #546A00;
  border-color: #546A00;
}

ul.pagination li a.pagenav {
  color: #546A00;
}

footer#footer-container {
  background-color: #546A00;
}

div.next-prev a {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 20px;
  background-color: white;
  border: 1px solid #94c600;
  color: #94c600;
  border-radius: 15px;
}

div.next-prev a:hover {
  background-color: #94c600;
  text-decoration: none;
  color: white;
}
