

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    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 */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
  
}
.img4{
    width: 70%;
    padding-left: 30%;  
    
}
@media only screen and (max-width: 600px)
{

    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 10px; /* Location of the box */
        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 */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
      
    }
    .img4{
        width: 150% !important;
        padding-right:200px;
        padding-top: 60px;        
    }

    .close {
        color: #eceaea;
        font-size: 2em;
        font-weight: bold;
        padding-right: 230px !important;       
    }
    
    .close:hover,
    .close:focus {
        color: rgb(216, 50, 0);
        text-decoration: none;
        cursor: pointer;
    }
}


/* The Close Button */
.close {
    color: #eceaea;
    padding-top: 20px;
    font-size: 4em;
    font-weight: bold;
    padding-right: 20px;
    
 
}

.close:hover,
.close:focus {
    color: rgb(216, 50, 0);
    text-decoration: none;
    cursor: pointer;
}





.job{
    padding-top: 70px;
    padding-bottom: 80px !important;
    padding-left: 100px;
}

.btn1{
    margin-left: 14px;
    
}


.hover3{
    color: blue !important;
    font-size: 1em;
    padding-left: 25px;
    
}

.btn-info{
    background-color: #003c69;
}

.last{
    margin-left: 38%;
    padding-bottom: 25px;
}

#lastbtn{
    padding-left: 10%;
}
