.wrapper {
	width: 420px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: auto;
}

.container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 10px;
}

#topbar {
	flex-direction: column;
	justify-content: space-around;
}

.container p {
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

.cover {
	max-width: 100%;
  max-height: 100%;
  display: block;
  margin-top: 20px;
}

.connector {
	max-width: 100%;
  max-height: 100%;
  display: block;
  margin-top: 20px;
}

.left p {
	text-align: left;
}

.connector:hover {
	opacity: 0.7;
}

.caption p {
	width: 100%;
}

#itme {
	height: 420px;
	justify-content: space-around;
}

.title {
	text-decoration: none;
	margin-left: 5%;
	text-align: center;
	margin-bottom: -10px;
}

.title a, .title a:visited {
	text-decoration: none;
	color: black;
}

.title a:hover {
	color: #4E8975;
}

.article {
	justify-content: center;
	border: 2px black solid;
}

.article:hover {
	background-color: #DCFAF3;
	opacity: 0.5;
}

.article a {
	text-decoration: none;
	color: black;
	font-size: 150%;
}

.article a:visited {
	text-decoration: none;
	color: black;
}

.article a:hover {
	color: black;
}

.repository {
	justify-content: start;
}

/* Screen Break Points 

@media screen and (min-width: 700px) {
	body {}
}

*/


/* Dropdown Button */
.dropbtn {
	padding: 0px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	display: flex;
  justify-content: center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #5D87BD;}

/* schreibliga */

#Schreibliga {
	max-height: 60px;
  max-width: 60px;
}

/* stuff to make Safari work */

#Chagall_WaronthePalaces {
	height: 588px;
}

#Wyck_Nyckelord {
	height: 441px;
}

#Turner_DawnAftertheWreck {
	height: 275px;
}

#Rebay_Collage1917 {
	height: 238px;
}

#Mondrian_StillLifewithGingerPot {
	height: 342.25px;
}

#Millet_WomanSewingbyLamplight {
	height: 494px;
}

#Miró_PortraitofHeribertoCasany {
	height: 449.5px;
}

#deGheyn_OneofTwoFrogs {
	height: 380px;
}