/* Template by freewebsitetemplates.com */
body {
	margin:0;
	padding: 0;	
}
#body {
  width: 100vw; 
  height: 80vh;
	font-family: calibri;
	margin:0;
	padding: 0;	
  background-image: "css/oceansurface.jpg";
  background-size: cover;
}
#header {
	margin:0 auto;
	padding: 0;	
	overflow: hidden;
	width: 960px;
}
#header #logo {
	float: left;
}	
#header #logo img {
	border: 0;
	height: 100px;
	width: 248px;
}
.pg_heading {
  font-family: Vonique64; 
  font-size: 450%; 
  text-align: center;
  color: green; 
  text-shadow: 2px 2px grey; 
  letter-spacing: 5px;
}
#body {
	margin: 0;
	padding: 0;	
  position: relative;
  padding: 7% 0;
}
button {
  float: right;
  margin-top: 55px;
  margin-right: 7%;
  background-color: dimgray; color: whitesmoke;
  border-style: solid; border-color: whitesmoke; 
  border-width: 1px; border-radius: 6px;
  padding: 6px; width: 75px;
  font-weight: bold; 
  cursor: pointer;
}
button:hover {
  background-color: greenyellow;
  color: rgb(54, 53, 53);
  border-color: rgb(54, 53, 53);
  border-width: 1px; border-radius: 6px;
}
button:disabled {
  background-color: rgb(3, 43, 3);
  color: rgb(65, 63, 63);
  border-style: none;
  cursor: not-allowed;
}
/* MODAL */

.modal {
  display: none;
	font-family: Arial, Helvetica, sans-serif;
  text-align: center;
	background-color: deepskyblue;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20%;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modal-content {
  display: flex;
  align-content: center;
  text-align: center;
  margin: auto;
  background-color: goldenrod;
  background-image: linear-gradient(goldenrod, rgb(233, 219, 187));
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  border-radius: 10px;
  opacity: .90;
}
.modal-content p {
  text-align: center;
  width: 100%;
}