@charset "utf-8";
@import url("site-footer.css");
.logo {
  max-width: 230px;
  height: auto;
}
.title-group h1 {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 15px;
	margin-bottom: 0px;
	line-height: 1.1em;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	}
.header-sub {
    font-size: 0.8rem;
    margin: 0 0 0 15px;
    line-height: 1.2;
	}
/* Center main navigation */
.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
	margin-top: 30px;
    padding: 5px;
	}
.main-nav-btn {
    display: flex;
	align-items: center;
	justify-content: center;
    background-color: #457B9D;
    border-radius: 9px;
    min-width: 100px;
    min-height: 30px;
    }
.main-nav-btn-txt {
    font-size: 20px;
    color: white;
    text-decoration: none;
}
.foot-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    padding: 5px;
	}
.foot-nav-btn {
    display: flex;
	align-items: center;
	justify-content: center;
    background-color: #2ECC71;
    border-radius: 9px;
    min-width: 150px;
    min-height: 30px;
    }
.foot-nav-txt {
    font-size: 20px;
    color: white;
    text-decoration: none;
}
.home-art {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 50px;
    margin-top: 50px;
}
.home-art-p {
    text-align: left;
    max-width: 600px;
    font-weight: normal;
}
.home-art-img {
    max-width: 350px;
    height: auto;
    margin-bottom: 0px;
}
.home-grid-center-text {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.home-grid {
	display: flex;
	justify-content: center;  /* centers both divs horizontally on the page */
    gap: 20px;                /* space between left and right — adjust as needed */
	min-width: 300px;
		}
#Level1 {background-color: #F5B041; }
#A313-L2 {
    background-color: #F8C471;
    margin-bottom: 30px;
    border-radius: 16px;
    min-width: 200px;
    min-height: 30px;
    display: flex;
  align-items: center;
  justify-content: center; /* handles horizontal centering in flex */
}
#A313-L3 {
    background-color: #FAD7A0;
    margin-bottom: 30px;
    border-radius: 16px;
    min-width: 200px;
    display: flex;
  align-items: center;
  justify-content: center; /* handles horizontal centering in flex */
	min-height: 30px;
}
#A313-L4 {
    background-color: #FDEBD0;
    margin-bottom: 30px;
    border-radius: 16px;
    min-width: 200px;
    display: flex;
  align-items: center;
  justify-content: center; /* handles horizontal centering in flex */
	min-height: 30px; 
}
#D313-L2 {
    background-color: #F8C471;
    margin-bottom: 30px;
    border-radius: 16px;
    min-width: 200px;
    min-height: 30px; 
	display: flex;
  align-items: center;
  justify-content: center; /* handles horizontal centering in flex */
}
#D313-L3 {
    background-color: #FAD7A0;
    margin-bottom: 30px;
    border-radius: 16px;
    min-width: 200px;
    min-height: 30px; 
	display: flex;
  align-items: center;
  justify-content: center; /* handles horizontal centering in flex */
}

@media (max-width: 700px) {
  .footer-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 16px;
    padding: 15px;
  }
  .container {
    width: 90%;
    margin: 0 auto;
  }
}@media (min-width: 901px) {
  body {
    font-size: 20px;
    text-align: center;
  }
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
  }
}@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
