﻿/* Reset style */

/* feature area */
.hero_img{
  background:url(images/heroimage.jpg) no-repeat center center / cover;
  height:400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature_area {
  display: flex; 	
  justify-content: center;
  align-items: center;
  width:100%;  		
}
.feature_area h1{
	text-align:center;
  margin: 0;
	font-size:3rem;
	color:#FFF;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.56);
}
/* Responsive style */
@media screen and (max-width: 992px) {
	h1 a {
		position: relative;
		z-index: 1;
	}
  .feature_area h1 {
    position: relative;
    top: 40%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #FFF;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.56);
  }
  #top_cnt02 h3 {
	  margin-top: 1rem;
	  margin-bottom: 1rem;
	  text-align: center;
	  border-bottom: solid 1px #000;
	  padding-bottom: 0.5rem;
    }
    .hero_img {
      height: 300px;
  }
}
