
	
h1{
	font-size:2rem;
}

h2{
	font-size:1.5rem;
}

h3{
	font-size:1.2rem;
}

h4{
	font-size:1rem;
}

p{
	font-size:1rem;
}

li{
	font-size:1rem;
}


.button{
background-color:#ffffff !important;
border-radius:50px !important;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
  transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
color:#fff !important;
}

.button:hover{
background-color:#BB3333 !important;
border-radius:50px !important;
color:#fff !important;
}

.button:hover a{
color:#fff !important;
}

.wp-block-button__link{
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.wp-block-button__link:hover {
    background-color: #BB3333;
    color: #fff;
}



@media screen and (min-width: 40em) { 	
h1{
	font-size:3rem;
}

h2{
	font-size:2rem;
}

h3{
	font-size:1.2rem;
}

h4{
	font-size:1.1rem;
}

p{
	font-size:1.1rem;
}

li{
	font-size:1.1rem;
}
	
}


@media screen and (min-width: 64rem) {
	
h1{
	font-size:4rem;
}

h2{
	font-size:2.5rem;
}

h3{
	font-size:1.4rem;
}

h4{
	font-size:1.1rem;
}

p{
	font-size:1.1rem;
}

li{
	font-size:1.1rem;
}
	
}