body {
	font-family: 'PoppinsRegular', sans-serif;
	color: white;
  background-image: -webkit-radial-gradient(center center, ellipse closest-corner,#2e1235   0%,#0e1319 100%);
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


/* ================================================================ *\
	Logo Center
\* ================================================================ */
.masthead {
  height: 50%;
  display: table;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  color: white;

}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
    font-size: 50px;

}


.rotating-logo {
  animation: rotation 30s infinite linear;
  transform-origin: center center;
}

@keyframes rotation {
  from {transform: rotateZ(0deg);}
  to {transform: rotateZ(360deg);}
}

.Milenium {

	text-transform: uppercase;
	font-size: 35px;
	font-family: 'PoppinsThin', sans-serif;
	letter-spacing: 0.3rem;
	line-height: 1.2;
	text-align: center;
  background: -webkit-linear-gradient(#f1f1f1, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

  font-weight: 600;

}
.Milenium-subtitle {
	font-size: 45px;
	font-family: 'PoppinsLight', sans-serif;
	line-height: 1.2;
	text-align: center;
  background: -webkit-linear-gradient(#f1f1f1, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
     font-weight: 100;

}

.index-box {
  padding: 35px 35px 55px 35px;
  background-color: #3a0f353d;
  border-radius: 8px;
  border: 1px solid #7b2265cc;

}

.btn-outline-dark {
  color: #fff;
  background-color: #212529;
  border-color: #7b2265cc;
}
/* ================================================================ *\
	Navbar
\* ================================================================ */
.Milenium-investment:hover{
  opacity:0.9;

}
.nav-link{
  font-size: 14px;
  color:#dedede!important;
}
.nav-link:hover{
  opacity:0.8;
}
.navbar a:hover{
	color: #1d9b6c;
}
.nav-item-text {
	font-family: 'PoppinsLight', sans-serif;
}

.dropdown-item {
	font-family: 'PoppinsLight', sans-serif;
  font-size: 14px;
}
@media (max-width: 992px) {
  .navbar-toggler {
    z-index: 9999;

  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0e1319;
    overflow-y: auto;
    z-index: 9998;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .navbar-nav .nav-item {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .navbar-nav .nav-link {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
  }
  .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffff80; 
  }
}

@keyframes reveal {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

#word span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: reveal 5s linear forwards;
}
