body {
	padding-top: 13rem;
	background-color: #0f110c;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 576px) {
	body {
		padding-top: 10rem;
	}
}
a {
	color: #4fb8d3;
}
a:hover {
	color: #4fb8d380;
}
.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;
}
.blue-highlight {
	padding: 0 20px;
	background-color: #4fb8d3;
}
.hidden {
	display: none!important;
}



.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;
	}
}