@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	background: linear-gradient(to bottom right, rgb(15, 162, 217), #6dd5fa, #ffffff);
	background-repeat: no-repeat;
	background-size: cover;
	color: #333;
  }



  .header {
	text-align: center;
	background: url(photos/dezrezheader.jpg) center/cover no-repeat;
	padding: 70px 20px;
	margin-bottom: 20px;
	border-radius: 0;
  }

  .header h1 {
	background: rgba(255, 255, 255, 0.85);
	padding: 15px;
	font-size: 2.5em;
	color: #2b2b2b;
	border-radius: 10px;
  }


/* Footer */
.footer {
	text-align: center;
	background: url(photos/dezrezfooter.jpg) center/cover no-repeat;
	padding: 80px 20px;
	margin-top: 20px;
  }
  
  .footer h1 {
	background: rgba(255, 255, 255, 0.85);
	padding: 15px;
	font-size: 1.8em;
	color: #2b2b2b;
	border-radius: 10px;
  }


.column {

  float: left;

  margin: 0px;

}



.left, .right {
	width: 20%;
	background: linear-gradient(135deg, #ffffff, #e0e0e0);
	color: #333;
	padding: 10px;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	margin: 5px;
	text-align: center;
  }



  .right div {
	margin: 20px 0;
	font-size: 18px;
  }
  
  .right p {
	font-size: 20px;
  }





  .middle {
	width: 55%;
	background: linear-gradient(to bottom, #ffffff, #dcecf9);
	min-height: 100%;
	border-radius: 15px;
	padding: 10px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.05);
	margin: 5px;
  }

.middle p {

	font-size: 18px;

}


.team {
	background: white;
	border-radius: 1rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	margin: 1rem auto;
	max-width: 500px;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team:hover {
	transform: scale(1.02);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.team p:first-child {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.team p:last-child {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.team h4 {
	font-size: 1.5rem;
	color: #444;
}



/* Clear floats after the columns */

.row:after {

  content: "";

  display: table;

  clear: both;

}





.title, .blurb, #blurb2 {
	text-align: center;
	padding: 20px;
  }
  
  .ba {
	list-style: none;
	font-size: 18px;
	padding-left: 0;
  }

 

.map1 {

	display: flex;

	align-items: center;

	justify-content: center;

	 border-radius: 15px;

}


.image {

	position: relative;

	z-index: 10;

	box-shadow: 0 0 50px rgba(0,0,0,0.8); 

	border-radius: 25px;

	overflow: hidden;

	height: 762px;

}



.container1 {

	margin: 20px;

	position: absolute;

	left: -18px;

	top: 18px;

    width: 500px;

	

}

.container1 path {

	stroke:#ff7f50;

}









.enterSteps {



}



.teamForm {



}







.container2 {

	margin: 20px;

	position: absolute;

	left: -18px;

	top: 18px;



    width: 500px;

	

}

.container2 path {

	stroke:#007bff;

}



.container3 {

	margin: 20px;

	position: absolute;

	left: -18px;

	top: 18px;



    width: 500px;

	

}

.container3 path {

	stroke:#dc3545;

}



.container4 {

	margin: 20px;

	position: absolute;

	left: -18px;

	top: 18px;



    width: 500px;

	

}

.container4 path {

	stroke:#28a745;

}



.container5 {

	margin: 20px;

	position: absolute;

	left: -18px;

	top: 18px;



    width: 500px;

	

}

.container5 path {

	stroke:#ffc107;

}



.container6 {

	margin: 20px;

	position: absolute;

	left: -18px;

	top: 18px;



    width: 500px;

	

}

.container6 path {

	stroke: #e83e8c;

	

}



.container7 {

	margin: 20px;

	position: absolute;

	left: -18px;

	top: 18px;



    width: 500px;

	

}

.container7 path {

	stroke:#6f42c1;

	

}



.container8 {

	margin: 20px;

	position: absolute;

	left: -18px;

	top: 18px;



    width: 500px;

	

}

.container8 path {

	stroke:#800000;

}


.container9 {

	margin: 20px;

	position: absolute;

	left: -18px;

	top: 18px;



    width: 500px;

	

}

.container9 path {

	stroke:#20c997;

}






#slideshow img {

	height: auto;

	width: auto;

	max-height:100%;

	/* min-width:100%; */

	margin-left: auto;

	margin-right: auto;

	display: block;

}



#slideshow { 

  margin: 50px auto; 

  position: relative; 

  width: 90%; 

  height: 400px; 

  padding: 10px; 

  box-shadow: 0 0 20px rgba(0,0,0,0.4); 

  background-color: rgba(70, 98, 137, 0.2);

  border-radius: 15px;

}



#slideshow > div { 

  position: absolute; 

  top: 15px; 

  left: 15px; 

  right: 15px; 

  bottom: 15px; 

}





#highlight > div { 

  position: absolute; 

  top: 15px; 

  left: 15px; 

  right: 15px; 

  bottom: 15px; 

} 



#highlight img {

	height: auto;

	width: auto;

	max-height:100%;

	/* min-width:100%; */

	margin-left: auto;

	margin-right: auto;

	display: block;

}



#highlight { 

  margin: 50px auto; 

  position: relative; 

  width: 60%; 

  height: 400px; 

  padding: 10px; 

  box-shadow: 0 0 20px rgba(0,0,0,0.4); 

  background-color: rgba(70, 98, 137, 0.2);

  border-radius: 15px;

}



.form-section {
	background: white;
	border-radius: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 20px;
	margin: 30px auto;
	width: 90%;
}

.form-section h3 {
	font-size: 2em;      /* Increase size */
	font-weight: 700;    /* Make it bolder */
	color: #0fa2d9;
	margin-bottom: 15px;
	margin-top: 15px;
	text-transform: uppercase;
}

.or-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #555;
	margin: 40px 0 20px;
	gap: 15px;
}

.or-divider::before,
.or-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #ccc;
}

form select,
form textarea,
form input[type="submit"] {
	width: 100%;
	padding: 12px;
	margin-top: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	font-size: 1em;
	box-sizing: border-box;
}

form textarea {
	resize: none;
	min-height: 60px;
}

form input[type="submit"] {
	background: #0fa2d9;
	color: white;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s ease;
}

form input[type="submit"]:hover {
	background: #0d8ac2;
}

.list-container {
      width: fit-content;
      margin: 0 auto;
      text-align: left;
	  font-size: 18px;
    }