/*Main Image Section*/

.main-img-holder {
	width:100%;
	position:relative
}

.main-img-holder img {
	width:100%;
}

.main-img-holder p {
	background: rgba(5,5,5,0.6);width: 100%;height: 100%;left:0px;top:0px;position:absolute;display: flex;justify-content: center;align-items: center;color: white;
}

.main-img-holder p label {
	font-size:90px;font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .main-img-holder {
    margin-top: 75px !important;
  }
  
  .main-img-holder p label {
	font-size:40px !important;
  }
}


/*Main Section*/

.main_content h1 {
	font-family: 'Didact Gothic', sans-serif;    font-weight: bold;
}

.main_content p {
	padding: 20px;text-align: justify;padding-top:0px;
}