html {
	position: relative;
	min-height: 100%;
	-webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
	box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
body {
	background-color: #3e3e3e!important;
	padding-top: 5rem;
	padding-bottom: 1rem;
	margin-bottom: 40px; /* Set the height of the footer here */
	/*color: #fff;*/
	text-align: center;
}
.welcome {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform: -webkit-translate(-50%, -50%);
	transform: -ms-translate(-50%, -50%);
}
.bg-dark {
    background-color: #292b2c!important;
}
/*
@media (min-width: 48em) {
  .container {
    max-width: 46rem;
  }
}*/
.dsm, .dsm:hover, .dsm:visited, .dsm:active, .dsm:link {
	color: inherit; 
	text-decoration: none;
	/* cursor:wait; */
	cursor:default;
}
.hidden-right {
	position: absolute;
    z-index: 99;
    padding: 0;
    /* opacity: .4; */
    right: 0px;
	height: 40px;
    bottom: 0px;
    margin: 0;
	width: 20px!important;
	/* cursor:wait; */
	cursor:default;
	/* background-color:red; */
}

