.button-hero {
	margin-bottom: 1em;
	font-family: 'Montserrat', sans-serif;
}

.button-image {
	overflow: hidden;
}

.button-hero a{
	padding: 1.5em 1em;
	color: #ffffff !important;
	text-shadow: var(--phddeib-primary-text-shadow) 0px 0px 40px;
	text-align: center;
	display: block;
	font-weight: 600;
	font-size: 1.3em;
	text-decoration: none !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.button-hero a{
		padding: 1.5em 1em;
		font-size: 1.8em;
	}

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}