.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.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	color: #ffffff;
    margin: auto;
    padding: 20px;
    border: 10px solid #4f4d5e;
    width: 80%;
}

.brown {
    background-color: #b48b1d;
}

.green {
	background-color: #75B46E;
}

/* The Close Button 1 */
.close1 {
    color: #aaaaaa;
    position: absolute;
	top: -10px;
	right: 15px;
    font-size: 40px;
    font-weight: bold;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button 2 */
.close2 {
    color: #aaaaaa;
    position: absolute;
	top: -10px;
	right: 15px;
    font-size: 40px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button 3 */
.close3 {
    color: #aaaaaa;
    position: absolute;
	top: -10px;
	right: 15px;
    font-size: 40px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}