@charset "UTF-8";
/* The Modal (background) */
.modal-1 {
  
    position: absolute;
    visibility: visible;
	display: none; /* Hidden by default */
    z-index: 999; /* Sit on top */
    padding-top: 15%; /* Location of the box */
    padding-left: 15%;
    padding-right:15%;
    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 */
  
	
}

/* Modal Content */
.modal-content-1 {
	
    background-image: url('../img/education.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
    margin: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #888;
    width: 60%;
	height:80%;
   text-align: justify;
   font-size: 18px;
   
	
	}

/* The Close Button */
.close-1 {
    color: ##FF0000;
    float: right;
    font-size: 28px;
     margin-right:-20px;
	
	padding:0px;
}
.close-1:hover,
.close-1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}