/*
Theme Name: Neve Child
Template: neve
Author: Your Name
Version: 2.8.4
Description: Child theme for Neve
*/

@import url("../neve/style.css");

html body,
.header--row-inner.header-main-inner {
  background-color: #121212 !important;
  color: #ffffff !important;
}

.template {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  background-color: #121212;
}

.template main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  max-width: 1200px;
  width: 100%;
}

.btn {
  background-color: #1e90ff;
  color: #fff;
  border: none;
}

.btn:hover {
  background-color: #00bfff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}

h1,
h2,
h3 {
  font-family: "Luckiest Guy", sans-serif !important;
}

p,
span,
a {
  font-family: "Rubik", sans-serif !important;
  font-weight: 400;
}

strong,
b {
  font-weight: 700;
}

@media (min-width: 360px) and (max-width: 575px) {
  .template main {
    max-width: 575px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .template main {
    max-width: 767px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .template main {
    max-width: 991px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .template main {
    max-width: 1024px;
  }
}

@media (max-width: 375px) {
  .template main {
    max-width: 375px;
  }
}

.post-body .wp-block-image {
  max-width: 700px;
  margin: 40px auto;
}
