*{
 box-sizing: border-box; /* includes the border into the width calculation */
 margin: 0;
 padding: 0;
}

main{
	width: 992px;
	margin: 0 auto;
}

#center-nav{
	align-content: center;
	background-color: #d9d9d9 ;
	height: 35px;
	margin: 0 auto;
	width: 80%;
	
}

ul li{
	float: left;
	list-style-type: none;
	
}

ul li a {
  color: #99ff33;
  padding: 14px 16px;
  text-decoration: none;
  clear: both;
  position:relative;
	left: 340px;
  
}

.clear{
	clear: both;
}

.hero-image{
	background-image:url('../img/hero.jpg');
	position: relative;
	background-size: cover;
	height: 400px;
	width: 80%;
	margin: 0 auto;
}

.hero-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

h1{
	font-size: 70px;
}


p{
	font-size: 16px;
}


.centr{
	text-align: center;
	padding-top: 30px;
}

.button {
  background-color: Azure;
  border: solid white;
  padding: 20px 32px;
  text-align: center;
  display: inline;
  font-size: 16px;
  margin: 4px 2px;
  float: left;
}


a{
	text-decoration: none;	
	color: Aquamarine;	
	text-align: center;
}

.gallery33{
	width: 100%;
	margin: 30px;
	padding-left: 80px;
}


.gallery{
	display: flex;
	width:33.33%; 
	height: 40px;
	margin-left:50px ;
	
}

.threebox{
	display: flex;
	clear: both;
	max-height: 300px;
	padding: 20px;
}


#color-bg{
	background-color: #808080;
	clear: both;
	margin: 0 auto;
	width: 50px;
	
}


.container {
  background-color: #666;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: 40px 40px 0 40px;
}
.btndark2{
	padding: 20px 32px;
	border: none;
	font-weight: bold;
	background-color: Azure;
	color: white;
	position: relative;
	
}

.content{
	display:flex;
}

.image-placeholder {
  
  width: 450px;
  height: 300px;
  position: relative;
}	
.pics{
	width:200px;
	height:200px;
	margin-right:20px;
}


.text-area{
	float:right;
	text-align: left;
}


/* This is page 2  */




.card {
  display: flex;
  align-items: center;
  gap: 40px;
  
}

.image-placeholder{
	width: 300px;
	height: 200px;
	position: relative;
}

.content{
	text-align: center;
}

.image-box {
  width: 300px;
  height: 200px;
  position: relative;
  border: 1px solid #ccc;
  background-image: url(../img/rocks.jpg);
  margin-left: 200px;
  margin-top: 50px;
}
.button-group {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  text-align:left;
}

.btn {
  padding: 20px 32px;
  border: none;
  font-weight: bold;
  background-color: Azure;
  color: white;
}

.grey-bg{
	display:flex;
	background-color: #808080;
	width:100%;
	height: 300px;
	padding: 50px;
	margin-left:0 100px;
	text-align:left
}

.circular-left{
	float: left;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	margin-right: 80px;
}

.text-box{
	text-align: left;
}

#left-align{
	text-align: left;
}

#btn{
	justify: left;
	padding: 20px 32px;
	border: none;
	font-weight: bold;
	background-color: Azure;
	color: white;
	position: relative;
}

.container{
	max-width: 100%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.grid top-row{
	width: 100%;
	height: 200px;
	float: left;
	margin-left: 40px;
	gap: 20px;
}

.galry1{
	width: 32.99%;
	height: 400px;
	
}

.grid mid-row{
	width: 100%;
	height: 200px;
	float: left;
}

.galry2{
	width: 49%;
	height:400px;
}

.grid bot-row{
	width: 100%;
	height: 200px;
	float: left;
}

.galry3{
	width: 24%;
	height: 400px;
}


.button-conatiner{
	justify-content: center;
	display: flex;
	gap:15px;
	margin-left: 100px;
}

.btndark{
	padding: 20px 32px;
	border: none;
	font-weight: bold;
	background-color: Azure;
	color: white;
	position: relative;
	left: 360px;
	
}

footer{
	background-color: turquoise;
	text-align: center;
	clear: both;
}

