/* FOR COMMISSION PAGES */

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
  url('../fonts/Nunito-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sysfont';
  src: url('../fonts/sysfont.woff2') format('woff2'),
  url('../fonts/sysfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

 body {
   background-image: url('../backgrounds/kirb_bg.png');
   background-size: cover;
  }

p {
	color: white;
	font-family: 'Nunito';
	font-size: 25px;
}

a {
	font-family: 'Sysfont';
	font-size: 20px;
	color: #180877;
}

h1 {
	font-size: 60px;
	font-family: 'Nunito';
}

h2 {
	font-size: 25px;
	font-family: 'Nunito';
}

p, h1, h2 {
	color: white;
}

ul, li {
	color: gray;
	font-family: 'Nunito';
}

.flex {
	display: flex;
	width: 1300px;
	margin: auto;
}

.container-main {
	overflow: auto;
	border-radius: 15px;
	width: 900px;
	height: 700px;
	padding: 15px;
	margin: auto;
	margin-top: 80px;
	background-color: rgb(10,5,0,0.75);
	scrollbar-width: thin;
	scrollbar-color: white #180877;
	
}

.nav {
	width: 150px;
	height: auto;
	padding: 10px;
	margin-left: 10px;
	margin-top: 80px;
}

.nav-button {
	background-color: white;
	padding: 18px;
	margin-bottom: 40px;
	width: 150px;
	justify-content: center;
	border-radius: 20px;
}

.nav-button:hover {
	background-color: #f78ec8;
	transition-duration: 0.3s;
}

.flex2 {
	display: flex;
}

.comm-text {
	background-color: none;
	border-right: 1px solid white;
	width: 350px;
	float: left;
	height: 680px;
	padding: 10px;
}

.comm-example {
	width: 590px;
	float: right;
	height: 700px;
	margin-left: 20px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: white #180877;
}