@font-face {
	font-family: 'Outlast';
	src: local('Outlast Serif'), local('Outlast-Serif'), url('OutlastSerif.woff2') format('woff2'),
		url('OutlastSerif.woff') format('woff'), url('OutlastSerif.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,900&display=swap');

body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
.background {
	background-image: url(./images/back.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	width: 100%;
	height: 133vh;
	z-index: -1;
}
.top {
	background-size: cover;
	background-position: center;
	height: 30%;
	width: 100%;
}
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #14213d;
	color: #ffffff;
	padding: 0.3rem;
	border-bottom: 1px solid gold;
	width: auto;
}
.brand-title > img {
	height: 3vh;
}
.brand-title a {
	margin-left: 5rem;
	text-decoration: none;
	color: #ffffff;
}
.navbar-links ul {
	margin: 0;
	padding: 0;
	display: flex;
}
.navbar-links li {
	list-style: none;
	padding-left: 2rem;
	padding-right: 2rem;
}
.navbar-links li:hover {
	background-color: #243456;
}
.navbar-links li a {
	text-decoration: none;
	color: white;
	padding: 1rem;
	display: block;
	font-size: 1.35rem;
	width: max-content;
}
.mid {
	width: 72vw;
	height: 100vh;
	margin: 0 auto;
	position: absolute;
	top: 24.5vh;
	right: 15vw;
}

.container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.box {
	height: 500px;
	width: 30%;
	position: relative;
	left: 0;
	top: 0;

	justify-content: right;
	padding-top: 150px;
}
.big {
	padding-left: 5px;
	font-weight: 700;
}
.tog {
	display: flex;
	flex-wrap: wrap;
}
.mobile {
	display: none;
}
