body {
	font-family: lato, sans-serif;
	background-color: rgba(242, 229, 199, 0.675);
	background-image: linear-gradient(to top right, rgba(245, 233, 171, 0.736),rgba(232, 237, 199, 0.822), rgb(242, 202, 182));
}
.title-section {	padding: 5%;
}
  
#timer {
  background-color: rgb(244, 184, 91);
  padding: 5px 10px;
  color: rgb(33, 18, 18);
  max-width: 100px;
  text-align: center;
  position:absolute;
    top: 10px;
    left: 10px; 
  border-radius: 5px; 
}  
  
 img {
	opacity: 45%;
	max-width: 50%;
	padding: 10px;
}
#monkey-sick {
    margin: 10px;
}
.text-center {
  margin: auto;
}


#container {
	position: static;
	
}
.level-two {
color: rgb(7, 134, 78);
}


#list {
	list-style-type: none;
  font-weight: bold;
  font-size: 120%;
  color: blue;
  background-color: rgb(249, 253, 251);
  padding: 10px 20px;
  max-width: 60%;
  text-align: left;
  display: block;
  margin: auto;
  border-radius: 15px;
 
}

#list:hover{
  cursor: pointer;
}

.instructions {
	font-style: italic;
}
#congrats {
	position: inherit;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.next-level a:link {
  background-color: #086d2c;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
}
.next-level a:hover {
  background-color: #f6fef9;
  color: rgb(7, 164, 175);
  font-weight: 800;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
}
.record-time {
  font-style: italic;
  font-weight: 300;
  font-size: .8rem;
  color: rgb(222, 78, 78);
}

.monkey-did-it {
	opacity: 50%;
	width: 45%;
	padding-bottom: 10%;
	display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 50%;}
    
    
    
    
    
  