* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a.menubar {
	text-decoration: none; color: #48C9B0; cursor: pointer;
}

a.menubar:hover {
	color: white;
}

a.item {
  text-align: center; 
  font-family: 'Roboto', sans-serif;
  font-size:1.2vw;
  font-weight:bold;
  text-decoration: none;
  color: #045FB4;
}

a.item:hover{
  color:black;
}

a.back {
  text-align: center; 
  font-family: 'Oswald', sans-serif;
  font-size:2vw;
  font-weight:bold;
  text-decoration: none;
  color: #666;
}

a.back:hover{
  color:black;
}

.header {
	display: flex;
	justify-content: space-between;
	background: #071418;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0px;
}

.drname {
	width: 40%;
	height: 100%;
	font-family: 'Abel', sans-serif;
	font-weight: 100;
	font-size: 2.5vw;
	color: white;
	line-height: 70px;
	padding-left: 20px;
}

.menubar {
	width: 50%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6vw;
	color: #48C9B0;
	line-height: 70px;
	padding-right: 20px;
	text-align: right;
}

body {
	background: #071418;
	background-image: url('img/homepic.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.content_menu {
		display: flex;
		flex-direction: column;
	margin-left: 10vw;
	width: 30vw;
	height: 25vw;
	margin-top: 15vw;
	position: relative;
	align-items: center;
	justify-content: flex-start;
}

.content_header {
	width: 100%;
	min-height: 2vw;
	font-size: 1.5vw;
	line-height: 2vw;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: black;
	margin-bottom: 4vw;
	text-shadow: 1px 1px #BDBDBD;
}

.content_item {
	width: 100%;
	/*min-height: 4vw;*/
	line-height: 1.6vw;
	background-color:#E6E6E6;
	text-align: center;
	padding: 1vw;
	margin-bottom: 1vw;
	box-shadow:3px  3px 2px #000000;
}

