/* Enter Your Custom CSS Here */.header-text {
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
    font-family:'Ubuntu', sans-serif !important;
    display: table;
	text-transform: uppercase !important;
	letter-spacing: 5px !important;
}
.header-subtext {
	color: #fff;
	display: table;
	margin: 0 auto 30px;
	padding: 0 15px 30px;
	font-style: italic !important;
    font-size: 36px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	letter-spacing: 3px !important;
}
@media only screen and (max-width: 991px) {
.header-text {
		font-size: 12px !important;
	}
	.header-subtext {
		font-size: 22px;
		padding-bottom: 10px;
    margin-bottom: 10px; !important}
}
  @media only screen and (max-width: 500px) {
  .header-text {
		font-size: 8px !important;
	}
	.header-subtext {
		font-size: 16px;
		padding-bottom: 10px;
      margin-bottom: 10px; !important}
  }