body {
  background-color: #222;
  color: #fff;
}

.navbar h5 {
  font-family: "lalezar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: #222;
  padding-top: 10px;
}
.navbar img {
  width: 250px;
  height: auto;
}
.navbar a {
  font-family: "lalezar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  color: #222;
}
.navbar a:hover {
  color: #b4b4b4;
}
.navbar a.active {
  color: #fff;
}
.navbar button {
  border: none;
  color: #000;
  font-size: 30px;
  margin-right: 20px;
}

article ul {
  list-style: none;
}
article h1 {
  font-family: "lalezar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5em;
  margin-top: 50px;
  color: #fff;
  line-height: 90px;
}
article h2 {
  font-family: "lalezar", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 5rem;
}
article p {
  font-family: "Kameron", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  line-height: 50px;
  color: #b4b4b4;
  padding-bottom: 50px;
}
article h3 {
  font-family: "lalezar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 75px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
article h4 {
  font-family: "lalezar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
}
article li {
  font-family: "Kameron", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  line-height: 50px;
  color: #b4b4b4;
}

.lowered {
  margin-top: 150px;
}

.spacing {
  margin-bottom: 200px;
}

.photogallery1 {
  justify-content: center;
  margin-bottom: 75px;
}
.photogallery1 li {
  line-height: 30px;
}

.header-images li {
  text-align: center;
  margin: 0;
  padding: 20px;
}

footer {
  background: #0f0f0f;
  padding-top: 2em;
  position: relative;
  overflow: hidden;
  /* Responsive tweaks */
}
footer h5 {
  font-family: "lalezar", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  padding-bottom: 14px;
}
footer ul li a {
  font-family: "Kameron", serif;
  font-size: 1.5em;
  color: #b8b8b8;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
footer ul li a.active {
  color: #ffffff;
  font-weight: 600;
}
footer ul li a:hover, footer ul li a:focus {
  color: #fff;
}
footer .footer-divider {
  width: 60%;
  height: 1px;
  background-color: #555;
  opacity: 0.5;
  margin: 2rem auto;
}
footer .footer-contact-btn {
  padding: 12px 28px;
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  font-family: "Lalezar", sans-serif;
  letter-spacing: 1px;
  font-size: 1.05em;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
footer .footer-contact-btn:hover {
  background: #fff;
  color: #111;
  transform: translateY(-3px); /* subtle lift */
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}
footer .footer-top {
  font-family: "Kameron", serif;
  color: #b4b4b4;
  font-size: 1em;
  margin-top: 1.5rem;
  transition: all 0.3s ease;
}
footer .footer-top:hover {
  color: #fff;
  letter-spacing: 1.5px;
  transform: translateY(-2px);
}
footer p {
  font-family: "Kameron", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  color: #ffffff;
  margin: 20px 0;
}
@media (max-width: 992px) {
  footer h5 {
    text-align: center;
    margin-bottom: 1rem;
  }
  footer ul {
    text-align: center;
  }
  footer ul li {
    padding-bottom: 10px;
  }
  footer .footer-contact-btn {
    margin-top: 1rem;
  }
}

.otherprojects {
  padding-top: 100px;
}

.redlion-mockups {
  width: auto;
  height: 350px;
  padding: 75px;
}

.customline {
  background-color: #fff;
  height: 2px;
  width: 100%;
}

.header-images-2 ul {
  width: 100%;
}

form {
  margin-top: 10px;
  text-align: left;
}
form label {
  font-family: "Kameron", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  color: #b4b4b4;
}
form input {
  font-family: "Kameron", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  color: #000000;
}
form textarea {
  font-family: "Kameron", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  color: #000000;
}
form button span {
  font-family: "Kameron", serif;
  font-weight: 500;
  font-style: normal;
}

.featured-work {
  margin: 150px 0;
}

.thumbnail {
  position: relative;
  width: 100%;
}
.thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  gap: 25px;
  margin-bottom: 40px;
}

aside h3 {
  padding-bottom: 15px;
}
aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside a {
  color: #b4b4b4;
  text-decoration: none;
  display: inline-flex;
  top: 10px;
}
aside li {
  font-family: "Kameron", serif;
  font-weight: 500;
  font-size: 1.75em;
  padding-bottom: 40px;
}
aside i {
  font-size: 2em;
  padding-right: 10px;
}
aside a:hover {
  color: #fff;
  transform: translateY(-3px);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlay .text {
  color: white;
  font-family: "lalezar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  text-align: center;
  padding: 10px;
  transition: opacity 0.3s ease-in;
}
.overlay .caption {
  color: #b4b4b4;
  font-family: "Kameron", serif;
  font-weight: 400;
  font-size: 1.75em;
  text-align: center;
  max-width: 90%;
  transition: opacity 0.3s ease-in;
}

.thumbnail:hover .overlay {
  opacity: 1;
}

.opener {
  margin-bottom: 150px;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.opener h1 {
  margin-top: 100px;
  animation: fadeInDown 1.2s ease-out forwards;
}
.opener h4 {
  animation: fadeInDown 1.2s ease-out forwards;
}
.opener img {
  animation: fadeInDown 1.2s ease-out forwards;
}
.opener p {
  animation: fadeInDown 1.2s ease-out forwards;
}

section {
  padding: 0, 25px;
  margin-bottom: 125px;
}
section h3 {
  font-family: "lalezar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 75px;
}

.aboutme li {
  font-family: "Kameron", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  color: #b4b4b4;
}

.mm-btn-solid {
  font-family: "Lalezar", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 28px;
  border: none;
  border-radius: 50px;
  background-color: #ffffff;
  color: #111;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.mm-btn-solid:hover {
  background-color: #e6e6e6;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.mm-btn-solid:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.mm-btn-solid:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}/*# sourceMappingURL=custom.css.map */