body {
	background-color: #0f110c;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
a {
	color: #8e9ea2;
}
a:hover {
	color: #8e9ea280;
}
.text-dark{
	color: #0f110c!important;
}
.fixed-top {
	position: fixed!important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.blur-effect {
	position: relative;
	z-index: 1;
	/*background: inherit;*/
	overflow: hidden;
	backdrop-filter: blur(5px);
}
.blur-effect.pd {
	padding-bottom: 40px;
	min-height: 560px;
}
.blur-effect:before {
	content: "";
	position: absolute;
	/*background: inherit;*/
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(15, 17, 12, .5);
	-webkit-filter: blur(10px);
	filter: blur(10px);
	margin: -20px;
}
.copy {
	font-size: 12px;
}
.img-link:hover {
	opacity: .8;
}

.btn{
	transition: all .3s ease-in-out;
	min-width: 117px;
	border-radius: 1rem;
}
.btn-mlv{
	color: #000;
	background-color: #fffa00;
}
.btn-mlv:hover{
	color: #fff;
	background-color: #fffa0080;
}
.btn-pm{
	color: #fff;
	background-color: #4fb8d3;
}
.btn-pm:hover{
	color: #fff;
	background-color: #4fb8d380;
}
@media (min-width: 576px) {
	.btn{
		min-width: 150px;
	}
}


.social-links a {
	font-size: .75rem;
	padding: .5rem;
	color: #8e9ea2;
	transition: all .5s ease-in-out
}
.social-links a:hover{
	color: #8e9ea280;
}

@media (min-width: 576px) {
	.social-links a {
		font-size: 1rem;
		padding: .5rem 1rem;
	}
}