/*hero style*/
.hero-image {
    margin-top: -80px;
    height: 100vh;
    width: 110%;
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/image26.jpg") center/cover no-repeat !important;	
      
	position: relative;*/
	height: 550px;
    
}
.hero-image img{
    margin-top: 30px;
    width: 100%;
    height: 630px;
}

  .hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:  #cdf5f7;
  }
  .hero-text h1 {
	font-size: 48px;
    font-weight: normal;
	text-shadow: 2px 2px 12px 32px #024635e0;
    background-color: rgba(4, 97, 66, 0.863);

  }
  .hero-text span {
    font-weight: bold;
	color: rgb(67, 220, 231);
	text-shadow: 2px 2px  #033d25;
  }
  .hero-text p {
	padding-bottom: 20px;
    padding-right: 40px;
	font-size: 16px;
    font-weight: bold;
	color:  #f7b259;
    background-color: rgba(2, 66, 45, 0.829);
	word-spacing: 4px;
    letter-spacing: 2px;
    text-indent: 50px;
  }

  .hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 35px;
	color:  #E8F1F8;
	font-size: 14px;
	font-weight: 500;	
	letter-spacing: 4px;
	background-color: #0054AA;
	text-align: center;
	cursor: pointer;
  }
  
  .hero-text button:hover {
	background-color: #0677BA;
	color: #E8F1F8;;
  }
  @media screen and (max-width: 552px){
  .hero-text h1 {
	  font-size: 32px;
  }    
  .hero-text p {
	  font-size: 12px;
  }    

  }
/* end hero*/


.gallery {
  display: flex;  
  flex-direction: row;
  justify-content: center;}

.container {
    width: 90%;
}
.container h2 {
	text-align: center;
}
.container h3 {
	text-align: center;
}
.container h4 {
	text-align: center;
}
