@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Atoe Domaine";
  src: url("../fonts/Domaine/DomaineDispNar-Semibold.otf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes reveal {
  0% {
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.reveal {
  animation: reveal 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

@keyframes fade {
  0% {
    transform: scale(0.85, 0.85);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.fade {
  animation: fade cubic-bezier(0.075, 0.82, 0.165, 1) 2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn ease 0.4s;
}

.animated {
  opacity: 0;
}

* {
  box-sizing: border-box !important;
  transition: all 0.1s ease-in 0s !important;
}
*::-moz-selection {
  background-color: rgb(229, 229, 229) !important;
}
*::selection {
  background-color: rgb(229, 229, 229) !important;
}

html {
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.15;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
html [type=button] {
  -webkit-appearance: button;
  background: transparent;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

article {
  display: block;
}

aside {
  display: block;
}

footer {
  display: block;
}

header {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
  margin: 1em 40px;
}

main {
  display: block;
}

hr {
  border-style: solid;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(10, 26, 78, 0);
  text-rendering: geometricPrecision;
  color: #444444;
  margin: 0;
  text-decoration: none;
}
a:active {
  outline-width: 0;
}
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b {
  font-weight: inherit;
  font-weight: bolder;
}

strong {
  font-weight: inherit;
  font-weight: bolder;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

kbd {
  font-family: monospace, monospace;
  font-size: 1em;
}

samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

video {
  display: inline-block;
}

img {
  border-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

svg:not(:root) {
  overflow: hidden;
}

blockquote {
  border-left: 2px solid #444444;
  margin-inline-start: 0;
  padding: 20px;
  padding-left: 40px;
  margin: 40px 0;
  background-color: rgba(10, 26, 78, 0.05);
}

button {
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  background: transparent;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(10, 26, 78, 0);
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  -webkit-tap-highlight-color: rgba(10, 26, 78, 0);
}

optgroup {
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

select {
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
  -webkit-tap-highlight-color: rgba(10, 26, 78, 0);
  padding: 15px 25px !important;
  border: 1px solid rgba(10, 26, 78, 0.2);
  color: #444444;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  cursor: pointer;
}
select:hover {
  background-color: rgba(10, 26, 78, 0.05);
  border: 1px solid rgba(10, 26, 78, 0.3);
}
select:focus {
  background-color: rgba(10, 26, 78, 0.05);
  border: 1px solid rgba(10, 26, 78, 0.3);
}
select:active {
  background-color: rgba(10, 26, 78, 0.05);
  border: 1px solid rgba(10, 26, 78, 0.3);
}

textarea {
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: auto;
  -webkit-tap-highlight-color: rgba(10, 26, 78, 0);
}

[type=reset] {
  -webkit-appearance: button;
  background: transparent;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
}
[type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=reset]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=submit] {
  -webkit-appearance: button;
  background: transparent;
  border: 1px solid transparent;
  outline: 0;
  cursor: pointer;
}
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button {
  height: auto;
}
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

label {
  -webkit-tap-highlight-color: rgba(10, 26, 78, 0);
}

h1 {
  text-rendering: geometricPrecision;
  font-variant-numeric: lining-nums;
  color: #222222;
  margin: 0;
  font-family: "Atoe Domaine";
  letter-spacing: -0.6px;
  font-size: 50px;
  line-height: 75px;
  font-weight: bold;
}

h2 {
  text-rendering: geometricPrecision;
  font-variant-numeric: lining-nums;
  color: #222222;
  margin: 0;
  font-size: 40px;
  line-height: 65px;
  font-weight: bold;
  font-family: "Atoe Domaine";
  letter-spacing: -0.6px;
}

h3 {
  text-rendering: geometricPrecision;
  font-variant-numeric: lining-nums;
  color: #222222;
  margin: 0;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Atoe Domaine";
  letter-spacing: -0.6px;
}

h4 {
  text-rendering: geometricPrecision;
  font-variant-numeric: lining-nums;
  color: #222222;
  margin: 0;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Atoe Domaine";
  letter-spacing: -0.6px;
}

h5 {
  text-rendering: geometricPrecision;
  font-variant-numeric: lining-nums;
  color: #222222;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-family: "Atoe Domaine";
  letter-spacing: -0.6px;
}

h6 {
  text-rendering: geometricPrecision;
  font-variant-numeric: lining-nums;
  color: #222222;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  font-family: "Atoe Domaine";
  letter-spacing: -0.6px;
}

.lined-title {
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  border-bottom: 1px solid rgba(10, 26, 78, 0.1);
  padding-bottom: 5px;
}

.lined-heading {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(10, 26, 78, 0.1);
}

.section-grid {
  display: grid;
  grid-gap: 20px;
  grid-auto-rows: max-content;
}

p,
body {
  text-rendering: geometricPrecision;
  color: #444444;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
}

li {
  text-rendering: geometricPrecision;
  color: #444444;
  margin: 0;
  font-size: 16px;
  line-height: 35px;
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
}

span {
  text-rendering: geometricPrecision;
  margin: 0;
}

.container {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0px 30px;
}

.spaced-text {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3em;
}

.btn-chevron {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 10px;
  align-items: center;
  padding: 15px 0;
  display: grid;
}
.btn-chevron span {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #444444;
}
.btn-chevron svg path {
  fill: #444444;
}
.btn-chevron svg,
.btn-chevron img {
  height: 11px;
}
.btn-chevron:hover {
  grid-gap: 15px;
}

.btn-back {
  padding: 10px 15px;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(10, 26, 78, 0.1);
  border-radius: 5px;
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 10px;
  align-items: center;
}
.btn-back span {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #444444;
}
.btn-back svg path {
  fill: #444444;
}
.btn-back svg,
.btn-back img {
  height: 11px;
}
.btn-back:hover {
  background: rgba(10, 26, 78, 0.05);
  border: 1px solid rgba(10, 26, 78, 0.2);
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  padding: 15px 25px !important;
  border: 1px solid rgba(10, 26, 78, 0.2);
  border-radius: 5px !important;
  color: #444444;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  outline: 0;
  -webkit-appearance: none;
}
input:not([type=checkbox]):not([type=radio])::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 16px;
  -moz-user-select: none;
       user-select: none;
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder {
  opacity: 0;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  line-height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
input:not([type=checkbox]):not([type=radio]):hover,
textarea:hover {
  background-color: rgba(10, 26, 78, 0.05);
  border: 1px solid rgba(10, 26, 78, 0.3);
}
input:not([type=checkbox]):not([type=radio]):focus,
textarea:focus {
  background-color: rgba(10, 26, 78, 0.05);
  border: 1px solid rgba(10, 26, 78, 0.3);
}
input:not([type=checkbox]):not([type=radio]):active,
textarea:active {
  background-color: rgba(10, 26, 78, 0.05);
  border: 1px solid rgba(10, 26, 78, 0.3);
}

input[type=submit],
a.button,
button.button {
  background-color: #222222 !important;
  color: white !important;
  padding: 15px 25px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
  outline: 0 !important;
  border: 1px solid #222222 !important;
  border-radius: 5px !important;
  cursor: pointer;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
}
input[type=submit]:hover,
a.button:hover,
button.button:hover {
  background-color: #111111 !important;
  border: 1px solid #111111 !important;
}
input[type=submit]:focus,
a.button:focus,
button.button:focus {
  background-color: #111111 !important;
  border: 1px solid #111111 !important;
}
input[type=submit].w-icon,
a.button.w-icon,
button.button.w-icon {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-template-columns: auto 1fr !important;
  grid-gap: 15px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  align-items: center !important;
  border: 1px solid #222222 !important;
}
input[type=submit].w-icon svg,
input[type=submit].w-icon img,
a.button.w-icon svg,
a.button.w-icon img,
button.button.w-icon svg,
button.button.w-icon img {
  height: 16px !important;
}
input[type=submit].w-icon span,
a.button.w-icon span,
button.button.w-icon span {
  color: #ffffff !important;
}
input[type=submit].w-icon svg path,
a.button.w-icon svg path,
button.button.w-icon svg path {
  fill: #ffffff !important;
}
input[type=submit] span,
a.button span,
button.button span {
  color: white !important;
}
input[type=submit].outline,
a.button.outline,
button.button.outline {
  background: transparent !important;
  border: 1px solid rgba(10, 26, 78, 0.1) !important;
}
input[type=submit].outline span,
a.button.outline span,
button.button.outline span {
  color: #444444 !important;
  margin-right: 22px !important;
}
input[type=submit].outline svg,
input[type=submit].outline img,
a.button.outline svg,
a.button.outline img,
button.button.outline svg,
button.button.outline img {
  height: 16px !important;
  width: auto !important;
}
input[type=submit].outline svg path,
a.button.outline svg path,
button.button.outline svg path {
  fill: #444444 !important;
}
input[type=submit].outline:hover,
a.button.outline:hover,
button.button.outline:hover {
  background: rgba(10, 26, 78, 0.05) !important;
  border: 1px solid rgba(10, 26, 78, 0.2) !important;
}
input[type=submit].btn-chevron svg,
input[type=submit].btn-chevron img,
a.button.btn-chevron svg,
a.button.btn-chevron img,
button.button.btn-chevron svg,
button.button.btn-chevron img {
  height: 11px !important;
}

.btn-link {
  padding: 10px 0px !important;
  grid-gap: 10px !important;
  border: none !important;
  border-bottom: 1px dashed rgba(10, 26, 78, 0.3) !important;
  background-color: transparent !important;
  width: -moz-max-content;
  width: max-content;
}
.btn-link:hover {
  border-bottom: 1px dashed rgb(10, 26, 78) !important;
}
.btn-link span {
  color: #444444 !important;
}

body.dark {
  color: white !important;
  fill: white !important;
  background-image: linear-gradient(0deg, rgba(4, 12, 37, 0.5), rgba(4, 12, 37, 0.5)), linear-gradient(0deg, #061133 0%, rgba(4, 12, 37, 0.5) 57.09%, rgba(4, 12, 37, 0.5) 87.26%, rgba(4, 12, 37, 0.8) 99.16%), url(../images/eoatoe/eoatoe-lg.jpg);
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top right;
}
body.dark a {
  color: white !important;
  fill: white !important;
}
body.dark h1 {
  color: white !important;
  fill: white !important;
}
body.dark h2 {
  color: white !important;
  fill: white !important;
}
body.dark h3 {
  color: white !important;
  fill: white !important;
}
body.dark h4 {
  color: white !important;
  fill: white !important;
}
body.dark h5 {
  color: white !important;
  fill: white !important;
}
body.dark h6 {
  color: white !important;
  fill: white !important;
}
body.dark p {
  color: white !important;
  fill: white !important;
}
body.dark li {
  color: white !important;
  fill: white !important;
}
body.dark span {
  color: white !important;
  fill: white !important;
}
body.dark path {
  color: white !important;
  fill: white !important;
}
body.dark #social svg path {
  color: white !important;
  fill: white !important;
}
body.dark .harmburger .icon-bar {
  background: white !important;
}
body.dark #sidebar {
  background: black;
}
body.dark #sidebar #logo a {
  grid-template-columns: max-content max-content !important;
}
body.dark #sidebar #navigation {
  background: transparent !important;
}
body.dark #navigation {
  background: transparent;
}
body.dark #navigation a {
  color: white;
}
body.dark #navigation p {
  color: white;
}
body.dark #navigation h3 {
  color: white;
}
@media (max-width: 800px) {
  body.dark #navigation {
    background: linear-gradient(0deg, rgba(4, 12, 36, 0) 0%, rgba(4, 12, 36, 0.5) 25%, rgba(4, 12, 36, 0.7) 50%, rgba(4, 12, 36, 0.9) 100%);
  }
}
body.dark #navigation.fixed-nav {
  background: transparent !important;
}
@media (max-width: 800px) {
  body.dark #navigation.fixed-nav {
    background: linear-gradient(0deg, rgba(10, 26, 78, 0) 0%, rgba(10, 26, 78, 0.5) 25%, rgba(10, 26, 78, 0.7) 50%, rgba(10, 26, 78, 0.9) 100%) !important;
  }
}
body.dark .logo-name {
  color: #ffffff !important;
}
body.dark .logo-tagline {
  color: #FFD2BA !important;
}
body.dark svg line {
  stroke: #FFD2BA !important;
}
body.dark .btn-link {
  border-bottom: 1px dashed #FFD2BA !important;
}
body.dark .logo-icon {
  display: none;
}
body.dark #footer #social span {
  background-color: #ffffff;
}

body.container {
  display: grid;
  grid-row-gap: 50px;
  grid-template-rows: 50px 1fr;
  padding: 30px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #f4f7ff;
}
body.container.contact {
  grid-template-rows: 50px 1fr max-content 0px max-content 1fr max-content;
}
body.container.about {
  grid-template-rows: 50px 1fr max-content max-content 1fr max-content;
}

#sidebar {
  display: grid;
  grid-gap: 30px;
  grid-template-rows: max-content 30px max-content max-content 1fr max-content;
  width: 100%;
  min-height: 100vh;
  background: #f4f7ff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 15px 30px 30px 30px;
  transform: translate(-100%, 0);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1) !important;
  overflow: auto;
}
#sidebar #navigation {
  padding: 0;
  padding-bottom: 15px;
  position: relative;
  background-color: transparent;
}
#sidebar nav ul {
  display: grid;
  grid-gap: 20px;
}
#sidebar ul a {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  display: block;
  letter-spacing: -0.5px;
  color: #0a1a4e;
}
#sidebar ul li {
  position: relative;
}
#sidebar ul li a:hover {
  color: #9E4E22;
}
#sidebar ul li.active a:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: white;
  right: 0;
  top: 50%;
}
#sidebar #social ul {
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  grid-gap: 20px;
}
#sidebar #social svg {
  height: 20px;
}
#sidebar #social svg path {
  fill: #222222;
}
#sidebar #logo .logo-icon {
  display: block;
}
#sidebar .harmburger {
  display: block;
}

body.sidebar-opened {
  overflow: hidden;
}
body.sidebar-opened #sidebar {
  transform: none;
}
body.sidebar-opened #sidebar #logo .logo-text {
  animation: slideInRight 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation-delay: 0;
  opacity: 0;
}
body.sidebar-opened #sidebar nav li {
  animation: slideIn 0.5s ease forwards;
  opacity: 0;
}
body.sidebar-opened #sidebar nav li:nth-child(1) {
  animation-delay: 0.5s;
}
body.sidebar-opened #sidebar nav li:nth-child(2) {
  animation-delay: 0.55s;
}
body.sidebar-opened #sidebar nav li:nth-child(3) {
  animation-delay: 0.6s;
}
body.sidebar-opened #sidebar nav li:nth-child(4) {
  animation-delay: 0.65s;
}
body.sidebar-opened #sidebar nav li:nth-child(5) {
  animation-delay: 0.7s;
}
body.sidebar-opened #sidebar nav li:nth-child(6) {
  animation-delay: 0.75s;
}
body.sidebar-opened #sidebar nav li:nth-child(7) {
  animation-delay: 0.8s;
}
body.sidebar-opened #social li {
  animation: slideIn 0.5s ease forwards;
  opacity: 0;
}
body.sidebar-opened #social li:nth-child(1) {
  animation-delay: 0.85s;
}
body.sidebar-opened #social li:nth-child(2) {
  animation-delay: 0.9s;
}
body.sidebar-opened #social li:nth-child(3) {
  animation-delay: 0.95s;
}
body.sidebar-opened #social li:nth-child(4) {
  animation-delay: 1s;
}
body.sidebar-opened .copyright {
  animation: slideIn 0.5s ease forwards;
  opacity: 0;
  animation-delay: 0.9s;
}

#sidebar-space {
  width: 100%;
  height: 30px;
}

#social svg path {
  fill: #444444;
}

#navigation {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 15px;
  align-items: center;
  padding: 15px 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f4f7ff;
  border-bottom: 1px solid rgba(10, 26, 78, 0.1);
  z-index: 1;
}
#navigation.fixed-nav {
  transform: translate(0px, -100%);
  display: none;
  opacity: 0;
  transform: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) !important;
}
@media (max-width: 800px) {
  #navigation.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px;
    background: white;
    z-index: 1;
  }
}
#navigation.fixed-nav.show {
  transform: none;
  display: grid;
  opacity: 1;
}
#navigation nav ul {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0px;
  align-items: center;
}
#navigation nav ul li {
  font-weight: 500;
}
#navigation nav a {
  padding: 15px 20px;
  transition: all 0.2s ease-in-out;
  color: #222222;
}
#navigation nav a:hover {
  opacity: 0.6;
}
#navigation nav a.with-icon {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 10px;
  align-items: center;
  display: grid;
}
#navigation nav a.with-icon svg path {
  fill: #222222;
}
#navigation nav a.with-icon svg,
#navigation nav a.with-icon img {
  height: 16px;
}
#navigation nav .active a {
  opacity: 0.6;
}

#logo a {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 15px;
  align-items: center;
}
#logo .logo-text {
  display: grid;
  grid-template-rows: auto auto;
  grid-gap: 0px;
  padding: 6px 0;
}
#logo .logo-icon {
  width: 65px;
  height: 65px;
}
#logo img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 10px rgba(10, 26, 78, 0.15);
  border-radius: 100px;
}

.logo-name {
  font-family: "Atoe Domaine";
  font-size: 40px;
  line-height: 1em;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.03em;
  color: #0A1A4E;
}

.logo-tagline {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #9E4E22;
}

.harmburger {
  padding: 6.25px 0px 6.25px 12.5px;
  display: none;
  z-index: 2;
}
.harmburger .icon-bar {
  display: block;
  width: 35px;
  height: 1px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) !important;
  background: #0A1A4E;
  text-align: center;
  margin: 0 auto;
}
.harmburger .icon-bar + .icon-bar {
  transform: none;
  margin-top: 7px;
}

.harmburger.collapsed .icon-bar + .icon-bar {
  transform: none;
  margin-top: 0px;
}
.harmburger.collapsed .icon-bar:nth-child(1) {
  opacity: 0;
  transform: translate3d(0, 0px, 0);
}
.harmburger.collapsed .icon-bar:nth-child(2) {
  transform: translate3d(0, -2px, 0) rotate(-45deg);
}
.harmburger.collapsed .icon-bar:nth-child(3) {
  transform: translate3d(0, -3px, 0) rotate(-135deg);
}

#footer {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  place-self: center;
}
#footer ≈ #social {
  justify-self: end;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  align-items: center;
}
#footer ≈ #social p {
  line-height: 20px;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.7;
}
#footer ≈ #social p:first-child {
  padding-right: 15px;
}
#footer ≈ #social span {
  width: 25px;
  height: 1px;
  background-color: #444444;
  opacity: 0.6;
}
#footer ≈ #social span:first-child {
  padding-right: 15px;
}
#footer ≈ #social a {
  padding: 15px;
  opacity: 0.6;
}
#footer ≈ #social a:hover {
  opacity: 1;
}
#footer ≈ #social svg {
  height: 20px;
}
#footer ≈ #social img {
  height: 20px;
}
#footer ≈ #social ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 0px;
  align-items: center;
}
#footer ≈ #social ul li {
  line-height: 0;
}

.copyright {
  color: #444444;
  justify-self: start;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

#space {
  width: 100%;
  height: 0px;
  background: transparent;
}
@media (max-width: 800px) {
  #space {
    height: 0px;
  }
}

#bestsellers {
  display: grid;
  grid-template-rows: auto auto;
  grid-gap: 30px;
  max-width: 100%;
}
@media (max-width: 800px) {
  #bestsellers {
    max-width: none;
    grid-gap: 30px;
  }
}
#bestsellers .title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 10px;
}
@media (max-width: 800px) {
  #bestsellers .title {
    grid-template-columns: none;
    align-items: center;
    grid-auto-flow: row;
    grid-auto-rows: max-content;
  }
}
#bestsellers .title h3 {
  justify-self: start;
  font-size: 50px;
  line-height: 1.3em;
}
#bestsellers .title .btn-chevron {
  justify-self: end;
}
@media (max-width: 800px) {
  #bestsellers .title .btn-chevron {
    justify-self: start;
  }
}
#bestsellers .title .btn-link {
  padding: 5px 0px !important;
  grid-gap: 7px !important;
  border: none !important;
  border-bottom: 1px dashed rgba(158, 78, 34, 0.7);
  background-color: transparent !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
#bestsellers .title .btn-link:hover {
  border-bottom: 1px dashed rgb(158, 78, 34) !important;
}
#bestsellers #books {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 100%));
  grid-gap: 30px;
  align-items: top;
}
@media (max-width: 800px) {
  #bestsellers #books {
    grid-template-columns: repeat(2, minmax(130px, 100%));
  }
}
#bestsellers #books .book:nth-child(1) {
  animation-delay: 0.1s;
}
#bestsellers #books .book:nth-child(2) {
  animation-delay: 0.2s;
}
#bestsellers #books .book:nth-child(3) {
  animation-delay: 0.3s;
}
#bestsellers #books .book:nth-child(4) {
  animation-delay: 0.4s;
}
#bestsellers #books .book:before, #bestsellers #books .book::after {
  display: none;
}
#bestsellers #books .book:hover {
  filter: brightness(1.1);
}

.book {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 30px;
  grid-auto-rows: max-content;
}
.book .book-image {
  width: 100%;
  height: auto;
  position: relative;
}
.book .book-image .image {
  position: relative;
  line-height: 0;
  border-radius: 3px 5px 5px 3px;
  height: 100%;
  width: 100%;
}
.book .book-image .image:before {
  content: "";
  position: absolute;
  /* top: 0; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 13px 0px 2px rgba(255, 255, 255, 0.05), inset 5px 0px 5px rgba(10, 26, 78, 0.3), inset -5px 5px 2px rgba(255, 255, 255, 0.15), inset 0px -3px 5px rgba(10, 26, 78, 0.1), inset 0px 3px 5px rgba(10, 26, 78, 0.05);
  border-radius: 3px 5px 5px 3px;
}
.book .book-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 3px;
  height: 100%;
  background: rgba(10, 26, 78, 0.06);
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}
.book .book-image .image img {
  border-radius: 3px 5px 5px 3px;
}
.book .book-image img {
  width: 100%;
  height: auto;
}
.book .book-image .shadow {
  filter: blur(5px) opacity(0.5) brightness(0.7);
  position: absolute;
  top: 4%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: scale(0.94);
}
.book .book-details {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 10px;
  grid-auto-rows: max-content;
}
.book .book-details .book-name {
  font-size: 25px;
  line-height: 1.2em;
  height: -moz-max-content;
  height: max-content;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1000px) {
  .book .book-details .book-name {
    font-size: 18px !important;
    line-height: 24px !important;
    max-height: 48px;
    height: -moz-max-content;
    height: max-content;
    font-weight: 500;
    letter-spacing: 0;
  }
  .book .book-details .book-name .btn-chevron {
    padding: 0;
  }
  .book .book-details .book-name .btn-chevron span {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #444444;
  }
  .book .book-details .book-name .btn-chevron svg {
    height: 8px;
  }
}
.book .book-details .btn-chevron {
  grid-gap: 5px !important;
  padding: 0;
}
@media (max-width: 1000px) {
  .book .book-details .btn-chevron {
    padding: 0;
  }
  .book .book-details .btn-chevron span {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #444444;
  }
  .book .book-details .btn-chevron svg {
    height: 8px;
  }
}
.book:hover .book-image {
  filter: brightness(1.1);
}
.book:hover .book-image .shadow {
  opacity: 0.7;
  transform: scale(0.96);
}
.book:hover .book-name {
  opacity: 0.7;
}
.book:hover .btn-chevron {
  grid-gap: 10px !important;
  opacity: 1;
}

#all-books {
  display: grid;
  grid-gap: 50px;
  width: 100%;
}
@media (max-width: 1000px) {
  #all-books {
    grid-gap: 30px;
  }
}
#all-books .section-title {
  font-size: 40px;
  line-height: 1.1em;
  font-family: "Atoe Domaine";
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(10, 26, 78, 0.1);
}
@media (max-width: 1000px) {
  #all-books .section-title {
    font-size: 30px;
    line-height: 1.1em;
    padding-bottom: 15px;
  }
}
#all-books #books {
  display: grid;
  grid-gap: 50px 30px;
  align-items: start;
  grid-template-columns: repeat(4, minmax(150px, 100%));
}
@media (max-width: 800px) {
  #all-books #books {
    grid-template-columns: repeat(2, minmax(130px, 100%));
  }
}
#all-books #books .book {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 20px;
  grid-auto-rows: max-content;
}
#all-books #books .book .book-image {
  width: 100%;
  height: auto;
  position: relative;
}
#all-books #books .book .book-image .image {
  position: relative;
  line-height: 0;
  border-radius: 3px 5px 5px 3px;
  height: 100%;
  width: 100%;
}
#all-books #books .book .book-image .image:before {
  content: "";
  position: absolute;
  /* top: 0; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 13px 0px 2px rgba(255, 255, 255, 0.05), inset 5px 0px 5px rgba(10, 26, 78, 0.3), inset -5px 5px 2px rgba(255, 255, 255, 0.15), inset 0px -3px 5px rgba(10, 26, 78, 0.1), inset 0px 3px 5px rgba(10, 26, 78, 0.05);
  border-radius: 3px 5px 5px 3px;
}
#all-books #books .book .book-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 3px;
  height: 100%;
  background: rgba(10, 26, 78, 0.06);
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}
#all-books #books .book .book-image .image img {
  border-radius: 3px 5px 5px 3px;
}
#all-books #books .book .book-image img {
  width: 100%;
  height: auto;
}
#all-books #books .book .book-image .shadow {
  filter: blur(5px) opacity(0.5) brightness(0.7);
  position: absolute;
  top: 4%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: scale(0.94);
}
#all-books #books .book .book-details {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 10px;
  grid-auto-rows: max-content;
}
#all-books #books .book .book-details .book-name {
  font-size: 25px;
  line-height: 1.2em;
  height: -moz-max-content;
  height: max-content;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1000px) {
  #all-books #books .book .book-details .book-name {
    font-size: 18px !important;
    line-height: 24px !important;
    max-height: 48px;
    height: -moz-max-content;
    height: max-content;
    font-weight: 500;
    letter-spacing: 0;
  }
  #all-books #books .book .book-details .book-name .btn-chevron {
    padding: 0;
  }
  #all-books #books .book .book-details .book-name .btn-chevron span {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #444444;
  }
  #all-books #books .book .book-details .book-name .btn-chevron svg {
    height: 8px;
  }
}
#all-books #books .book .book-details .book-name:hover {
  opacity: 0.7 !important;
}
#all-books #books .book .book-details .btn-chevron {
  grid-gap: 5px !important;
  padding: 0;
}
#all-books #books .book .book-details .btn-chevron:hover {
  grid-gap: 10px !important;
  opacity: 1;
}
@media (max-width: 1000px) {
  #all-books #books .book .book-details .btn-chevron {
    padding: 0;
  }
  #all-books #books .book .book-details .btn-chevron span {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #444444;
  }
  #all-books #books .book .book-details .btn-chevron svg {
    height: 8px;
  }
}
#all-books #books .book:hover .book-image .shadow {
  opacity: 0.7;
  transform: scale(0.96);
}
#all-books #books .book:hover .btn-chevron {
  grid-gap: 10px !important;
  opacity: 1;
}

#book-details {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 100px;
}
@media (max-width: 800px) {
  #book-details {
    grid-template-columns: none;
    grid-auto-flow: row;
    grid-gap: 50px;
    width: 100%;
  }
  #book-details .book-image {
    width: 90% !important;
    justify-self: center !important;
  }
  #book-details .book-title {
    text-align: center !important;
    font-size: 35px !important;
    line-height: 1.1em !important;
    padding-bottom: 10px !important;
  }
  #book-details .title {
    text-align: left !important;
  }
}
#book-details .book-image {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
#book-details .book-image .button {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-template-columns: max-content max-content !important;
  justify-content: center;
  grid-gap: 15px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  align-items: center !important;
  width: 100% !important;
  background: transparent !important;
  border: 1px solid rgba(10, 26, 78, 0.1) !important;
}
#book-details .book-image .button span {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #444444 !important;
}
#book-details .book-image .button:hover {
  background: rgba(10, 26, 78, 0.05) !important;
  border: 1px solid rgba(10, 26, 78, 0.2) !important;
}
#book-details .book-image .button svg path {
  fill: #444444;
}
#book-details .book-image .button svg,
#book-details .book-image .button img {
  height: 11px !important;
}
#book-details .book-image .image {
  position: relative;
  line-height: 0;
  border-radius: 3px 5px 5px 3px;
  margin-bottom: 50px;
}
#book-details .book-image .image:before {
  content: "";
  position: absolute;
  /* top: 0; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 13px 0px 2px rgba(255, 255, 255, 0.05), inset 5px 0px 5px rgba(10, 26, 78, 0.3), inset -5px 5px 2px rgba(255, 255, 255, 0.15), inset 0px -3px 5px rgba(10, 26, 78, 0.1), inset 0px 3px 5px rgba(10, 26, 78, 0.05);
  border-radius: 3px 5px 5px 3px;
}
#book-details .book-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 3px;
  height: 100%;
  background: rgba(10, 26, 78, 0.06);
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}
#book-details .book-image .image img {
  border-radius: 3px 5px 5px 3px;
}
#book-details .book-image img {
  width: 100%;
  height: auto;
}
#book-details .book-image .shadow {
  filter: blur(10px) opacity(0.5) brightness(0.7);
  position: absolute;
  top: 4%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: scale(0.94);
}
#book-details .details {
  display: grid;
  grid-gap: 50px;
  grid-auto-rows: max-content;
}
#book-details .details .title {
  font-family: "Gilroy";
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 35px;
  border-bottom: 1px solid rgba(10, 26, 78, 0.1);
  padding-bottom: 5px;
}
#book-details .details .book-title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(10, 26, 78, 0.1);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1em;
}
#book-details .details .description {
  display: grid;
  grid-gap: 20px;
  grid-auto-rows: max-content;
}
#book-details .details .description .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  max-height: 180px;
  overflow: hidden;
}
#book-details .details .description .expand-description {
  border-top: 1px solid rgba(10, 26, 78, 0.1);
}
#book-details .details .description .expand-description .svg,
#book-details .details .description .expand-description img {
  height: 12px;
  transform: rotate(270deg);
}
#book-details .details .description .expand-description .read-more {
  display: block;
}
#book-details .details .description .expand-description .read-less {
  display: none;
}
#book-details .details .description .expand-description:hover {
  border-top: 1px solid rgba(10, 26, 78, 0.3);
}
#book-details .details .description.show .text {
  max-height: none;
}
#book-details .details .description.show .expand-description .svg,
#book-details .details .description.show .expand-description img {
  transform: rotate(90deg);
}
#book-details .details .description.show .expand-description .read-more {
  display: none;
}
#book-details .details .description.show .expand-description .read-less {
  display: block;
}
#book-details .details .channels {
  display: grid;
  grid-gap: 30px;
  grid-auto-flow: row;
  grid-auto-rows: max-content;
}
#book-details .details .channels .formats {
  display: grid;
  grid-gap: 50px;
  grid-auto-flow: column;
  grid-auto-rows: max-content;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
}
#book-details .details .channels .formats .format {
  display: grid;
  grid-gap: 15px;
  grid-auto-flow: row;
}
#book-details .details .channels .formats .format .buy-btn {
  border: 1px solid rgba(10, 26, 78, 0.1);
  padding: 15px;
  display: grid;
  max-width: 250px;
  justify-content: center;
  border-radius: 5px !important;
}
#book-details .details .channels .formats .format .buy-btn:hover {
  background: rgba(10, 26, 78, 0.05) !important;
  border: 1px solid rgba(10, 26, 78, 0.2) !important;
}
#book-details .details .channels .formats .format .buy-btn img, #book-details .details .channels .formats .format .buy-btn svg {
  max-height: 30px;
  width: 100%;
}
#book-details .details .channels .formats .format .name {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#book-details .details .channels .formats .format .price {
  font-family: "Atoe Domaine";
  font-weight: 900;
  font-size: 35px;
  line-height: 30px;
}
@media (max-width: 800px) {
  #book-details .details .channels .formats {
    grid-gap: 30px;
  }
}
#book-details .details .attributes {
  display: grid;
  grid-gap: 30px;
  grid-auto-flow: row;
  grid-auto-rows: max-content;
}
#book-details .details .attributes .book-attributes {
  display: grid;
  grid-gap: 50px;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(10, 26, 78, 0.1);
}
@media (max-width: 800px) {
  #book-details .details .attributes .book-attributes {
    grid-template-columns: none;
    grid-auto-flow: row;
    grid-gap: 30px;
  }
}
#book-details .details .attributes .book-attributes .pages {
  display: grid;
  grid-gap: 15px;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
}
#book-details .details .attributes .book-attributes .pages img,
#book-details .details .attributes .book-attributes .pages svg {
  height: 20px;
  justify-self: center;
}
#book-details .details .attributes .book-attributes .pages img path,
#book-details .details .attributes .book-attributes .pages svg path {
  stroke: #444444;
  opacity: 1;
}
#book-details .details .attributes .book-attributes .pages p {
  font-weight: 700;
}
#book-details .details .attributes .book-attributes .pages p span {
  font-weight: 500;
}
#book-details .details .attributes .book-attributes .dimensions {
  display: grid;
  grid-gap: 15px;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
}
#book-details .details .attributes .book-attributes .dimensions img {
  height: 35px;
}
#book-details .details .attributes .book-attributes .dimensions p {
  font-weight: 700;
}
#book-details .details .attributes .book-attributes .dimensions p span {
  font-weight: 500;
}

#other-books {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content 1fr max-content;
}
#other-books .prev-book {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 20px;
  justify-items: end;
  padding: 30px;
  border: 1px solid rgba(10, 26, 78, 0.1);
  border-radius: 10px !important;
  text-align: right;
}
#other-books .prev-book:hover {
  background: rgba(10, 26, 78, 0.05) !important;
  border: 1px solid rgba(10, 26, 78, 0.2) !important;
}
#other-books .prev-book:hover img {
  box-shadow: 0px 5px 20px -10px rgba(10, 26, 78, 0.2);
}
@media (max-width: 800px) {
  #other-books .prev-book {
    padding: 15px;
    grid-template-columns: none;
  }
}
#other-books .prev-book .btn-chevron {
  padding: 0;
}
@media (max-width: 800px) {
  #other-books .prev-book .btn-chevron {
    padding: 0;
    grid-template-columns: none;
  }
}
@media (max-width: 800px) {
  #other-books .prev-book .btn-chevron span {
    display: none;
  }
}
#other-books .prev-book .prev-book-details {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-gap: 20px;
}
@media (max-width: 800px) {
  #other-books .prev-book .prev-book-details {
    grid-template-columns: none;
  }
}
#other-books .prev-book .prev-book-details .name {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 10px;
  align-items: center;
}
#other-books .prev-book .prev-book-details .name h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.1em;
  max-width: 300px;
  white-space: nowrap;
}
#other-books .prev-book .prev-book-details .name div {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  position: relative;
  max-width: 300px;
  font-weight: 500;
  opacity: 0.8;
}
#other-books .prev-book .prev-book-details .name div * {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  position: relative;
  max-width: 300px;
  font-weight: 500;
  opacity: 0.8;
}
@media (max-width: 800px) {
  #other-books .prev-book .prev-book-details .name {
    display: none;
  }
}
#other-books .prev-book .prev-book-details img {
  width: 75px;
  border: 1px solid rgba(10, 26, 78, 0.2);
  box-shadow: 0px 7px 10px rgba(10, 26, 78, 0.15);
  border-radius: 5px;
}
#other-books .next-book {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 20px;
  justify-items: start;
  padding: 30px;
  border: 1px solid rgba(10, 26, 78, 0.1);
  border-radius: 10px !important;
  text-align: left;
}
#other-books .next-book:hover {
  background: rgba(10, 26, 78, 0.05) !important;
  border: 1px solid rgba(10, 26, 78, 0.2) !important;
}
#other-books .next-book:hover img {
  box-shadow: 0px 5px 20px -10px rgba(10, 26, 78, 0.2);
}
@media (max-width: 800px) {
  #other-books .next-book {
    padding: 15px;
    grid-template-columns: none;
  }
}
#other-books .next-book .btn-chevron {
  padding: 0;
}
@media (max-width: 800px) {
  #other-books .next-book .btn-chevron {
    padding: 0;
    grid-template-columns: none;
  }
}
@media (max-width: 800px) {
  #other-books .next-book .btn-chevron span {
    display: none;
  }
}
#other-books .next-book .next-book-details {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-gap: 20px;
}
@media (max-width: 800px) {
  #other-books .next-book .next-book-details {
    grid-template-columns: none;
  }
}
#other-books .next-book .next-book-details .name {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 10px;
  align-items: center;
}
#other-books .next-book .next-book-details .name h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.1em;
  max-width: 300px;
  white-space: nowrap;
}
#other-books .next-book .next-book-details .name div {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  position: relative;
  max-width: 300px;
  font-weight: 500;
  opacity: 0.8;
}
#other-books .next-book .next-book-details .name div * {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
  position: relative;
  max-width: 300px;
  font-weight: 500;
  opacity: 0.8;
}
@media (max-width: 800px) {
  #other-books .next-book .next-book-details .name {
    display: none;
  }
}
#other-books .next-book .next-book-details img {
  width: 75px;
  border: 1px solid rgba(10, 26, 78, 0.2);
  box-shadow: 0px 7px 10px rgba(10, 26, 78, 0.15);
  border-radius: 5px;
}

#about-hero .text {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 20px;
  text-align: center;
  justify-items: center;
  max-width: 800px;
  margin: 0 auto;
}
#about-hero .text img,
#about-hero .text svg {
  width: 100px;
  height: auto;
  justify-self: center;
}
#about-hero .text img line,
#about-hero .text svg line {
  stroke: #9E4E22;
  opacity: 1;
}
#about-hero .text h1 {
  font-size: 45px;
  line-height: 50px;
}

#about-the-author {
  display: grid;
  grid-gap: 50px;
  grid-auto-flow: row;
  max-width: 800px;
  margin: 0 auto;
}
#about-the-author p {
  font-size: 16px;
  line-height: 1.9em;
  text-align: justify;
}
#about-the-author .btn-link {
  justify-self: center;
  padding: 5px 0px !important;
  grid-gap: 7px !important;
  border: none !important;
  border-bottom: 1px dashed rgba(255, 210, 186, 0.7) !important;
  background-color: transparent !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
#about-the-author .btn-link:hover {
  border-bottom: 1px dashed rgb(255, 210, 186) !important;
}

#contact-hero .text {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 20px;
  text-align: center;
  justify-items: center;
}
#contact-hero .text img,
#contact-hero .text svg {
  width: 100px;
  height: auto;
  justify-self: center;
}
#contact-hero .text img line,
#contact-hero .text svg line {
  stroke: #9E4E22;
  opacity: 1;
}
#contact-hero .text h1 {
  font-size: 45px;
  line-height: 50px;
}

#contacts {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 50px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 800px) {
  #contacts {
    grid-gap: 30px;
    grid-template-columns: none;
    grid-auto-flow: row;
    grid-template-rows: 1fr 1fr;
  }
}
#contacts a {
  width: 100%;
  padding-top: 40%;
  padding-bottom: 40%;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  border-radius: 10px;
  aspect-ratio: 1/1;
}
#contacts a p {
  font-size: 22px;
}
#contacts a:hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#contacts a:hover p {
  text-decoration: underline;
}

#devotional-title {
  max-width: 600px;
  justify-self: center;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 30px;
  grid-auto-rows: max-content;
  padding: 100px 0px;
}
#devotional-title .text {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 10px;
  text-align: center;
}
#devotional-title .text p {
  line-height: 30px;
}
#devotional-title form {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 15px;
}
#devotional-title form .form-inputs {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 15px;
  grid-template-columns: 1fr max-content;
}
@media (max-width: 768px) {
  #devotional-title {
    max-width: none;
  }
  #devotional-title .text {
    text-align: left;
  }
  #devotional-title form {
    grid-auto-flow: row;
    grid-template-columns: none;
  }
  #devotional-title form .form-inputs {
    grid-auto-flow: row;
    grid-template-columns: none;
  }
}

#all-devotionals {
  display: grid;
  grid-gap: 30px;
  width: 100%;
  padding-bottom: 100px;
}
#all-devotionals .section-title {
  font-size: 45px;
  line-height: 45px;
  font-family: "Atoe Domaine";
}
#all-devotionals .devotionals {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 50px;
  grid-auto-rows: max-content;
  grid-template-columns: repeat(auto-fit, minmax(350px, 28.2%));
}
@media (max-width: 576px) {
  #all-devotionals .devotionals {
    grid-template-columns: repeat(auto-fit, minmax(250px, 100%)) !important;
  }
}

.devotional {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 30px;
  grid-auto-rows: max-content;
  padding: 75px 50px;
  background: rgba(10, 26, 78, 0.05);
  border-radius: 10px;
}
@media (max-width: 576px) {
  .devotional {
    padding: 45px 30px;
    background: rgba(10, 26, 78, 0.05);
    border-radius: 5px;
  }
}
.devotional .image {
  width: 100%;
  height: auto;
  position: relative;
}
.devotional .image:hover {
  opacity: 0.7;
}
.devotional .image img {
  width: 100%;
  border-radius: 10px;
}
.devotional .image .shadow {
  filter: blur(10px) opacity(0.5);
  position: absolute;
  top: 10%;
  left: 5%;
  right: 0;
  width: 90%;
  height: 90%;
  z-index: -1;
}
.devotional .details {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 10px;
  grid-auto-rows: max-content;
}
.devotional .details h3 {
  font-size: 25px;
  line-height: 33px;
  text-transform: capitalize;
  font-family: "Atoe Domaine";
}
.devotional .details .devotional-author {
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  justify-content: left;
}
.devotional .details .devotional-author img {
  border-radius: 100px;
  width: 25px;
  height: 25px;
}
.devotional .details .devotional-author p {
  font-size: 16px;
  font-weight: 500;
}
.devotional .details .devotional-author p span {
  opacity: 0.5;
}
.devotional .details .devotional-date p {
  font-size: 16px;
  font-weight: 500;
}
.devotional .details .devotional-date p span {
  opacity: 0.5;
}
.devotional .details .description div {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: 150px;
  position: relative;
}
.devotional .details .description div:before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(232, 236, 247, 0) 30%, rgb(232, 236, 247) 100%);
}
.devotional .details .btn-chevron {
  padding: 5px 0px !important;
  grid-gap: 7px !important;
  border: none !important;
  border-bottom: 1px dashed rgba(10, 26, 78, 0.3) !important;
  background-color: transparent !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.devotional .details .btn-chevron:hover {
  border-bottom: 1px dashed rgb(68, 68, 68) !important;
}
.devotional .details .btn-chevron span {
  color: #444444 !important;
}

#devotional-header {
  width: 100%;
  width: 100%;
  max-width: 1100px;
  justify-self: center;
  height: auto;
  position: relative;
}
#devotional-header.desktop {
  display: block;
}
@media (max-width: 576px) {
  #devotional-header.desktop {
    display: none;
  }
}
#devotional-header.mobile {
  display: none;
}
@media (max-width: 576px) {
  #devotional-header.mobile {
    display: block;
  }
}
#devotional-header img {
  width: 100%;
  border-radius: 10px;
}
#devotional-header .shadow {
  filter: blur(10px) opacity(0.5);
  position: absolute;
  top: 10%;
  left: 5%;
  right: 0;
  width: 90%;
  height: 90%;
  z-index: -1;
}

#devotional-details {
  text-align: center;
  justify-self: center;
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: row;
  grid-auto-rows: max-content;
  padding: 100px 30px;
  background: rgba(10, 26, 78, 0.1);
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  justify-self: center;
  text-align: center;
}
#devotional-details .devotional-name {
  font-family: "Atoe Domaine";
  color: #0A1A4E;
}
#devotional-details .devotional-author {
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  justify-content: center;
}
#devotional-details .devotional-author img {
  border-radius: 100px;
  width: 25px;
  height: 25px;
}
#devotional-details p {
  font-size: 16px;
  font-weight: 500;
}
#devotional-details p span {
  opacity: 0.5;
}
@media (max-width: 576px) {
  #devotional-details {
    text-align: left;
    justify-self: left;
  }
  #devotional-details .devotional-author {
    align-items: left;
    justify-content: left;
  }
}

#devotional-post {
  display: grid;
  grid-gap: 0px;
  width: 100%;
  max-width: 900px;
  justify-self: center;
  text-align: justify;
  padding: 0px 0 100px 0;
}
#devotional-post .block {
  display: grid;
  grid-gap: 20px;
}
#devotional-post h3 {
  border-bottom: 1px solid rgba(10, 26, 78, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 50px;
}
#devotional-post .points {
  display: grid;
  grid-gap: 20px;
  padding: 30px;
  background: rgba(10, 26, 78, 0.05);
  border: 1px solid rgba(10, 26, 78, 0.2);
  text-align: justify;
}
#devotional-post .points ul {
  list-style-type: square;
  padding-left: 20px;
  display: grid;
  grid-gap: 10px;
}
#devotional-post .points ul li {
  font-size: 15px;
  line-height: 25px;
}
#devotional-post ol {
  list-style-type: decimal;
  padding-left: 30px;
  display: grid;
  grid-gap: 10px;
}
#devotional-post ol li {
  font-size: 15px;
  line-height: 25px;
}
#devotional-post ul {
  margin: 20px;
  padding: 20px;
  list-style-type: square;
  line-height: 90px !important;
}
#devotional-post h3 {
  text-align: left;
  line-height: 30px;
  border-bottom: 1px solid rgba(10, 26, 78, 0.2);
  padding-bottom: 20px;
  font-family: "Atoe Domaine";
}

#book-promotion {
  display: grid;
  grid-gap: 150px;
}
#book-promotion .promotion {
  display: grid;
  grid-gap: 50px;
}
#book-promotion .promotion h1 {
  font-family: "Atoe Domaine";
  border-bottom: 1px solid rgba(10, 26, 78, 0.2);
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.book-horizontal {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: max-content 1fr;
  align-items: center;
}
@media (max-width: 576px) {
  .book-horizontal {
    grid-template-columns: none;
    grid-gap: 30px;
    grid-auto-flow: row;
  }
}
.book-horizontal .book-image {
  position: relative;
  line-height: 0;
  border-radius: 3px 5px 5px 3px;
}
.book-horizontal .book-image .image {
  height: 300px;
  width: auto;
  position: relative;
  line-height: 0;
  border-radius: 3px 5px 5px 3px;
}
.book-horizontal .book-image .image:before {
  content: "";
  position: absolute;
  /* top: 0; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 13px 0px 2px rgba(255, 255, 255, 0.05), inset 5px 0px 5px rgba(10, 26, 78, 0.3), inset -5px 5px 2px rgba(255, 255, 255, 0.15), inset 0px -3px 5px rgba(10, 26, 78, 0.1), inset 0px 3px 5px rgba(10, 26, 78, 0.05);
  border-radius: 3px 5px 5px 3px;
}
.book-horizontal .book-image .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 3px;
  height: 100%;
  background: rgba(10, 26, 78, 0.06);
  box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}
@media (max-width: 576px) {
  .book-horizontal .book-image .image {
    height: auto;
    width: 100%;
  }
  .book-horizontal .book-image .image img {
    width: 100%;
    height: auto;
  }
}
.book-horizontal .book-image img {
  width: auto;
  height: 100%;
  border-radius: 3px 5px 5px 3px;
}
.book-horizontal .book-image .shadow {
  filter: blur(5px) opacity(0.5) brightness(0.7);
  position: absolute;
  top: 2%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: scale(0.94);
}
.book-horizontal .details {
  display: grid;
  grid-gap: 20px;
}
.book-horizontal .details h3 {
  line-height: 30px;
}
.book-horizontal .details p {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  max-height: 150px;
  position: relative;
}
.book-horizontal .details p:before {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #FFFFFF 100%);
}
.book-horizontal .details .button {
  width: -moz-max-content;
  width: max-content;
  padding: 15px 25px;
  background-color: #ffffff;
  border: 1px solid rgba(10, 26, 78, 0.2);
}
.book-horizontal .details .button:hover {
  background-color: rgba(10, 26, 78, 0.05);
  box-shadow: 0px 15px 10px -10px rgba(10, 26, 78, 0.05);
  border: 1px solid rgba(10, 26, 78, 0.3);
}
.book-horizontal .details .button span {
  color: #444444;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}

#other-devotionals {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content 1fr max-content;
}
#other-devotionals .prev-devotional {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 15px;
  justify-items: start;
  padding: 30px;
  border: 1px solid rgba(10, 26, 78, 0.1);
}
#other-devotionals .prev-devotional:hover {
  background-color: rgba(10, 26, 78, 0.05);
  box-shadow: 0px 15px 10px -10px rgba(10, 26, 78, 0.05);
}
#other-devotionals .prev-devotional:hover img {
  box-shadow: 0px 5px 20px -10px rgba(10, 26, 78, 0.2);
}
#other-devotionals .prev-devotional:hover .btn-chevron {
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  #other-devotionals .prev-devotional {
    padding: 15px;
    grid-template-columns: none;
  }
}
@media (max-width: 1000px) {
  #other-devotionals .prev-devotional .btn-chevron {
    padding: 0;
    grid-template-columns: none;
  }
}
@media (max-width: 1000px) {
  #other-devotionals .prev-devotional .btn-chevron span {
    display: none;
  }
}
#other-devotionals .prev-devotional .prev-devotional-details {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-gap: 30px;
}
@media (max-width: 1000px) {
  #other-devotionals .prev-devotional .prev-devotional-details {
    grid-template-columns: none;
  }
}
#other-devotionals .prev-devotional .prev-devotional-details .name {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 5px;
  text-align: left;
}
#other-devotionals .prev-devotional .prev-devotional-details .name h3 {
  font-family: "Atoe Domaine";
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  max-width: 300px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  #other-devotionals .prev-devotional .prev-devotional-details .name h3 {
    display: none;
  }
}
#other-devotionals .prev-devotional .prev-devotional-details .name p {
  font-size: 14px;
  font-weight: 500;
}
#other-devotionals .prev-devotional .prev-devotional-details .name p span {
  opacity: 0.5;
}
@media (max-width: 1000px) {
  #other-devotionals .prev-devotional .prev-devotional-details .name {
    display: none;
  }
}
#other-devotionals .prev-devotional .prev-devotional-details img {
  width: 100px;
  border: 1px solid rgba(10, 26, 78, 0.2);
  border-radius: 5px !important;
}
#other-devotionals .next-devotional {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 15px;
  justify-items: end;
  padding: 30px;
  border: 1px solid rgba(10, 26, 78, 0.1);
}
#other-devotionals .next-devotional:hover {
  background-color: rgba(10, 26, 78, 0.05);
  box-shadow: 0px 15px 10px -10px rgba(10, 26, 78, 0.05);
}
#other-devotionals .next-devotional:hover img {
  box-shadow: 0px 5px 20px -10px rgba(10, 26, 78, 0.2);
}
#other-devotionals .next-devotional:hover .btn-chevron {
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  #other-devotionals .next-devotional {
    padding: 15px;
    grid-template-columns: none;
  }
}
@media (max-width: 1000px) {
  #other-devotionals .next-devotional .btn-chevron {
    padding: 0;
    grid-template-columns: none;
  }
}
@media (max-width: 1000px) {
  #other-devotionals .next-devotional .btn-chevron span {
    display: none;
  }
}
#other-devotionals .next-devotional .next-devotional-details {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-gap: 30px;
}
@media (max-width: 1000px) {
  #other-devotionals .next-devotional .next-devotional-details {
    grid-template-columns: none;
  }
}
#other-devotionals .next-devotional .next-devotional-details .name {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 5px;
  text-align: right;
}
#other-devotionals .next-devotional .next-devotional-details .name h3 {
  font-family: "Atoe Domaine";
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  max-width: 300px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  #other-devotionals .next-devotional .next-devotional-details .name h3 {
    display: none;
  }
}
#other-devotionals .next-devotional .next-devotional-details .name p {
  font-size: 14px;
  font-weight: 500;
}
#other-devotionals .next-devotional .next-devotional-details .name p span {
  opacity: 0.5;
}
@media (max-width: 1000px) {
  #other-devotionals .next-devotional .next-devotional-details .name {
    display: none;
  }
}
#other-devotionals .next-devotional .next-devotional-details img {
  width: 100px;
  border: 1px solid rgba(10, 26, 78, 0.2);
  border-radius: 5px !important;
}

#error404-hero {
  padding: 100px 150px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 30px;
  justify-self: center;
  text-align: center;
}
@media (max-width: 800px) {
  #error404-hero {
    padding: 100px 30px;
  }
}
#error404-hero .error404-text {
  display: grid;
  grid-auto-rows: max-content;
  grid-gap: 0px;
  place-self: center;
}
#error404-hero .error404-text h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 133px;
}
@media (max-width: 800px) {
  #error404-hero .error404-text h1 {
    font-size: 75px;
    line-height: 100px;
  }
}
#error404-hero .error404-text p {
  font-size: 16px;
  line-height: 26px;
}
#error404-hero .btn-chevron {
  place-self: center;
}

@media (max-width: 1300px) {
  .harmburger {
    display: block !important;
  }
  #navigation {
    grid-template-columns: 1fr auto !important;
  }
  #navigation nav {
    display: none !important;
  }
  #navigation .nav-space {
    display: none;
  }
}
@media (max-width: 1000px) {
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
  .logo-name {
    font-size: 30px !important;
    line-height: 1em !important;
  }
  .logo-tagline {
    font-size: 8px !important;
    line-height: 1.3em !important;
  }
  #logo .logo-icon {
    width: 50px !important;
    height: 50px !important;
  }
  body.dark #logo a {
    grid-template-columns: auto !important;
  }
  #footer {
    grid-template-columns: none !important;
    grid-auto-flow: row;
  }
  #footer #social {
    display: none;
  }
  #footer .copyright {
    justify-self: center;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  #all-books #books {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body.dark {
    background-image: linear-gradient(0deg, rgba(4, 12, 37, 0.5), rgba(4, 12, 37, 0.5)), linear-gradient(0deg, #061133 0%, rgba(4, 12, 37, 0.5) 57.09%, rgba(4, 12, 37, 0.5) 87.26%, rgba(4, 12, 37, 0.8) 99.16%), url(../images/eoatoe/eoatoe-lg.jpg);
    background-position: center top !important;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 15px;
  }
  p {
    font-size: 15px;
    line-height: 30px;
  }
}/*# sourceMappingURL=styles.css.map */