
<style>




.p {font-family: times new roman;
font-size:12pt;
letter-spacing: 0.3em;}


.modal-button {
	  font-family: times new roman;
      background-color: Transparent;
  border:0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
	 font-size:12pt;
	 border: 1px ridge #B6C4E3;		
margin-right: 20px;

}




/* 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 */
		color: #000;
		opacity: 0.7;
	
}

.modal a:link {
 	color:#000;
		text-decoration: none;
		  font-size:12pt;
	font-family: times new roman;
		



}

.modal a:visited {
 	 	color:#000;
		  	text-decoration: none;
}
.modal a:hover {
 	color:#fff;
  	text-decoration: none;
background-color:#000;

}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
		color:#000;
    margin: auto;
    padding: 0;
    border: 1px dashed #888;
    width: 40%;
		height: auto;
    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;

}


/* Modal Content */
.modal-content2 {
    position: relative;
    background-color: #fefefe;
		color:#000;
    margin: auto;
    padding: 0;
    border: 1px dashed #888;
    width: 40%;
		height: 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;
		        overflow-y: auto;

}


/* 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: #000;
    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: #fff;
    color: #000;
		text-align: center;
}

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

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


.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}



/* Add a black background color to the top navigation */
.topnav {

  overflow: hidden;
 
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	 font-size:12px;

}

/* Add an active class to highlight the current page */
.active {
  background-color: #fff;
  color: #fff;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


audio {
   opacity: 0.3;
   height: 20px;


}



</style>
