/* NOBLE BUTTON */

.noble-button {
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	display:inline-block;
	transition: all ease 200ms;
}


.noble-button.spaced {
	letter-spacing: 5px;
}

.noble-button:hover {
    background-color: var(--gold)!important;
	color:#000!important;
}

@media(max-width:980px) {
	.noble-button {
		font-size:19px;
	}
}