@font-face {
	font-family: WalkwayObSemi;
	src: url('fonts/walkway/Walkway Oblique SemiBold.ttf');
}

@font-face {
	font-family: LatoLight;
	src: url('fonts/lato/Lato-Light.ttf');
}

@font-face {
	font-family: LatoLightItalic;
	src: url('fonts/lato/Lato-LightItalic.ttf');
}

@font-face {
	font-family: UbuntuLight;
	src: url('fonts/ubuntu/Ubuntu-Light.ttf');
}


h1 {
	font-family:WalkwayObSemi;
}

h2 {
	font-family:WalkwayObSemi;
}

h3 {
	font-family:WalkwayObSemi;
	font-size:1.5rem;
}

h4 {
	font-family:WalkwayObSemi;
}

.opacity-10 {
	opacity:1;
}

.opacity-01 {
	opacity:0.1;
}

body,html {
	height:100%;
	font-family:LatoLight,Calibri,Arial;
	scroll-behavior: smooth;
}

.para {
	font-size:1.1rem;
	line-height:2rem;
	text-align:justify;
}

#contact-spinner {
	display:inline-block;
}


.hero {
	height:100%;
	padding:0;
  	padding-top:20px;
}

.hero-home {
	background-image:url('/images/citylights-2.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.hero-solana {
	background-image:url('/images/solana-hero-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	min-height:100%;
	height:auto;
}

.nav button {
	float:right;
	margin-left:10px;
}

.hero-text {
	color:white;
	font-family:WalkwayObSemi;
	line-height:1em;
	position:absolute;
	bottom:8em;
}

.stake-link {
	font-size:2rem;
}

.hero-text h1 {
	font-size:3.5em;
}

.status-box {
	border-width:3px;
}


.validator-logo {
	border-radius:50%;
	
}

.key-copy {
	color:#fff;
}

.key-copy:hover {
	color:#ccc;
	cursor:pointer;
}


.hero-down {
	text-align:center;
	width:100%;
	position:absolute;
	bottom:20px;

}

.hero-down:hover {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.navbar {
	justify-content:flex-end;
}


.navbar a:hover {
	color:#fff;
	text-decoration:underline;
	
}

.navbar .btn:focus {
	outline: none;
	box-shadow: none;
  }

.navbar .btn-outline-light:hover {
	color:#000;
}

.stick-container {
	overflow:unset;
}

.stick {
	position: -webkit-sticky;
	position:sticky;
	top:bottom;
}

.svc-bg {
	position:relative;
}

.svc-bg::before {
	content: "";
	background-image:url('/images/texture-bg-darkorange.jpg');
	background-size:100%;
	background-position-x:center;
	background-repeat:none;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0.2;
}


.svc-icon img {
	width:50%;
	height:auto;
}

.sol-icon {
	font-size:15rem;
}

.sol-icon img {
	
	width:80%;
	height:auto;
}

.svc {
	color:#fff;
}

.svc h2 {
	font-family:WalkwayObSemi;
}

.btn-discord {
	background-color:#5865F2;
	color:#fff;
}

.btn-telegram {
	background-color:#32afed;
	color:#fff;
}

.contact-text {
	font-size:1.1em;
	line-height:1.4;
}

.link-light, .link-light:visited	{
	color:#fff;
	text-decoration: none;
}

.link-light:hover {
	color:#000;
	text-decoration:none;
}

.contact-location img {
	width:1.5em;
	height:auto;
}

.contact-location {
	font-size:1.2em;
	font-style:italic;
}

.contact-container {
	flex-direction:row;
}

.about-us {
	background-image:url('/images/cpt-night-bg2.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.about-michael-container {
	position:absolute;
	bottom:0;
	flex-direction:row;
}

.about-michael-txt h6 {
	font-weight:600;
}

.about-image {
	border-radius:50%;
}

.footer-copyright {
	font-size:0.8em;
	font-family: LatoLightItalic;
}

.grecaptcha-badge {
	visibility: hidden;
}

@media only screen and (max-width: 600px) {

	.solana-hero-down {
		display:none;
	}

	.navbar-collapse {
		float:right;
	}

	.navbar-collapse a {
		clear:both;
		float:right;
	}

	.contact-container {
		flex-direction:column;
	}

	.contact-form {
		margin-top:2em;
	}

	.about-michael-container {
		position: unset;
		flex-direction:column;
	}

	.about-michael-txt h4, .about-michael-txt h6 {
		text-align:center;
	}

	.logo img {
		width:100%;
	}

	.svc-mobile-reverse {
		flex-direction:column-reverse;
	}

	.hero-text h1 {
		font-size:2.2em;
	}

	.home-highlights .card {
		clear:both;
		width:100%;
	}

	.card {
		margin-bottom:10px;
	}

	.faq-container {
		display:flex;
		flex-direction: column-reverse;
		padding-top:0!important;
	}

	.sol-icon {
		padding-top:0!important;
	}
}
