body {
	background-image: url("../img/background.jpg");
	font-family: "Roboto", sans-serif;
}

.blackbox {
	background: #06070d99;
	padding: .7rem;
	border-radius: 8px;
}

.container {
	margin: 0 auto;
	margin-top: 0px;
	max-width: 50em;
	margin-top: 35px;
	color: #757575;
}

.banner {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	margin-top: 20%;
	background: #06070d99;
	padding: 6px;
	border-radius: 8px;
	max-width: 50em;
	width: 50em;
	text-align: center;
}

.banner-icon {
	width: 10em;
	height: 10em;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
	background-color: #ffffff4f;
	border-radius: 100px;
	margin-top: 9px;
}

.banner-text {
	color: #757575;
	line-height: 35px;
	font-size: 35px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all .3s ease-out;
}

.btn {
  font-family: "Roboto", sans-serif !important;
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}

.btn {
  font-family: "Roboto", sans-serif !important;
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.cyan {
  background-color: #393939 !important;
  color: #757575 !important;
}

.space {
	margin-top: 25px;
	margin-bottom: 25px;
}

.btn:hover{
  background-color: #282828 !important;
  
}
