/*!
* Version	 :	2.0.0
* Updated	 :	03/08/2022
*/
/*! WRITE YOUR CUSTOM STYLE **/

.shadowed {
	filter: drop-shadow(0px 0px 28px #FF5C4510);
	max-width: 300px;
}

.nobackground {
	margin: 0 auto;
	max-width: 80%;
}

.soon {
	opacity: 16%;
}

.rounded-corners {
	border-radius: 12px;
}

.main-title {
	line-height: 1.0 !important;
	font-weight: bold;
	font-size: 10.5rem !important;
}

.main-subtitle {
	line-height: 1.0 !important;
	font-weight: bold;
	font-size: 2rem !important;
	color: #ff7e6d !important;
	margin-top: 36px;
}

.spaced {
	padding-right: 8px;
}

.navbarbutton {
	margin: 0 0.8em;
}

@media (max-width: 992px) {
	.navbarbutton {
	margin: 10px 0;
	}
}

.logo-align {
	padding-top: 1.5em !important;
}

.launchpads {
	width: 24% !important;
}

.token {
/*  text-transform: uppercase; */
  background-image: radial-gradient(circle, #ff7e6d 0%, #eeeeee 80%, #FFB6B6 100%);
  -webkit-background-clip: text; 
  background-clip: text; 
  color: transparent !important;
  font-size: 50pt !important;
  
  background-size: 300%;
  background-position: -100%;  
  
  animation: animatedText 10s infinite alternate-reverse;
}

@keyframes animatedText{
  to{
    background-position: 100%; 
  }
}

.token-alocate-item {
    position: relative;
    padding: 0 20px 15px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    height: calc(100% - 30px);
    border-radius: 4px;
}

.image-container {
	margin-top: 40px;
	max-height: 500px;
	overflow: hidden;
}

.image-in-container {
	width: 40%;
	min-width: 300px;
}