
header {
  background-color: #FFFAF0;
  padding: 10px;
  text-align: center;
  font-size: 40px;
  color: #228B22;


}
body {
	min-height: 100vh;

	max-width: 1000px;
    margin: 0 auto;
	text-align: justify;
	font-size: 20px;

	}

/* Container for flexboxes */
section {
 	display: -webkit-flex;
	display: flex;

}
h1 {
	text-align: center;
	font-family: Copperplate, Papyrus, fantasy;
	font-weight: bold;

}

h2 {
	text-align: center;
	font-family: Garamond, serif;
 
	
}

img {
	margin-top: 10px;
	margin-bottom: 30px;
	
}

p.justify {
	text-align: justify;

	
}

li {
	text-align: left;
	line-height: 200%
}

article {
	background-color: #FFFAF0;
	padding:20px;

}

.vollarticle{
	width: 100%;
}

/* Style the footer */
footer {
  background-color: #FFFAF0;
  padding: 10px;
  text-align: center;
  color: #228B22;

}

 .navbar {
  overflow: hidden;
  background-color: #CD853F;
}

.navbar a {
  float: left;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}

.dropdown {
  float: left;
  overflow: visible;
  position: top;

}

.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;

}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: black;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #DEB887;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.dropdown-content a:hover {
  background-color: #FFF8DC;

}

.dropdown:hover .dropdown-content {
  display: block;

}

.align-right {
  text-align: right;
  border: 0;
  }

.withshadow {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.linkedin {
	margin-top: 0px;
	margin-bottom: 0px;
}