html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  transition: all 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya SC";
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.navbar-light .navbar-toggler-icon {
  filter: invert();
}

.fancybox-slide--image {
  padding: 0 !important;
}
p {
  font-size: 14px;
}
:is(ul, li) {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* Header */
header {
  padding: 10px 0 15px;
  border-bottom: 2px solid #cd1234;
}
div#navbarNav {
  justify-content: flex-end;
}
ul.navbar-nav {
  font-size: 14px;
}
/* Header */

.main-banner {
  background-image: url(../images/home-banner.webp);
  padding: 85px 0 10px;
}

/* books-sec */

.books-sec {
  padding: 4.125rem 0 3.75rem;
}
.books img {
  width: 100%;
  height: 100%;
}

/* books-sec */
footer {
  background: #2a2730 none repeat scroll 0 0;
  color: #99979c;
  padding: 1.25rem 0;
  text-align: center;
  font-size: 14px;
}
footer a {
  color: #99979c !important;
}
footer li {
  border-right: 1px solid #99979c;
  padding: 0 15px;
}
/* clients-sec */
section.clients-sec {
  height: 85vh;
}
.clients-sec ul {
  text-align: center;
}
section.clients-sec {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}
.clients-sec a {
  font-size: 18px;
}

/* clients-sec */
/* submission-guidelines */
.submission-sec {
  height: 85vh;
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
  background-color: #f8f8f8;
}

/* submission-guidelines */

/* resources-sec */

.resources-sec {
  height: 85vh;
  padding-bottom: 3.75rem;
  padding-top: 3rem;
  background-color: #f8f8f8;
}
/* resources-sec */
.writers-sec {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
  background-color: #f8f8f8;
}
.writer img {
  max-height: 220px;
  width: 100%;
}
.writer-books {
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.img-wraps {
  width: 100%;
  background-color: #fff;
}
.writer-books .row {
  background-color: #fff;
  padding: 27px 10px;
}
.single h4 {
  padding: 5rem 0 3rem;
}
.sec_wrapper {
  height: calc(100vh - 141px);
  background-color: #f8f8f8;
}
.logo img {
  width: 200px;
}
#inner-pages {
  height: calc(100vh - -60px);
}
.writers-sec span {
  font-size: 14px;
}
section.writers-sec h4 {
  text-transform: uppercase;
}
.resources-sec span {
  font-weight: 700;
}
.resources-sec p {
  font-size: 15px;
}
.resources-sec h4 {
  font-size: 25px;
}
.writer-books .container {
  padding-bottom: 9px;
  border-top: 1px solid #eee;
}
.writer-books h1 {
  padding-top: 2rem;
}
.home-page .books {
  margin-top: 2rem;
}
footer ul {
  display: flex;
  justify-content: center;
  gap: 30px 12px;
  align-items: center;
  flex-wrap: wrap;
}
footer ul li {
  padding: 0 20px;
}
footer ul li:last-child {
  border: none;
}

@media (max-width: 768px) {
}


.logo img {
    position: absolute;
    top: 0;
    width: 130px;
}