* {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

a {
    color: #1b90fd;
}

.banner {
    width: 100%;
    padding: 15px 25px 10px 15px;   
    min-height: 500px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(/images/playroom_and_waiting_area/IMG-20240202-WA0018.jpg);
    background-position:  center; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fdfdfc;
    color: white;
    text-align: center;
}

.navbuttons button {
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 2px solid #8cd3ff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.navbuttons span {
    background: #8cd3ff;
    height: 100%;
    width: 0%;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    transition: all 0.5s;
}

.navbuttons button:hover span {
    width: 100%;
    left: 0;
}

.navbuttons button:hover {
    border: none;
    padding: 17px 0;
}


.nav{
text-align: center;
color: white;
}



.logo-container{
    width: 300px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;   
    margin-top: 10px;  
}

.bio {
	width: 100%;
    min-height: 800px;
    color: white;
    text-align: center;
}

.headshot {
	margin: 0px 10px 0px 30px;
	width:40%;
	float:left;
	height: 220px;
	padding: 2.5%;
    text-align: centre;
}

.headshot_pic {
	margin: 1px 5px 0px 10px;
	height: 200px;
	padding: 2.5%;
}

.meet_info{
	margin:25px 30px 0px 0px;
	width:50%;
	float:right;
    color: white;
    text-align:left;
}
  
.credits{
	margin:0px 5px 0px 10px;
	width:100%;
	padding: 2.5%;
    text-align: centre;
	float:left;
}  



.hero {
  width: 100%;
  min-height: 600px;
  color: white;
  text-align: center;
}

.logo {
    height: 50px;
    color: white;
 }

.nav-links {
    list-style: none;
    display: flex;
    gap: 1rem;
}
  
.nav-links li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
  

ul {
list-style-type: none;	
list-style-position: outside;
}



.contactform{
    /*margin: 35px 15px 25px 15px;*/
    float: left;
    width:100%;
    padding: .5%;
    text-align: center;
    min-height: 200px;
}

.content_2 {
    width: 100%;
    text-align: center;
    font-size: large;
	color:white;
}

.contact{
    /*margin: 35px 15px 25px 15px;*/
    float: left;
    width:45%;
    padding: .5%;
    text-align: center;
    min-height: 200px;
}


.address {
    /*margin: 35px 5px 25px 5px;*/
    float: left;
    width: 45%;
    padding: .5%;
    text-align: center;
    min-height: 200px;
}

.map {
    /*margin: 25px 15px 25px 25px;*/
    
    width: 100%;
    padding: 2%;   
    text-align: center;
    top: 30px; 
    display: inline-block;
}

.FAQs {
    
    /*margin: 25px 25px 25px 15px;*/
    top: 30px; 
    text-align: center;
    display: inline-block;
}

.testimonials{
	min-height:500px
}

 footer {
    background: #e9f0f0;
    text-align: center;
    padding: 0;
    font-size: 0.9rem;
    color: #444;
}
  
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fefae0;
    color: #333;
    padding: 1rem;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
  
#cookie-banner a {
    color: #006666;
    text-decoration: underline;
}
  
#cookie-banner button {
    background-color: #4caf50;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    font-weight: bold;
    cursor: pointer;
}
  
  
input[type="text"],
input[type="date"],
input[type="number"],
input[type="email"],
select {
  width: auto;
  margin-left:10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

textarea,
select {
  width: 50%;
  margin-left:10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.btn-soft {
  background-color: #c6e2ff;
  color: #003366;
  border: none;
  padding: 10px 16px;
  margin-top: 10px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-soft:hover {
  background-color: #a8d1f3;
}

.btn-danger {
  background-color: #ffdddd;
  color: #990000;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.btn-danger:hover {
  background-color: #ffcccc;
}
  
.form-errors {
  background-color: #ffe6e6;
  border: 1px solid #cc0000;
  border-left: 5px solid #cc0000;
  color: #cc0000;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 0 0 5px rgba(204, 0, 0, 0.2);
}

.form-errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-errors li::before {
  content: "⚠️ ";
  margin-right: 6px;
}

button.return {
    color:#333
}

.flash { padding: 10px 12px; border-radius: 6px; margin: 8px 0; border: 1px solid transparent; }
.flash-success { background: #e8f7ec; color: #1a7f37; border-color: #a6e9b3; }
.flash-error   { background: #fdecea; color: #b42318; border-color: #f5c2c0; }
.flash-info    { background: #e8f1fd; color: #1e54b7; border-color: #b7cffb; }
.flash-warning { background: #fff7e6; color: #8a6100; border-color: #ffe0a3; }
