@import url("fonts.css");

body {
	background-color: #181B1F;
	color: #C5C8C6;
	font-size: 20px;
	font-family: Iosevka Freya Web;
	padding-top: 1ch;
	padding-left: 17ch;
	width: 66%;
	margin: auto;
}

footer {
	text-align: center;
	color: #ADB2B1;
	font-size: 14px;
}

hr {
	width: 100%;
	color: #353A41;
}

.about {
	margin: auto;
	height: auto;
	width: 95%;
}

.devices {
	width: 95%;
	margin: auto;
	height: auto;
}

.about b, .devices b{
	color: #919DC2;
}

.name {
	font-size: 28px;
}

.sidenav {
	height: 100%;
	width: 17ch;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	padding-top: 0.6ch;
	background-color: #13161A;
	overflow-x: hidden;
	border-right: 1px solid #22252B
}

.image {
	width: calc(100% - 0.6ch * 2);
	display: block;
	border: 1px solid #2C3138;
	border-radius: 10%;
	margin: auto;
}

.group {
	border-bottom: 1px solid #22252B;
	padding-top: 0.5ch;
	padding-bottom: 0.5ch;
}

.sidenav a {
	padding: 10px 18px 10px 25px;
	text-decoration: none;
	font-size: 20px;
	color: #c5c8c6;
	display: block;
}

.sidenav a:hover {
	color: #E0E3E1;
}

@media only screen and (max-width: 800px) {
	body {
		width: Calc(100% - 14ch);
		padding-left: 14ch;
	}
	.sidenav a {font-size: 18px; padding: 8px 16px 8px 22px;}
	.sidenav {width: 14ch;}
}
