body { background-image : url("paper background.jpg") ; padding: 0 ; margin: 0 ;}
p {
  text-align: center;
  font-size: 24px;
 }
f1 { font-size : 16pt ;}
f2 { font-size : 13pt ;}
p2 { font-family : Baskerville Old Face ; font-size: 30px; color : #663399 ;  }

bl { color : #663399;}
p1 { font-family : Baskerville Old Face ; font-size: 40px; font-weight : 700 ; color : #663399 ;  }
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);


p.bord {
  width: 240px;
  border-style: ridge;
  border-color:silver;
  background-color: #CCCC99;
  border-width: 5px 5px; /* 20px top and bottom, 5px on the sides */
  border-radius: 15px;
  padding-left: 10px;
}

.click {
  position: relative;
  max-width: 850px;
}

.overlay {
  position: absolute; 
  top: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 80%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 15px;
  padding: 1px;
  text-align: center;
}

.click:hover .overlay {
  opacity: 1;
}

					/* The Modal */
/* animate zoom */
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
 
/* The modal's background */
.modal {
  display: none;      /* Hidden by default */
  position: fixed;    /* Stay in place */
  z-index: 1;         /* Sit on top */
  padding-top:360px;  /* distance from top of screen */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Display the modal when targeted */
.modal:target {
  display: table;
  position: absolute;
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 880px;
padding-top:10px;
}


/* The modal's content */
.modal-dialog .modal-content {
  margin: auto;
  background-color: #f3f3f3;
  position: relative;
  padding: 0;
  outline: 0;
  border: 1px #777 solid;
  text-align: justify;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


  /* Add animation */
  -webkit-animation-name: example; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
  animation-name: example;
  animation-duration: 0.5s;
}

.container {padding: 2px 16px;}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  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;
}




table ,td{
  border: 12px solid "#9966ff";
  border-radius: 5px;
}

/* onscreen button */
.openbtn {
  font-size: 16px;
  cursor: pointer;
  background-color: #ccffcc;
  color: #6600cc;
  height: 30px;
  width: 100px;
border-radius: 5px;
}

.openbtn:hover {
  background-color: white;
  color: black;
}

/* onscreen button2 */
.openbtn2 {
  background-color: #ccffcc;
  font-size: 14px;
  color: blue;
  cursor: pointer;
  height: 25px;
  width: 225px;
  border-radius: 5px;
  border: 2px solid #9966ff;
}


/* dropdown button */
.dropbtn {
  background-color: #66ccff;
  color: black;
  padding: 0;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #9966ff;
}

.dropdown {
  position: relative;
  display: inline-block;

}


.dropdown-content {
  display: none;
  position: absolute;
  min-width: 100px;
  height: 30px;
  z-index: 1;
 border-radius: 5px;
  border: 1px solid #9966ff;

}

.dropdown-content a {
  font-size: 16px;
  background-color: #66ccff;
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  border: 1px solid #9966ff;

}

.dropdown-content a:hover {background-color: grey;color: white;}

.dropdown:hover .dropdown-content {display: block;}


/* Styles for website counter container */
	.website-counter {
  		 color: black;
  		 font-size: 10px;
	}

/* Styles for reset button */
	#reset {
  		 cursor: pointer;
 		 font-size: 10px;
		 background-color: #FFFFCC;
  		 color: black;
 		 border: 0;
}