@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


/* Expert Media Customizations
---------------------------------------------------------------------------- */

/* Header Button class "nav-button" */
.site-header .nav-button a {
	transition: all 0.2s ease-in-out;
	background-color: red;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 600;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	display: inline-block;
}
.site-header .nav-button a:focus,
.site-header .nav-button a:hover {
	background-color: blue;
}