@charset "utf-8";
/* CSS Document */

body {margin: 0;
background-color: rgba(244,247,246,1.00);
}
body.main{
	
	background-image: url("images/home page background.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(244,247,246,1.00);
	background-size: auto;
	display:inline block;
	margin:0;
	
}

div.wrapper {width:1140px; margin: 0px auto;}
div.header
{
	background-color: rgba(152,196,193,1.00); 
	height: 140px;
}

div.header ul{
	float:right;

}
div.header li
{
	display: inline-block;
	margin: 25px 10px 10px;

}
div.header a{
	display: inline-block;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 23pt;
	text-decoration: none; 
	color:rgba(244,247,246,1.00); 
}

img.logo {
	width:135px;
	height:135px;
	margin:0px 20px 30px;
	float:left;
}

.signup-button {
  display: inline-block;
  background-color: #98c4c1;
  color: #ffffff;
  padding: 15px 30px;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  border: 2px solid #98c4c1;
  position: fixed;
  bottom: 250px;
  right: 400px;
}

.signup-button:hover {
  background-color: #7fb0ad;
  border-color: #7fb0ad;
}

body {
  font-family: Arial, sans-serif;
}

/* pushes calendar to the right */
.calendar {
  width: 350px;
  float: left;
  margin-left: 60px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.calendar-header {
  background-color: #98c4c1;
  color: white;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  font-weight: bold;
}

.calendar-days,
.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar-days div {
  text-align: center;
  padding: 8px;
  font-weight: bold;
  background-color: #e8f2f1;
  border: 1px solid #ddd;
  font-size: 14px;
}

.calendar-dates div {
  height: 50px;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 12px;
}

.calendar-dates div:hover {
  background-color: #f0f8f7;
}

.schedule-title {
  text-align: right;
  margin-right: 560px;
  font-family: Constantia, "Lucida Bright", Georgia, serif;
  color: #4f6f6a;
}

.class-list {
  width: 500px;
  float: left;
  margin-left: 40px;
  font-family: Constantia, "Lucida Bright", Georgia, serif;
}

.class-list h2 {
  color: #4f6f6a;
  font-size: 28px;
}

.class-list h3 {
  margin-bottom: 5px;
}

.about-section {
  width: 1140px;
  margin: 40px auto;
  overflow: hidden;
}

.about-text {
  width: 600px;
  float: left;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  color: #442913;
}

.about-text h2 {
  font-size: 32px;
  color: #4f6f6a;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-image {
  width: 400px;
  float: right;
  text-align: right;
}

.about-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
}

.map-box {
  width: 400px;
  float: Left;
  margin-right: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.pricing-table {
  width: 900px;
  margin: 40px auto;
  border-collapse: collapse;
  font-family: Constantia, "Lucida Bright", Georgia, serif;
}

.pricing-table th {
  background-color: #4f6f6a;
  color: white;
  padding: 15px;
  font-size: 20px;
}

.pricing-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.pricing-table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.pricing-table td:first-child {
  text-align: left;
  font-weight: bold;
}


div.header a{display: inline-block;}
div.content{}
div.footer{}