body {
    font-family: times, sans-serif;
    margin: 0;
    padding: 0;
}
p{
    margin:0;
}
nav a {
    font-size: 12px;
    color: white;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background-color: darkgreen;
    justify-content: center;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 6px;
}
nav a:hover {
    background-color: #ddd;
    color: black;
}
.hoverit{
    
}
.hoverit:hover{
    cursor: zoom-in;
}
.OverlayText1 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgb(50, 0, 0);
    width: 60%;
}
.OverlayText2 {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgb(50, 0, 0);
}
@media (max-width: 780px) {
    .OverlayText1 {
        font-size: 12px;
        padding: 8px;
        width:70%;
    }
    .OverlayText2 {
        top: 80%;
        font-size: 12px;
        padding: 8px;
        width:80%;
    }
    .DivResp1{
        width:70% !important;
        font-size: 16px !important;
    }
    .Div50Per{
        width: 70% !important;
        font-size: 16px;
    }
    .imgResp1{
        width:80%;
    }
}  
.Div50Per{
    display: block; 
    width: 40%; 
    text-align: left; 
    float: none; 
    overflow: unset; 
    margin: auto; 
    padding-bottom: 10px;
    font-size: 16px;
}
.DivResp1{
    display: block; 
    float: none; 
    overflow: hidden; 
    margin:auto;
    width: 40%;
    text-align: center;
    padding:5px;
}
.ParaResp1{
    width:280px;
    display: block;
    color:black;
    text-align: left;
    width: 100%;
}
.imgResp1{
    display: block; 
    float: none; 
    overflow: hidden; 
    margin:auto;
    width: 100%;
    text-align: center;
}
.P16px{
    display:inline-block;
    color: black;
    vertical-align: top;
    text-align: left;
}
.Pheader{
    display:inline-block;
    direction:ltr;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:10px;
    padding-right:10px;
    margin-top:18px; 
    margin-bottom:18px;
    font-size:25px; 
    text-align:center;
}
