/* GLOBAL RESET */
* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: "Montserrat", sans-serif;
}

#wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2%;
  background-color: #ffffff;
  padding: 0px;
  display: flex;
  flex-direction: column;
  height: auto;
}

p { 
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

h3 {   
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  font-size: 150%;	
  text-align: center;
  text-shadow: 0px 0px 0px #000000;
  padding: 8px 0px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* NAVBAR */
#navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #000;
  padding: 5px 10px!important;
  position: relative;
  gap: 12px;
}

.nav-icon {
  margin-right: auto;
  width: 50px!important;
  flex-shrink: 0;
}

.nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  max-width: 140px;
}

#navbar a {
  color: white;
  text-decoration: none;
  padding: 10px;
  font-size: 124%;
  white-space: nowrap;
}

#navbar a:hover {
  color: #9b8fdf;
}

/* Navbar phrase */
.navbar-phrase {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 125%;
  color: white;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

/* HERO IMAGE SECTION */
.image-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: visible!important;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: -38px;
  margin-bottom: -38px;
}

/* background image */
.bgimages {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bgimages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* overlay banner */
.bglogo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1300px;
  height: auto;
  opacity: 0.85;
  z-index: 2;
  display: block;
}

/* hero content */
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  z-index: 3;
}

.hero-logo {
  max-width: 50%;
  margin-top: -5%;
}

.phrase {
  color: black;
  font-size: 250%;
  letter-spacing: 1px;
  margin-top: 7%;
  margin-right: 26%;
}

.signup-mobile-button {
	display: none;
}

/* Sign Up button */
.signup-nav-button {
  background-color: #ffff99!important;
  color: #000000!important;
  padding: 8px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 12px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.signup-nav-button:hover {
  background-color: #9b8fdf;
  transform: scale(1.05);
}

  .nav-logo {
    width: 140px;
  }

  #navbar a {
    font-size: 0.9rem;
    padding: 6px;
  }


/* HOME PAGE */
body.home .nav-logo {
  display: none;
}

.shy-seo {
  font-size: 10%;
  margin: 0;
  padding: 0;
  color: black;
  margin-top: -200px;
  display: block;
}

/* IMAGE GRID */
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 20px;
}

.image-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}


/* GLOBAL RESET */
* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: "Montserrat", sans-serif;
}

#wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

p { 
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

h3 {   
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  font-size: 150%;	
  text-align: center;
  padding: 8px 0px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* NAVBAR */
#navbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #000;
  padding: 10px 20px;
  position: relative; /* for centered logo */
  gap: 12px;
}

.nav-icon {
  margin-right: auto;
  width: 40px;
  flex-shrink: 0;
}

.nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  max-width: 140px;
}

#navbar a {
  color: white;
  text-decoration: none;
  padding: 10px;
  font-size: 1rem;
  white-space: nowrap;
}

#navbar a:hover {
  color: #9b8fdf;
}


/* Navbar phrase */
.navbar-phrase {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 125%;
  color: white;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

/* HERO IMAGE SECTION */
.image-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bgimages {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bgimages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  z-index: 3;
}

.hero-logo {
  max-width: 50%;
  margin-top: -5%;
}

.coming-soon-phrase {
	display: none;
}

.mobile-phrase {
	display: none;
}

.phrase {
  color: black;
  font-size: 250%;
  letter-spacing: 1px;
  margin-top: 7%;
  margin-right: 26%;
}

.signup-nav-button:hover {
  background-color: #9b8fdf;
  transform: scale(1.05);
}

/* HOME PAGE SOCIAL MEDIA */
.social-media-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.social-media-container img {
  width: 40px;
}

/* OTHER PAGES SOCIAL MEDIA */
.other-social-media-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.other-social-media-container img {
  width: 40px;
}

/* FOOTER */
footer {
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.footer-mobile {
	display: none;
}

.shy-seo {
  font-size: 10%;
  margin: 0;
  padding: 0;
  color: black;
  margin-top: -200px;
  display: block;
}

/* IMAGE GRID */
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 20px;
}

.image-grid img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	color: purple;
}

a:active {
	color: blue;
}



