@import "https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap";

@font-face {
    font-family: "True Lies";
    src: url("assets/TrueLies.ttf") format("truetype");
}

header {
	margin-top: 20px
}

body {
	background: #130912;
	color: #000;
	line-height: 1.5;
	font-family: Mulish, Arial, sans-serif;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
}

button, input, a {
	font-family: Mulish, Arial, sans-serif;
}

a {
	text-decoration: unset;
	color: unset;
}

.zero-font {
	font-family: "True Lies", Mulish, Arial, sans-serif;
	font-size: 30px;
	margin: 5 0 0 5;
	color: #ffffff;
}

.app {
	max-width: 1240px;
	width: 90%;
	height: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.main {
	margin-top: 20px;
	margin-bottom: 20px;
}

.main-title-container {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.main-title-text-section {
	max-width: 600px;
	width: 100%
}

.main-title {
	font-weight: 800;
	font-size: 46px;
	line-height: 120%;
	text-transform: uppercase;
	color: #fff
}

.main-title span {
	color: #e74142
}

.main-subtitle {
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	margin: 15px 0 30px;
	max-width: 500px
}

.main-subtitle span {
	color: #e74142;
	font-weight: 600
}

.section-title {
	font-style: normal;
	font-weight: 800;
	font-size: 28px;
	line-height: 120%;
	text-align: center;
	color: #fff;
}

.section-title span {
	color: #e74142;
}

.section-subtitle {
	font-style: italic;
	font-size: 18px;
	text-align: center;
	color: #aaa;
}

.section-subtitle span {
	color: #e74142;
}

.related-page-badge {
	background: #e741421f;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	padding: 3px 14px 3px 3px;
	margin-bottom: 22px
}

.related-page-badge p, .related-page-badge a {
	font-weight: 700;
	font-size: 13px;
	line-height: 120%;
	color: #fff;
	margin-left: 9px;
	text-decoration: none;
}

.team-profile-picture-container {
	width: 20%;
}

.team-profile-picture {
	width: 75%;
	padding-left: 12.5%;
	padding-right: 12.5%;
	clip-path: circle();
}

.team-profile-name {
	width: 100%;
	display: flex;
	padding-top: 5px;
	text-decoration: none;
	font-style: italic;
	align-items: center;
	justify-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.navigation {
	background: rgba(255, 255, 255, .05);
	border-radius: 15px;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, .1)
}

.navigation-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0 10px
}

.navigation-nav {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
/*	margin: 0 25 0 0;*/
}

.navigation-nav a {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 120%;
	transition: color .2s
}

.navigation-nav a:hover {
	color: #e74142
}

.navigation-nav a:not(:last-child) {
	margin-right: 35px
}

footer {
	color: #888;
}
