@charset "UTF-8";
/* CSS Document */

.inn {
	width:1100px;
	margin: 0 auto;
}

header {
	width: 100%;
	height: 100px;
	display: flex;
    align-items: center;
}


header h1{
	margin-top:5px;
	width: 88px; 
}


.d-title{
	margin:50px 0px;
	text-align: center;
}

.d-title{
	text-align: center;
	margin:0px 0px 50px 0px;
}

h3 {
  font-family: 'Hind', sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0px;
  position: relative;
}

 h3:after {
  background-color: #D0D0D0;
  width: 47px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  margin: auto;
  left: 0px;
}


.content {
text-align: center;
min-height: calc(100vh - 100px - 40px);

}

@media screen and (max-width:768px) {

.content {
text-align: center;
min-height: calc(100vh - 50px - 40px);

}
}
