body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #4c4c4c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222;
}
strong {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #222;
}
header h1 {
  font-weight: 600;
}
header a.logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
header a.logo img {
  height: 60px;
  border: 5px solid #000066;
  border-radius: 5px;
}
header a.logo h1 {
  font-size: 28px;
  color: #FF6600;
  display: flex;
  flex-direction: column;
  text-align: center;
}
header a.logo h1 span {
  background: #FF6600;
  font-size: 28px;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  header a.logo h1 {
    flex-direction: row;
    justify-content: space-around;
  }
}
header a.logo i {
  font-size: 12px;
  color: #4c4c4c;
}
header h1 a {
  color: #011132;
}
header h1 a:hover {
  text-decoration: none;
  color: #011132;
}
header h1 a span {
  color: #a91605;
}
header .quick-contact-icons .icon span {
  font-size: 40px;
  line-height: 0;
}
header .quick-contact-icons .icon {
  margin-right: 10px;
}
header .quick-contact-icons .icon {
  margin-right: 10px;
}
header .text-primary {
  color: #a91605 !important;
}
header span.h4 {
  margin-bottom: 0 !important;
  font-size: 22px;
}
header#home h2 {
  color: #fff;
}
header .top {
  padding-top: 20px;
  box-sizing: border-box;
}
header .top h1 {
  -text-align: center;
}
header .datetime {
  text-align: right;
  margin-top: 5px;
}
.bg-light {
  background: #3A190B !important;
  border-color: #3A190B;
  padding: 21px 0;
}
.navbar-light .navbar-toggler {
  background-color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
  line-height: 24px;
  border-right: 1px solid #795543;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 400;
  transition: 0.3s;
  padding: 0 20px;
  margin: 0 7px;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  background-color: transparent;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #0b1022;
}
section.block {
  padding: 40px 0;
  min-height: 300px;
}
section.home .intro .col-lg-12 {
  padding-top: 150px;
}
section.home .intro .col-lg-12 > div {
  max-width: 600px;
  margin: 0 auto;
}
section.journal-intro .container {
  padding-top: 150px;
}
section.journal-intro .container h1 {
  color: #fff;
}
section.home .intro .col-lg-12 > div h2,
section.journal-intro .col-lg-12 > div h2 {
  color: #fff;
}
section.home .intro .col-lg-12 > div form,
section.journal-intro .col-lg-12 > div form {
  display: flex;
  flex-direction: row;
}
section.home .intro .col-lg-12 > div form input,
section.journal-intro .col-lg-12 > div form input {
  flex-grow: 1;
  border: 0;
  padding: 10px;
  border-radius: 10px 0 0 10px;
}
section.home .intro .col-lg-12 > div form button,
section.journal-intro .col-lg-12 > div form button {
  flex-basis: 100px;
  border: 0;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  background: #ffe399;
  color: #282222;
  font-family: "boing-regular";
  letter-spacing: 0.5px;
}

section.articles .article,
section.journals .journal {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0;
  padding: 15px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
}
section.articles .article:last-child,
section.journals .journal:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
section.articles h3,
section.journals h3 {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #F7F7F7;
  margin: 0;
  font-size: 22px;
  border-bottom: 0;
}
section.journals .journal {
  display: block;
  color: #666;
  font-family: "boing-regular";
  font-size: 18px;
  text-decoration: none;
}
section.journals .journal h5 {
  color: #FF6600;
}
section.journals .journal h6 {
  color: #007bff;
  font-size: 20px;
}
section.journals .journal strong {
  font-size: 14px;
}
section.journals .journal:hover {
  color: #4e73df;
}
section.articles .article > a {
  font-size: 18px;
  font-weight: 500;
  word-wrap: break-word;
}
section.articles .article p {
  margin-bottom: 5px;
}
section.articles .article .type {
  color: #FF6600;
  font-weight: 600;
  text-transform: uppercase;
}
section.articles .article .journal {
  color: #c60;
}
section.articles .article strong {
  font-weight: 500;
}
section.articles .article .triggers {
  display: flex;
  flex-direction: column;
}
section.articles .article .triggers a {
  color: #4e73df;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  section.articles .article .triggers {
    flex-direction: row;
  }
}
section.articles .article .doi {
  font-size: 16px;
  font-weight: 500;
}
section.journals .journal {
  display: block;
  color: #666;
  font-size: 18px;
  text-decoration: none;
}
section.journals .journal span {
  display: block;
  font-size: 16px;
}

section.home .slide h1,
section.about .slide h1,
section.contact .slide h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

section.contact h3 {
  margin-bottom: 30px;
}

section.contact form {
  margin: 0 auto;
}

section.contact form input,
section.contact form select,
section.contact form textarea {
  background: #ffffff;
  border: 0.5px solid #7e7e7f;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

section.contact form label {
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.7;
}

section.contact form textarea {
  min-height: 188px;
}

section.contact form button {
  background: #FF6600;
  border-radius: 10px;
  display: block;
  padding: 14px 42px;
  width: 177px;
  border: 0;
  margin: 0 auto;
  color: #fff;
}

section.contact .form-row {
  margin-bottom: 25px;
}

section.journal-intro {
  padding-top: 72px;
  position: relative;
  min-height: 572px;
  background: url("../images/bg.jpg") center no-repeat;
  background-size: cover;
  padding: 0;
}
section.home-intro .col-lg-12 {
  padding-top: 150px;
}
section.journal-intro .col-lg-12 {
  padding-top: 100px;
}
section.journal-intro .col-lg-12 h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
section.journal-intro .col-lg-12 > div {
  max-width: 600px;
  margin: 0 auto;
}
section.journal-intro .col-lg-12 > div h2 {
  color: #fff;
}
section.journal-intro .col-lg-12 > div form {
  display: flex;
  flex-direction: row;
}
section.journal-intro .col-lg-12 > div form input {
  flex-grow: 1;
  border: 0;
  padding: 10px;
  border-radius: 10px 0 0 10px;
}
section.journal-intro .col-lg-12 > div form button {
  flex-basis: 100px;
  border: 0;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  background: #ffe399;
  color: #282222;
  font-family: "boing-regular";
  letter-spacing: 0.5px;
}

section.journal .menu {
  background: #F7F7F7;
}
section.journal .menu ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
section.journal .menu ul li {
  padding-right: 10px;
}
section.journal .menu ul li a.active {
  color: #FF6600;
}
section.journal .menu ul li a {
  text-decoration: none;
  color: #000;
  padding: 15px 12px 15px 0;
  display: block;
}
section.journal .menu ul li:last-child a {
  background-color: #FF6600;
  color: #fff;
  padding: 13px;
}
section.archives {
  margin-bottom: 1em;
  padding: 1em 0 2em 0;
  border-bottom: 0.1em solid #f2f2f5;
}
section.archives .archive {
  float: left;
  width: 16em;
  height: 20em;
  position: relative;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1.5em;
  background-size: cover;
}
section.archives .archive .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0.5em 0.5em 1.5em 0.5em;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
section.archives .archive .text span {
  font-size: 18px;
}
section.archives ul.years {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section.archives .years li {
  border: 1px solid #FF6600;
  border-right: 0;
}
section.archives .years li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
section.archives .years li:last-child {
  border: 1px solid #FF6600;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
section.archives .years a {
  padding: 0 10px;
  line-height: 30px;
  font-size: 16px;
  text-decoration: none;
  color: #FF6600;
  display: block;
}
section.archives .years a.active {
  background-color: #FF6600;
  color: #fff;
}
.journal-intro .recent-archive {
  float: left;
  width: 16em;
  height: 20em;
  position: relative;
  margin-bottom: 1.5em;
  background-size: cover;
  border-radius: 1.5em;
}
.journal-intro .recent-archive .shaded {
  opacity: 0.2;
  border-radius: 1.5em;
}
.journal-intro .recent-archive .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0.5em 0.5em 1.5em 0.5em;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
.journal-intro .recent-archive .text span {
  font-size: 18px;
}
a.full-text {
  background-color: #FF6600;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.analytics {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: #010065;
  padding: 30px 10px 10px 10px;
  align-items: center;
  border-radius: 8px;
}
.analytics > div {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.5px;
}
.analytics > div p:first-child {
  background: #fff;
  line-height: 30px;
  padding: 0;
}
.analytics > div p:last-child {
  color: #e5ecff;
}
footer {
  background-color: #26190C;
}
footer .brand h1 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
footer .brand h1 span {
  color: #FF6600;
}
footer .top {
  padding: 40px 0;
  font-size: 14px;
}
footer .top .newsletter h3 {
  color: #fff;
}
footer .top .newsletter form {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}
footer .top .newsletter form input {
  padding: 6px;
  border: 0;
  border-radius: 3px 0 0 3px;
  flex-grow: 1;
  width: 100%;
  background: #fff;
}
footer .top .newsletter form input:focus {
  outline: none;
}
footer .top .newsletter form button {
  border: 0;
  background-color: #FF6600;
  border-radius: 0 3px 3px 0;
  flex-basis: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
footer .inquiries {
  color: #fff;
}
footer h4 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
footer ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  margin: 10px;
}
footer dl dd a {
  display: block;
  color: #fff;
  font-weight: 300;
}
footer dl dd a:hover {
  color: #D98C28;
}
footer svg {
  height: 20px;
  margin: 0 auto;
  display: block;
  fill: #fff;
}
footer .bottom {
  background-color: rgba(0,0,0,.16);
  padding: 40px 0;
}
footer .bottom p {
  color: #ccd2d5;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin: 0;
}
footer .bottom .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .bottom .wrapper div:first-child {
  padding: 0 20px;
}
footer .bottom .wrapper div:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .bottom .wrapper div:last-child ul li a{
  color: #fff;
  font-size: 14px;
}
.authors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.authors a {
  padding: 10px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .125);
}
.metrics .metric {
  border: 1px solid rgba(0, 0, 0, .125);
  padding: 10px;
  text-align: center;
}

.metrics .metric strong {
  color: #FF6600;
}
