p.main-logo-text {
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 1.0em;
    color: yellow;
    font-size: 1.5em;
}

#content .last-b .btn, #content .dk .btn {
	background: yellow;
	color: #000;
}

#content .last-b .btn:hover, #content .dk .btn:hover {
	background: #af0505;
    color: #fff;
}
#content .btn  i {color: inherit; font-size: .9em; }

.logo:hover a {text-decoration: none; }


@media only screen and (min-height: 600px) and (max-height: 850px) {
	main#content {min-height: 70vh;/* max-height: 600px; *//* display: flex; *//* justify-content: center; *//* align-items: center; */}
	body.page-id-16 main#content {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}