/* CSS For Alcove 2*/

body {
	background-color: rgb(11, 10, 37) !important;
}

.w3-bar {
	margin-top: 10px;
}
.w3-container {
	background-color: rgb(11, 10, 37);
}
.overlay {
  text-align: left;
  opacity: 1;
  width: 100%;
  height: auto;
    position: absolute;
    top: 105px;
    left: 310px;
    z-index: 1;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 10%;
}
.fa-facebook {
  background: rgb(128, 128, 128);
  color: white;
}
.fa-instagram {
  background: rgb(128, 128, 128);
  color: white;
}
.fa-youtube {
  background: rgb(128, 128, 128);
  color: white;
}