html,
body {
    font-family: 'Proza Libre', verdana, sans-serif;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 25px;
    background-color: #dfe2e2;
    height: 89%;
}

h1 {
    color: black;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    border-bottom-style: double;
    text-shadow: 1px 2px 4px #dbe2ef;

}

h2 {
    color: black;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
}

#container {
    min-height: 100%;
    height: auto !important;
    padding: 10px;
    padding-bottom: -5px;
}

#footer {
    clear: both;
    height: 100px;
    text-align: justify;
   
}

h3 {
    color: black;
    font-size: 12px;
    border-bottom-style: double;
}

h4 {
    color: black;
    font-size: 10px;
    font-weight: normal;

}

p {
    color: black;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    font-family: 'Open Sans';
}

@media only screen and (max-width: 800px) {

    body,
    p {
        font-size: 14px;
        line-height: 22px;
        margin-right: -10px;
        margin-left: -5px;
        margin-top: -10px;
        height: 65%;

    }
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 20px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 800px) {
    h4 {
        font-size: 9px;
        line-height: 10px;
        margin-right: -5px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 800px) {
    h3 {
        font-size: 8px;
        margin-right: -5px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 800px) {
    h2 {
        font-size: 14px;
    }
}
