  /*
  Programmer: Ziana Mitchell  
  Date: 2026-04-27 Revised: 2026-04-29
  Project Name: learningmaze
  Project Section: style.css
  */


body{
  background-color:#fff2cc;
  font-family: Verdana, Arial, Sans-serif;
}
.body{
  background-color: #fff2cc;
}
footer{
  color: #000;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #C3B1E1;
}
.container {
  width:100%;
	overflow: hidden;
}
nav{
  color: #000;
  text-align: center;
  background-color:  #C3B1E1;
  margin: 0 auto;
  align-items: center;
}
nav li:hover{
  color:#ffffff;
  font-weight: bold;
  border-radius: 50px;
}
nav a{
  color:#000;
  width:155px;
  font-weight: bold;
	font-size: 16pt;
  text-align:center;
}
nav a:hover{
   border-radius: 50px;
}
#navbar{
  margin:0 auto;
  vertical-align: middle;
  text-align: center;
}
.navbar {
  margin:0 auto;
  vertical-align: middle;
  text-align: center;
}
.tuition {
  text-align: right;
  color: #000;
}
.mainContent{
  background-color: #ffffff;
  width: 60%;
  margin: 0 auto;
  padding:0;
  border-left: solid 1px #C3B1E1;
  border-right: solid 1px #C3B1E1;
}
.content1 {
  padding-left:25px;
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  align-items: center;
  position: relative;
}
.thumbnail {
	max-width: 268px;
    max-height:180px;
}
.justy{
  text-align: justify;
}
.daycare-calendar-container {
  font-family: 'Comic Sans MS', 'Chalkboard SE', sans-serif;
  max-width: 900px;
  margin: 20px auto;
  padding: 15px;
  background-color: #fcfbf7;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.calendar-header {
  text-align: center;
  margin-bottom: 20px;
}
.calendar-header h2 {
  color: #ff6b6b;
  margin-bottom: 5px;
}
.calendar-grid {
  display: grid;
  grid-template-columns: 120px repeat(5, 1fr);
  gap: 8px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  overflow-x: auto;
}
.grid-header {
  background-color: #4ecdc4;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}
.time-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  padding: 15px 5px;
}
.morning { background-color: #ffbe76; }
.lunch { background-color: #ff7675; }
.afternoon { background-color: #74b9ff; }
.evening { background-color: #a29bfe; }
.cell {
  background-color: #f1f2f6;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.9em;
  color: #2d3436;
}
.form-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
iframe {
  border-radius: 12px;
  border: none;
	overflow: hidden;
}
br{
  clear:both;
}
.contentPolicy{
  text-alighn: left;
  float: left;
  margin:0 auto;
  height:100%;
  width: 90%;
  margin: 0 auto;
  padding-left:25px;
  font-family: Arial;
}
.contentPolicy ol{
  line-height: 1.5;
  padding: none;
  margin: 0 auto;
}
.hide-on-desktop {
  display: none;
}
.hide-on-mobile{
  display:block;
}
.copy a{
  text-align: center;
  color: #000;
  background-color: #C3B1E1;
}
.copy {
  color:#000;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background-color: #C3B1E1;
}
.feet{
  clear:both;
}
.footnav{
  background-color: #C3B1E1;
  color:#000;
  font-weight:bold;
  text-align: center;
  padding-bottom:10px;
  vertical-align: middle;
}
.footnav a{
    color:#000;
    vertical-align: middle;
}
.teach {
  min-width: 50%;
  min-height: 300px;
  vertical-align: top;
  margin:20px auto;
  align-items: center;
}
.teacher-row {
  padding-bottom:20px;
}
.teacher-column {
  min-width:50%;
  align-items: center;
}
.teacher {
 min-width:125px;
 min-height:125px;
 vertical-align: middle;
}
.teacher-bio {
 min-width:175px;
 min-height:125px;
 vertical-align: top;
 padding-right:20px;
}
.carousel-container {
  position: relative; 
  overflow: hidden; 
  min-height: 300px;
border: 1px solid #000;
}
.service-card.hidden {
  display:none;
}
.service-card.active {
  display: block;
}
.intro {
  text-align: left;
  font-size: 12pt;
  font-family: Verdana sans-serif;
  float: left;
  display: block;
}
.index-img {
  float: right;
  display:block;
	overflow: hidden
}
#storytime {
  size:50%;
}
@media (max-width: 600px) {
body{
  background-color:#fff2cc;
  font-family: Verdana, Arial, Sans-serif;
}
  .container{
    width: 100%;
    flex-direction: column;
  }
  .mainContent{
    width: 100%;
    color:#000000;
    background-color: #ffffff;
    margin: 0 auto;
  }
	.content1 {
  padding-left:25px;
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  align-items: center;
  position: relative;
}
  .calendar-grid {
    grid-template-columns: 80px repeat(5, 100px);
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop{
    display:block;
  }
	.teach-table {
		flex-direction: column;
	}
  .teacher-column {
    min-width:100%;
    align-items: center;
    flex-direction: column;
  }
}