body {
	font-family: "Roboto", sans-serif;
	background-color: #0a0a0a;
	color: #ffffff;
}
a {
	color: #ffd700;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
.yellow-text {
	color: #ffd700;
}
.core-value {
	background-color: #1a1a1a;
	padding: 20px;
	border-radius: 8px;
}
.vision {
	background-color: #1a1a1a;
	padding: 20px;
	border-radius: 8px;
}
.photo {
	background-color: #ccc;
	border-radius: 50%;
	width: 150px;
	height: 150px;
}
.collage .photo {
	border-radius: 8px;
	width: 100px;
	height: 100px;
}
@media (max-width: 768px) {
	.core-value {
		width: 80%;
	}
	.collage .photo {
		width: 150px;
		height: 150px;
	}
}

#intro {
	background: url(../images/backgrounds/intro.webp) no-repeat center / cover;
}
#intro .uk-text-lead {
	color: #fff;
}

#intro nav {
	background: rgba(0, 0, 0, 0.8);
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}

h1 {
	font-size: 70px;
	line-height: 110%;
	color: #ffd700;
}

@media (max-width: 1439px) {
	h1 {
		font-size: 52px;
	}
}
@media (max-width: 1279px) {
	h1 {
		font-size: 43px;
	}
}
@media (max-width: 959px) {
	h1 {
		font-size: 34px;
	}
}

/*  */

h2 {
	font-size: 52px;
	line-height: 110%;
	color: #ffd700;
}

@media (max-width: 1439px) {
	h2 {
		font-size: 43px;
	}
}
@media (max-width: 1279px) {
	h2 {
		font-size: 34px;
	}
}
@media (max-width: 959px) {
	h2 {
		font-size: 30px;
	}
}

/*  */

@media (max-width: 1439px) {
	.uk-text-lead {
		font-size: 24px;
	}
}
@media (max-width: 1279px) {
	.uk-text-lead {
		font-size: 22px;
	}
}
@media (max-width: 959px) {
	.uk-text-lead {
		font-size: 18px;
	}
}

.uk-navbar-nav > li > a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #f1f1f1;
}
