html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
}

.pics {
    margin-top: 38px;
    margin-bottom: 50px;
}

.row {
    text-align: center;
}

.row img {
    width: 32%;
}

.calendar {
    position: fixed !important;
    top: 0;
    left: 0;
}

.calendar a {
    display: none;
}

.contact {
    width: 100%;
    text-align: center;
    background-color: white;
    font-family: verdana;
    font-size: 11px;
    position: fixed;
    bottom: 0;
    padding-bottom: 20px; 
}

@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 812px)
{
    .contact {
        font-size: 6px;
        padding-bottom: 10px;
    }
}