main{
	width: 100%;
	margin: 0 auto;
}


ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;

}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: teal;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


#logo{
	width: 50px;
	height: 50px;
}

#logo-left{
	float: left;
}

.clear{
	clear: both;
}

#nav-right{
	float: right;
}

.flex-box1{
	display:flex;
	width: 100%;
}

.centr{
	justify-content:center;
	padding-top: 20px;
	width: 70%;
}

h3{
	border: solid AliceBlue 2px;
	display: inline-block;
	padding: 5px;
	
}

.cta-button {
	display: inline-block;
	padding: 15px 35px;
	background: #ff4b2b; 
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-radius: 50px;
	box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3); /* Adds depth */
	position:relative;
	left: 1450px;
}

.right-float{
	width: 400px;
	height: 400px;
	border-radius: 100%;
	position: relative;
	left: 250px;
}
	

.size{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border: 5px solid white;
	gap: 20px;
}

.gallery-item{
	float: left;
	width: 50%;
	
}

.desc{
	text-align:center;
	font-weight: 600;

}

.text{
	text-align: center;	
	width: 80%;
	margin: 0 auto;
}

iframe{
	width:100%;
}

#foot{
	text-align:center;
	margin-top: 100px;
}

img{
	width: 100%;
	
}

.container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	
}

.column{
	display: flex;
	flex-direction: column;
	padding: 5px;
	width: 25%;
	text-align: left;
	gap: 10px;
}
	
#hours{
	align-content: left;
	color: red;
	float: left;
	margin-bottom: 5s0px;
}

  .contact-container{
	  background-color: #fff;
	  border: 20px;
	  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	  max-width: 700px;
	  width: 100%;
	  padding: 30px;
	  float:left;
	  align-items: center;
	  justify-content: space-between;
  }
  
  body{
	  justify-content: center;
	  align-items: center;
	  padding: 30px;
  }
  
  .contact-container h2{
	  text-align: center;
	  margin-bottom: center;
	  color: #E1B995;
	  font-size: 32px;
  }
  
  .form-group{
		margin-bottom: 22px;
  }
  
  input, textarea{
	  width: 100%;
	  padding: 12px 16px;
	  border: 1px solid #999;
	  border-radius: 8px;
	  font-size: 16px;
	  background-color: #f0f0f0;
  }
  
  input:focus, textarea:focus{
	  border: #00acc1;
	  box-shadow: 0 0 5px rgba(0,172,193,0.5);
	  outline: none;
  }
  
  textarea{
	  resize: vertical;
	  min-height: 120px;
  }
  
  button{
	  display: block;
	  margin: auto;
	  background-color: #ff6f00;
	  color: #fff;
	  border: none;
  }
 
 
 