html {
	scroll-behavior: smooth;
	transition: 1s;
}

body {
	/* background-image: url(/Resources/Intro\ Wallpaper\ full.png);
	background-repeat: no-repeat;

	background-attachment: fixed;
	background-size: 100%; */
	overflow-x: hidden;
}

.bg-image {
	/* min-height: 1000px; */
	background: #353336 url(/Resources/Intro\ Wallpaper\ full.png) repeat scroll
		0 0 / cover;
	background-attachment: fixed;
	padding: 1rem;
	margin: -16px;
}

header {
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
}
.right {
	flex: 70%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	padding-right: 10px;
	font-size: 20px;
	align-items: center;
}
.left {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	flex: 30%;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: white;
}

.left > div {
	padding: 10px;
}

.right > a {
	text-decoration: none;
	padding-right: 30px;
	color: white;
	transition: 0.3s;
}

.right > a:hover {
	color: #ffd43b;
}

.logo {
	width: 100px;
}

.main-logo {
	transition: 0.3s;
}

.main-logo:hover {
	transform: scale(1.2, 1.2);
	cursor: pointer;
}

.company-name {
	transition: 0.3s;
	font-size: 40px;
}

.company-name:hover {
	color: #ffc800;
	cursor: pointer;
}

.navbar-sticky {
	margin: 725px -8px 0 -10px;
	display: flex;
	flex-wrap: nowrap;
	background-color: #263543;
	position: sticky;
	position: -webkit-sticky;
	z-index: 1;
	top: 0px;
	box-shadow: 0 1px 18px black;
}

.nav-items {
	flex: 70%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	padding: 20px 10px;
	font-size: 20px;
	align-items: center;
}

.nav-items > a {
	transition: 0.3s;
}

.nav-items > a:hover {
	color: #ffd43b;
	transform: scale(1.1, 1.1);
}

.nav-items > a:active {
	color: #ffd43b;
	transform: scale(1.1, 1.1);
}

.company-name-nav {
	transition: 0.3s;
}

.company-name-nav:hover {
	color: #ffc800;
	cursor: pointer;
}

.nav-logo {
	flex: 30%;
	display: flex;
	flex-direction: row;
	font-size: 40px;
	align-items: center;
	color: white;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	padding: 10px;
}

.mini-logo {
	margin: 10px 10px 0 10px;
	transition: 0.3s;
}
.mini-logo:hover {
	transform: scale(1.2, 1.2);
	cursor: pointer;
}

.nav-items > a {
	text-decoration: none;
	padding-right: 30px;
	color: white;
}
