body{
	/* A font family name and a generic family name */
	/* font-family: "Gill Sans Extrabold", sans-serif;
	font-family: "Goudy Bookletter 1911", sans-serif; */
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
  	font-weight: normal;
  	font-style: normal;
	height: 100%;
}

nav {
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	border: 1px grey;
}

.btn-link{
	text-decoration: none;
	background-color: #286090;
	font-weight: bolder;
	font-size: 15px;
}

.link_start{
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	background-color: #286090;
	font-weight: bolder;
	font-size: 15px;
	width: 100%;
}

.link_start:hover{
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background-color: #286090;
	font-weight: bolder;
	font-size: 15px;
	width: 100%;
}

.link_start:visited{
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background-color: #286090;
	font-weight: bolder;
	font-size: 15px;
	width: 100%;
}

.link_start:active{
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background-color: #286090;
	font-weight: bolder;
	font-size: 15px;
	width: 100%;
}

.link_stop{
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	background-color: #d9534f;
	font-weight: bolder;
	font-size: 15px;
	width: 100%;
}

.link_stop:hover{
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background-color: #d9534f;
	font-weight: bolder;
	font-size: 15px;
	width: 100%;
}

.link_stop:visited{
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background-color: #d9534f;
	font-weight: bolder;
	font-size: 15px;
	width: 100%;
}

.link_stop:active{
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	color: #fff;
	background-color: #d9534f;
	font-weight: bolder;
	font-size: 15px;
	width: 100%;
}

.logout{
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;

}

.profil-pic{
	margin-top: -55px;
	margin-bottom: 10px;
}

.job{
	overflow-y: scroll;
	margin-bottom: 100%;
}