/*
Theme Name: V4blackaltar
Theme URI: https://example.com
Author: Yoshi
Author URI: https://yourwebsite.com
Description: The incontrovertibly badass Black Altar Tattoo theme for wordpress.
Version: 4.66.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme
Text Domain: mytheme
*/

body {
  background: #181818;
  min-width: 409px;
  color: ghostwhite;
  font-family: "Literata", serif;
  font-weight: 300;
}
p,
.home-link {
  font-family: "Jost", sans-serif !important;
}
a {
  text-decoration: none !important;
}
h1,
h2 {
  font-weight: 100;
}
h1.main-title {
  font-weight: 400;
}
.main-title:hover {
  cursor: pointer;
  opacity: 0.4;
}
.altar-heading {
  display: flex;
  position: relative;
  justify-content: center;
}

.altar-heading h1 {
  color: #ccc;
}

.socials {
  float: right;
}

header {
  color: white;
  padding: 0 8vw;
}
footer {
  text-align: center;
}
.page-content {
  padding: 0 2vw;
}
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  color: white;
}
nav {
  display: flex;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.menu {
  flex-direction: column;
  display: none;
  width: 100%;
  text-align: left;
  background: #080808;
}
.menu li {
  margin: 0 15px;
}
.menu a {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.menu a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.menu-toggle {
  display: block;
}
nav {
  flex-direction: column;
  width: 100%;
}
.menu.active {
  display: flex;
  position: fixed;
  width: 93vw;
  padding-right: 10px;
  top: 8vh;
  left: 0;
  width: 100vw;
}
.menu.active ul {
  list-style: none;
}
.menu li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/** */
.unlink {
  color: inherit;
  text-decoration: none;
}
.btn-1 {
  border-bottom: 2px solid #fff1;
  padding-bottom: 7px;
  padding-top: 7px;
  width: 24%;
  margin: auto;
  display: flex;
  justify-content: center;
  transition: background-color 0.05s ease-in;
}
.btn-1:hover {
  background-color: #fff1;
  border: 1px solid white;
}

.staircase {
  position: relative;
  width: 60%;
  height: 45vh;
  bottom: 11vh;
  margin: auto;
}

.stair {
  opacity: 0;
  margin: auto;
  position: relative;
  /* transform: translateX(-20%) translateY(-50px); */
  transform: translate(0, 7vh);
  transition: transform 0.8s ease-out, opacity 0.4s ease-in;
}
/* Alternating Directions */
.step-odd {
  opacity: 1;
  /* transform: translateX(45%) translateY(50px); */
}

.step-even {
  opacity: 1;
  /* transform: translateX(45%) translateY(50px); */
}

@keyframes e1 {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.portal-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 50px;
}
.home-link {
  color: white;
  text-decoration: none; /* Remove underline */
  transition: text-decoration 0.8s ease-in; /* Smooth effect */
  min-width: 235px;
  font-size: 21px;
}

.home-link:hover {
  text-decoration: underline; /* Underline on hover */
}

/* Ensure the page content stays within a defined width */
.embroidered-container {
  max-width: 86vw; /* Adjust width as needed */
  margin: 15px auto;
  padding: 20px 30px;
  background: transparent; /* Background color of content */
}

/* Left border */
.embroidered-container::before {
  left: -40px; /* Adjust based on spacing */
}

/* Right border */
.embroidered-container::after {
  right: -40px; /* Adjust based on spacing */
}

/* Phones (max width 600px) */
@media (max-width: 600px) {
}

/* Tablets like iPads (601px to 1024px) */
@media (min-width: 1024px) and (max-width: 1366px) {
  .portal {
    position: relative;
    bottom: 17vh;
  }
}

/* Landscape orientation */
@media (orientation: landscape) {
  .portal {
    position: relative;
    bottom: 2vh;
  }
}

@media (max-width: 768px) {
  .page-content {
    padding-left: 1vw;
  }
  .staircase {
    width: 100%;
    height: 48vh;
  }
  .portal {
    bottom: 20vh;
    padding-top: 0;
  }
  .menu.active {
    width: 98vw;
  }
  .embroidered-container::before,
  .embroidered-container::after {
    width: 15px;
    left: -20px;
    right: -20px;
    opacity: 0.14;
  }
}

@media (max-width: 551px) {
}
