/* The Modal (background) */
.modalPrivacy {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	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(4,6,8,.85); /* Black w/ opacity */
	overflow-x: hidden;
}
  
/* Modal Content/Box */
.modalPrivacy-content {
	background-color: #636362;
	margin: 8rem auto; /* 15% from the top and centered */
	padding: 20px;
	border: 5px solid #36A9E0;
	width: 90%; /* Could be more or less, depending on screen size */
	text-transform:none;
	color:#ffffff;
	letter-spacing:0em;
	border-radius: 10px;
}
  
/*Modal list*/
.modalPrivacy-list {
	padding: 0 0 0 1.5em;
}
  
/*Headers in the Modal*/
.modalPrivacy-content h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
	color:#ffffff;
}
.modalPrivacy-content h2 {
	margin: 2em 0 0.25em 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.modalPrivacy-content h3 {
	margin: 1em 0 0.5em 0;
	text-indent: 2em;
    font-size: 1rem;
    line-height: 1.25rem;
}

/*Paragraphs in the Modal*/
.modalPrivacy-content p {
	margin: 0 0 0.5em 0;
	color:#ffffff;
}
.modalPrivacy-content a {
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0rem;
	text-transform: none;
}

.modalPrivacy-content li {
	font-size: 14px;
}
  
/* The Close Button */
.closePrivacy {
	color: #36A9E0;
	float: right;
	font-size: 42px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
    opacity: .5;
    cursor: pointer;
}
  
.closePrivacy:hover,
.closePrivacy:focus {
	color: black;
	text-decoration: none;

}