/* The Modal (background) */
display: block; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
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 Header */
/* Modal Body */
/* Modal Footer */
/* Modal Content */
/* Add Animation */
/* The Close Button */
// Get the element that closes the modal
// When the user clicks on (x), close the modal
// When the user clicks anywhere outside of the modal, close it