@media only screen and (max-width: 414px) {
.content-headline {
    font-family: "Oswald", Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.04;
    color: #fff;
    font-size: 4.25rem!important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
}

/*Hide elements on Desktop or Mobile*/
@media only screen and (max-width:990px) {
.hide-on-mobile { display: none !important; }
}

@media only screen and (min-width: 991px) {
.hide-on-desktop { display: none !important; }
}


.c-hero--secondary {
	background-color:#54094e!important;

}
.display-hidden, .article-share {
	display: none!important;
}

.lora-bio-quote {
    font-family: Lora;
    font-style: italic;
    position: relative;
    font-size: 16px !important;
}

.lora-bio-margin {
	margin-top: 20px;
	margin-left: 20px;
}

.footer-hero::after, .c-hero::after {
    background-color: #e698df;
    bottom: 0;
    content: '';
    display: block;
    height: 0px;
    position: absolute;
}

.purple-cap-text-lg {
	font-family: Oswald, Helvetica, san-serif;
	text-transform: capitalize;
	font-size: 36px;
	color: #9A258F;
	font-weight: 900;
}

.coolgray-cap-text-sm {
	text-transform: capitalize;
	font-size: 16px;
	color: #97979B;
	font-weight: 700;
}

.lottery-20yr-watermark {
	background-image: url("/sites/default/files/styles/large/public/2023-02/20yr-home-lottery-watermark.png");
	background-repeat:no-repeat;
	background-position: 42% center;
	background-size: 300px 300px;
}

.card {
  padding: 1rem;
  text-align: center;
  border: 1px solid #6FD2E4;
}

.card-noborder {
  padding: 0.5rem;
  text-align: center;
}

.cards {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 22%);
}


.card3 {
  padding: 1rem;
  text-align: center;
	align-items: center;
}

.cards3 {
  max-width: 100%;
  margin: auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 30%);
}


.cards2 {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 48%);
}

@media screen and (max-width: 600px) {
.cards {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 45%);
}	

.purple-cap-text-lg {
	font-family: Oswald, Helvetica, san-serif;
	text-transform: capitalize;
	font-size: 20px;
	color: #9A258F;
	font-weight: 900;
}
.cards2, .cards3 {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr; 
}

	.button-format {
    background-color: #9a258f;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-family: "Oswald", Helvetica, sans-serif;
    font-weight: 700;
    height: 60px;
    vertical-align: middle;
    padding: 18px 20px 16px 20px;
    text-transform: uppercase;
    font-size: 12px;

}


}

@media screen and (min-width: 600px) and (max-width: 900px) {

.purple-cap-text-lg {
	font-family: Oswald, Helvetica, san-serif;
	text-transform: capitalize;
	font-size: 25px;
	color: #9A258F;
	font-weight: 900;
}
.cards3 {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.social-icons {
	display: flex;
	flex-direction: row;
	column-gap: 10px;
}

.element-style {
    background: #000;
    padding: 20px;
    width: max-content;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
}



.social-icons > img {
	margin-right: 10px;
}

.col-12 > div > p > img  {
	width: 600px;
	aspect-ratio: auto;
}


