.bigyellowtext {
	color: rgba(230, 207, 7, 1);
	font-size: 61px;
	font-weight: bold;
} 

 .safetybutton {
 	background-color: rgba(230, 207, 7, 1);
    border: solid rgba(118, 118, 118, 1) 0px;
    cursor: pointer !important;
    font-weight: 700;
    font-size: 20px;
    transition: color 0.4s ease 0s;
    color: #000000 !important;
 }

 .bhfreestuff {
 	margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: center;
 }

 .bhfreestuff div label {
 	display: none!important;
 }

 .bhfreestuff #button3 {
 	background-color: rgba(230, 207, 7, 1);
    border: solid rgba(118, 118, 118, 1) 0px;
    cursor: pointer !important;
    font-weight: 700;
    font-size: 20px;
    transition: color 0.4s ease 0s;
    color: #000000 !important;
 }

 .bhfreestuff #button3:hover {
 	background-color: rgba(169, 169, 169, 1);
    border-color: rgba(118, 118, 118, 1);
 }

 .chronoforms6_credits {
 	display: none;
 }

 @media screen and (min-width: 1024px) {
 	.gr__bhfreestuff_com .site {
 		overflow: hidden;
 	}
}

 @media screen and (max-width: 425px) {
 	.bigyellowtext {
		font-size: 25px;
		}

	.bhfreestuff {
		width: 250px;
	}

	#btn-1576180373872 {
		width: 250px;
	}
 }

 @media screen and (max-width: 375px) {
 	.bigyellowtext {	
 		font-size: 19px;
 	}
 }