/*** Cryptonen.com ***/

html {
	font-size: 18px;
}

body {
	font-family: 'League Spartan', sans-serif;
	background-color: #f4f8fc;
}

.form-control::placeholder {
	color: #aaa;
	font-weight: 300;
}

.text-monospace {
	font-family: "Roboto Mono", monospace;
}

/* Main Colors */

.primary-color {
	color: #015fdf;
}

.bg-primary-color {
	background-color: #015fdf;
}

.bg-dark-color {
	background: #002a5d;
	background-image: linear-gradient(33deg,  #002a5d 0%,#015fdf 100%);
}

.btn {
	padding-bottom: 0.325rem;
}

/* Hero Section */

#hero {
	background-color: #015fdf;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%230046a5' fill-opacity='0.4'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	color: #fff;
	padding: 100px 0;
	text-align: center;
}

#hero h1 {
	font-weight: 700;
	font-size: 3rem;
}

#services,
#contact,
#about {
	padding: 50px 0;
}

#contact .form-control {
	border-radius: 8px;
}

#contact .btn {
	border-radius: 8px;
}

.icon {
	font-size: 48px;
}

.footer {
	padding: 30px;
	background-color: #002a5d;
	color: #fff;
}

.footer-link {
	color: #fff;
}

.social-icons a:is(:hover,:active) i,
.footer-link:is(:hover,:active) {
	color: #ffd700;
}

.copyright-text .footer-link {
	text-decoration: none;
}

.footer-link {
	color: #fff;
}

/* Navbar */

.navbar-brand {
	display: inline-block;
	width: 160px;
	height: 35px;
	padding: 0;
	background-image: url(../img/logo-white.svg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	transition: all 0.25s ease-in-out;
}

.navbar-brand:hover {
	opacity: 0.65;
}

.navbar-nav .nav-link {
	color: #fff;
	font-weight: 600;
	margin-right: 20px;
}

.navbar-nav .nav-link:hover {
	color: #ffd700;
}

/* Outline Button */

.btn-outline-primary-color {
	background-color: #fff;
	border-color: #015fdf;
	color: #015fdf;
}

.btn-outline-primary-color:hover {
	background-color: #015fdf;
	color: #fff;
}

/* Section - About */

#about img {
	max-height: 256px;
	border-radius: 30px;
}

/* Contact form */

#captchaModal .modal-dialog {
	max-width: 380px;
}

#captchaQuestion {
	min-width: 120px;
	justify-content: center;
}

/* Cookie Notice */

.cookie-notice {
	bottom: 1rem;
	font-size: 15px;
}

.cookie-notice .btn {
	padding: 0.15rem 0.5rem 0 0.5rem;
}

/* Utilities */

@media only screen and (min-width: 992px) {
	.mw-lg-75 {
		max-width: 75%;
	}
}

.fs-16 {
	font-size: 16px;
}
