/**/

.herum-alert {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	max-width: 600px;
	    margin-top: -80px;
}
.btn-warning{
    font-size: 1.5rem;
}
.btn-danger{
    font-size: 1.2rem;
}
.herum-alert-content {
	padding: 1.5rem 4rem;
	font-size: 1.75rem;
	background: #c22d2e;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 100px rgba(0,0,0,0.8);
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
    border-radius: 10px;
}
.herum-alert-link{
    font-size: 3rem;
    border: 1px solid #fff;
    border-radius: 50px;
}
.herum-alert-link {
	color: inherit;
	display: block;
	margin-bottom: 1rem;
}

.herum-alert-link:hover, .herum-alert-link:focus {
	color: inherit;
}

/**/

.herum-link {
	position: absolute;
	bottom: 140px;
	left: 30px;
	background: #990000;
	color: #fff;
	border-radius: 1rem;
	display: block;
	z-index: 9;
	text-align: center;
	padding: .5rem;
}
.herum-link:hover {
	background: #7d0000;
	text-decoration: none;
	color: #fff;
}

@media (max-width: 991px) {
	.herum-link {
		position: static;
		margin: 1rem;
	}
}