body {
	font-family: 'Montserrat', sans-serif;
}

.font-alternative {
	font-family: 'Luckiest Guy', cursive;
	text-shadow: 0 1px 1px #30712a, 0 -1px 1px #30712a, 1px 0 1px #30712a, -1px 0 1px #30712a
}

section.first {
	margin-top: 65px;
	background: url(../img/above.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 522px;
}

.bg-black-08t {
	background-color: rgba(0,0,0,0.8);
}

#bet-logos img{
    max-width: 120px;
    margin: 0 auto;
    filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;
    opacity: 0.6;
}

.a-btn {
	font-size: 1rem;
	font-weight: normal;
}

@media (max-width: 767px) {
	.display-3 {
		font-size: 2rem;
	}
}

@media (max-width: 567px) {
	section#sports .col-sm-4 {
		border-right: none!important;
	}
}