* {
  font-family: 'optima_ltstd-bold', Arial, Helvetica, sans-serif;
  color: #635D67;
}

html,
body {
  margin: 0;
  border: 0;
  padding: 0;

}

.body-wrap {
  position: relative;
}

.body-wrap:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(assets/images/pawPrintSmall.PNG), linear-gradient(90deg, #0074A8, #00CEE6, #00CEE6, #00CEE6, #0074A8);
  background-position: center;
  background-size: contain;   
}

.body-content {
  position: relative;
}

.top-bar {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
}

.top-bar-image-flipped {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h1,
h2,
h3,
.main-header {
  color: #0074A8 !important;
  text-align: center;
  background: #0074A8;
  background: linear-gradient(to top, #ffff 0%, #ffff 54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 2.5em !important;

}

.main-header {
  font-size: 5em;
}

.main-view-container {
  margin: 2em 0;
}

.dev-post-container {
  margin-bottom: 1em;
}

.play-store-wrapper {
  margin: 1em;
  display: flex;
}

.play-store-wrapper img {
  max-width: 100%;
}

.header-container {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 0em;
  margin: 1.5em 0;
}

.text-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  padding: 1.5em;
}

.text-container .img-wrapper {
  padding: 1em 4em;
}

.text-container span {
  color: white;
}

.dev-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  padding: 1.5em;
  margin-bottom: 1.5em;
}

.dev-container .img-wrapper {
  padding: 1em 4em;
}

.dev-container span {
  color: white;
  width: inherit;
}

.dev-img {
    border-radius: 25px;
    max-width: 20em;
    object-fit: contain;
    filter: drop-shadow(0px 10px 10px #0074A8);
}

.main-some-icon {
  height: 5em;
}

.some-icon-wrapper {
  width: fit-content !important;
  padding: 0.5em;
}

.sub-some-icon {
  height: 3em;
}

.contact-email {
  font-size: 1.5em;
    color: white
}

#custom-edge-image {
    filter: drop-shadow(0px 10px 10px #0074A8);
}

#collab-img {
    border-radius: 25px;
    filter: drop-shadow(0px 10px 10px #0074A8);
}

#nav-bar {
    background-image: url(assets/images/paperTexture.png), linear-gradient(90deg, #999999, #ffff, #ffff, #999999);
    filter: drop-shadow(0px 10px 10px #0074A8);
}

.steam-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1b2838;
  color: #c7d5e0;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.steam-button:hover {
  background-color: #2a475e;
  color: #fff;
  transform: translateY(-1px);
}

.steam-logo {
  height: 44px;
  width: auto;
}

.playstore-logo {
  height: 44px;
  width: auto;
}

.center-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0; /* optional spacing */
}

.trailer-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.trailer-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px; /* optional: gives it softer edges */
  box-shadow: 0 4px 20px rgba(0,0,0,0.5); /* optional: subtle drop shadow */
}