/* ============================================================================ */
/* FONTS */

@font-face {
  font-family: "YoungSerif-Regular";
  src: url('https://josefineh.neocities.org/fonts/YoungSerif-Regular.ttf') format("truetype");
}


@font-face {
  font-family: "SCRIPTIN";
  src: url('https://josefineh.neocities.org/fonts/SCRIPTIN.ttf') format("truetype");
}

@font-face {
  font-family: "CamarinediscoRegular";
  src: url('https://josefineh.neocities.org/fonts/CamarinediscoRegular.otf') format("truetype");
}

@font-face {
  font-family: "PinyonScript-Regular";
  src: url('https://josefineh.neocities.org/fonts/PinyonScript-Regular.ttf') format("truetype");
}

/* ============================================================================ */


/* ============================================================================ */
/* RESET, GLOBAL STIL */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #78866B;
  padding: 0 20px 40px 20px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}


ul, li, nav, .navbar, .nav-side {
  list-style: none;
  list-style-type: none;
}

/* ============================================================================ */


/* ============================================================================ */
/* LAYOUT, NAVIGATION */

.page-wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  position: relative;
  margin-bottom: 80px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #e2d7c7;
  padding: 15px 30px;


}

.nav-side {
  display: flex;
  align-items: center;
  gap: 60px;
  flex: 1;
}

.nav-left {
  justify-content: flex-end;
  padding-right: 120px;
}

.nav-right {
  justify-content: flex-start;
  padding-left: 120px;
}

.navbar a {
  text-decoration: none;
  font-size: 1.1rem;
  font-family: "CamarinediscoRegular", serif;
  color: black;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 10px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.logo-img {
  height: 100px;
  width: auto;
  display: block;
  position: absolute;
  top: -25px;
  background-color: #e2d7c7;
  border-radius: 50%;
  box-shadow: 0 0 0 15px #e2d7c7;
  flex-shrink: 0;
  z-index: 10;
}

nav a:hover {
  background-color: #78866B;
  color: #e2d7c7;
  transform: scale(1.2);
  
}

/* ============================================================================ */


/* ============================================================================ */
/* HEADER, TEXT */

.main-title {
  font-family: "PinyonScript-Regular", cursive;
  font-size: 100px;
  text-align: center;
  margin: -7 auto 30px auto;
  background: none;
  border: none;
  padding: 0;
  color: black;
  text-shadow: 5px 5px 70px #FDFBD4;
}


.under-title {
  font-family: "CamarinediscoRegular", serif;
  font-size: 1.2rem;
  text-align: center;
  margin: 3% auto 1px auto;
  background: none;
  border: none;
  padding: 0;
  color: black;
  text-shadow: 5px 5px 70px #FDFBD4;
}

/* ============================================================================ */


/* ============================================================================ */
/* BOXES */

.box {
  background-color: #e2d7c7;
  border: 1px solid #8b7d6b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c4a3e;
  font-size: 0.8rem;
  font-weight: bold;
}

.wireframe-hero {
  margin: 30px 0;
}

.hero-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.side-column {
  flex: 0 1 250px;
  text-align: center;
  margin-top: 30%;
  box-sizing: border-box;
  
}

.main-image-box {
  width: 100%;
  max-width: 600px;
  flex-shrink: 0;
  height: 450px;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  overflow: hidden;
  border: 10px solid #e2d7c7;
  border-radius: 50%;
}

.main-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.wireframe-cards-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 1px solid #8b7d6b;
  background-color: #f5efe6;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}

.wireframe-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  
}

.card-image-box {
  width: 100%;
  height: 120px;
  background-color: #c8baaa;
  
}

.card-number-box {
  width: 40px;
  height: 25px;
  background-color: transparent;
  border: none;
}

.card-text-box {
  width: 90%;
  height: 50px;
  background-color: #ebdcd0;
  text-align: center;
}


/* ============================================================================ */


/* ============================================================================ */
/* RESPONSIVE (PADDA) */

@media (max-width: 1170px) {
  
  .nav-side {
    gap: 25px;
  
  }
  
  .nav-left {
    padding-right: 110px;
  }
  
  .nav-right {
  
    padding-left: 110px;
  }

  .hero-section {
    gap: 5%;
}

  
  
}


@media (max-width: 900px) {
  
  .nav-side {
    gap: 15px;
  }
  
  .nav-left {
    padding-right: 100px;
  }
  
  .nav-right {
    padding-left: 100px;
  }
  
  .hero-section {
    gap: 3%;
}

.side-column {
  flex: 0 1 250px;
}
}



