#container {
	background-color: darkslategray;
	margin-left: 30px;
	margin-right: 30px;
	padding: 30px;
	float: left;
	width: 1780px;
	width: 94%;
}

body {
	background-color: #333;
}

/*menu div properties*/
div {
	border: none;
	color: black;
	border-radius: 5px;
	box-shadow: 2px 2px black;
	font-family: Garamond, serif;
}

.navbar {
	width: 1780px;
	background-color: #202020;
	border-width: 5px;
	float: left;
	clear: left;
	position: absolute;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 10px;
	border-radius: 0px;
	width: 93%;
}

.home {
	text-align: center;
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	width: 50px;
	padding: 17px;
	background-color: inherit;
	color: white;
	border-color: none;
	font-size: 20px;
}

.english {
	float: left;
	text-align: center;
	width: 150px;
	padding: 17px;
	background-color: inherit;
	margin-left: 50px;
	margin-right: 50px;
	color: white;
	border-color: none;
	font-size: 20px;
}

.english2 {
	float: left;
	text-align: center;
	width: 200px;
	padding: 17px;
	background-color: inherit;
	margin-left: 20px;
	margin-right: 50px;
	color: white;
	border-color: none;
	font-size: 20px;
}

.games {
	float: left;
	text-align: center;
	width: 125px;
	padding: 17px;
	background-color: inherit;
	margin-left: 20px;
	margin-right: 50px;
	color: white;
	border-color: none;
	font-size: 20px;
}

/*Text/Paragraph Properties*/
p {
	color: black;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	font-family: Tahoma;
	font-size: 20px ;
	padding: 5px;
	line-height: 150%;
	font-family: Garamond, serif;
}

header {
	color: black;
	font-size: xxx-large;
	text-align: center;
	font-family: Garamond, serif;
}

.englishTitle {
	font-size: 80px;
	text-align: center;
	margin: auto;
	background-color: lightgoldenrodyellow;
	color: black;
	font-family: Garamond, serif;
}
.paragraph {
	width: 56%;
	margin-top: 130px;
	background-color: lightgoldenrodyellow;
	float: left;
	font-size: 22pt;
	padding-left: 2%;
	padding-right: 2%;

}

/*Image Properties*/
img {
	float:left;
	width:30%;
	margin-left: 100px;
	margin-top: 130px;
	clear: right;
	border-radius: 10px;
}

/* Link that has never been clicked, un-visited link */
a:link {
color: darkred;
text-decoration: none;
}

/* visited link */
a:visited {
color: purple;
text-decoration: none;
}

/* mouse over link */
a:hover {
text-decoration: underline;
color: blue;
}

/* selected link */
a:active {
color: yellow;
text-decoration: none;
}

/* The dropdown container */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Dropdown button */
.dropbtn {
	background-color: inherit;
	font-family: inherit;
	margin: 0;
	outline: none;
	font-size: 20px;
	padding: 16px;
	border: none;
	color: white;
	padding-left: 40px;
}

/* Dropdown context which is hidden by default */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: lightgray;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0 px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border: none;
	float: left;
	margin-left: 25px;
}

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

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown: hover .dropbtn{
	background-color: red;
}

/* Add a gray background color to dropdown links on hover */
.dropdown-content a:hover {
	background-color: darkgray;
}

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

li {
	list-style: square;
	margin-left: 50px;
	font-size: 20px;
	font-family: Garamond, serif;
}

.sir {
	width: 5%;
	animation-iteration-count: infinite;
}

.sir:hover {
	animation: shake 0.5s;
	animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.gcimg {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}

.gc {
	cursor: pointer;
  height: 600px;
  position: relative;
  overflow: hidden;
  width: 500px;
  text-align: center;
  float: left;
 	margin-top: 120px;
 	padding: 5px;
}

.gc .fadedbox1 {
	background-color: white;
  position: absolute;
  top: -50px;
  left: 0;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 500px;
  height: 500px;
  padding: 130px 20px;
}

.gc:hover .fadedbox1 {
	opacity: 0.9;
}

.leader {
	background-color: lightgoldenrodyellow;
	width: 500px;
	height: 100px;
	float: left;
	font-size: 50px;
}

.summarytext p {
	font-size: 23px;
}