body {
	background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Jack_of_the_United_States.svg/500px-Jack_of_the_United_States.svg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	font-weight: bold;
}
.h1 {
	font-size: 50pt;
	background-color: rgb(17, 45, 98);
	border-radius: 50px;
}
.h2 {
	padding: 10px;
	font-size: 25pt;
	background-color: rgb(182, 4, 4);
	border-radius: 50px;
}
a {
	text-decoration: none;
}
a:visited, a:hover, a:link {
	color: black;
}
.most {
	max-width: 400px;
	height: auto;
	border-radius: 50px;
	box-shadow: 0 0 10px 15px rgb(6, 14, 118);
}
.item {
	display: flex;
	padding: 30px;
}
.picture {
	display: flex;
	margin-left: 300px;
}	
.pictureCircle {
	display: flex;
	margin-left: 300px;
}	
.pictureCircle img {
	box-shadow: none;
}
.text {
	justify-content: center;
	font-size: 40pt;
	margin-top: 70px;
	margin-bottom: 160px;	
	display: flex;
	margin-left: 190px;
	background-color: rgb(255, 254, 255);
	padding: 10px;
	border-radius: 50px;
	color: rgb(36, 36, 113);
}
.textCircle {
	margin-bottom: 160px;
	justify-content: center;
	font-size: 40pt;
	margin-top: 70px;
	display: flex;
	margin-left: 190px;
	background-color: rgb(255, 254, 255);
	padding: 10px;
	border-radius: 50px;
	color: rgb(36, 36, 113);
}
hr {
	height: 20px;
	border: none;
}
.textlongpic {
		margin-bottom: 390px;
	justify-content: center;
	font-size: 40pt;
	margin-top: 70px;
	display: flex;
	margin-left: 190px;
	background-color: rgb(255, 254, 255);
	padding: 10px;
	border-radius: 50px;
	color: rgb(36, 36, 113);
}
#nodisplay {
	display: none;
}
.note {
	background-color: bisque;
	font-size: 35pt;
	border-radius: 50px;;
}
.dropbtn {
	background-color: inherit;
	border: inherit;
}
  /* Dropdown Button */
.dropbtn {
  background-color: #e41212;
  color: rgb(0, 0, 0);
  padding: 1px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #ffffff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: fixed;
  display: block;
  float: left;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/0/08/Vertical_United_States_Flag.svg);
  background-size: cover;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
	box-shadow: 0 0 10px 1px rgb(6, 14, 118);  
	margin: 12px 16px;
	background-color: #ffffffa4;
  text-decoration: none;
  display: inline-block;
  border-radius: 60px;
}

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

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 