#header-text { 
	padding:5% 0%;
	text-align: center;
	padding-bottom:0%;
}
.subtitle , .submessage {
	color: #553D95;
}
.submessage {
	padding:0px 15%;
	padding-bottom: 2% !important;
}
#header-text p {
    margin:0!important;
}
.subtitle {
	font-size: 1.3rem;
	font-weight: bold;
}
#header-text img{ 
	margin: 0 auto;
}
.wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100% ;
}
#win-a-date .wrapper label {
    padding-bottom: 5px;
}
#win-a-date .blackout{
	background: #000;
	color: #000;
}
.rule-alter {
	color: #4d4085 !important;
}

/*Media Queries*/
@media only screen and (max-width: 992px) {
  	.wrapper {
    display: block;
    grid-template-columns: none;
    grid-template-rows: 100% ;
	}
}

