.block-out {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 25%;
}

.block-in {
  text-align: center;
  /*background-color: #2f96b4;*/
  background-color: #528195;
  color: white;
  padding: 20px;
  z-index: 1000;
}

.block-in:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
}

.block-logo {
  margin-bottom: 20px;
}

.block-title {
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.block-subtitle {
  font-size: 30px;
}

/*
.block-out {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(211, 211, 211, 0.7);
  z-index: 100;
}

.block-in {
  text-align: center;
  background-color: #2f96b4;
  color: white;
  padding: 20px;
  border-radius: 10px;
  z-index: 1000;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
}

.block-in:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
}

.block-title {
  font-size: 50px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.block-subtitle {
  font-size: 30px;
}*/