

html{ height: 100%; }

body
{
    height: auto !important;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 14px;
    font-weight: 300;
    background: #333;

    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;

    margin: 0;
}

.cimg
{
    /* background-color: aliceblue; */
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    background: #333;
}
.cimg img
{
    margin-top: 137px;
    box-shadow: 4px 4px 20px rgba(0,0,0,1);
}