html, body { width:100%; height:100%;}

#featured-team {
	padding-bottom: 10px;
}

#featured-team > div {
	cursor: pointer;
	transition: all 0.5s ease;
}

#featured-team > div:hover {
	transform: scale(1.1);
	margin-top: -10px;
}

#console-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    width: 150px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #ffffff;
	background: linear-gradient(60deg, rgb(250, 46, 110) 0%,rgb(250, 95, 124) 100%);
}

.bg-grad-cyan {
    background:linear-gradient(60deg, rgba(0,167,224,1) 0%, rgba(0,220,220) 100%);
}

.featured-tile-specs span.star {
    display: block;
    height:0;
    overflow: hidden;
}

#enter-space {
    opacity: 0;
    transition: opacity 0.4s ease;
}

#enter-space:hover {
    opacity: 1;
}

#enter-space > div {
    cursor: pointer;
    transition: text-shadow 0.4s ease;
}

#enter-space-exit {
    cursor: pointer;
    display: none;
}

.price-starting {
    font-size: 0.6rem;
}

#for-sale-price {
    letter-spacing: 2px;
}

#space-intro-price .price-starting {
    font-size: 0.6rem;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.75);
}

#space-intro-price .price-currency {
    font-size: 0.8rem;
}

#for-sale-price .price-starting {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
}


#for-sale-price .price-currency {
    font-size: 1rem;
}

#pricing-enterprise-contact-trigger {
    line-height: calc((1.25em / 0.875) - 4px) !important;
}

@media (max-width: 600px) and (orientation: portrait) {
    #space-intro {
        left: 20px;
        bottom: 30px;
        right: 20px;
    }

}
