/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 65px;
   /*font-family: "Grand Hotel", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here
    height: 65px;*/
    /*line-height: 60px;  Vertically center the text there */
    background-color: transparent;
}

.main {
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}

.mainMilk {
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}

/*
.cursiveLink {
    font-size: 32px;
    text-decoration: none;
}

a.cursiveLink:hover, a.cursiveLink:active, a.cursiveLink:visited, a.cursiveLink:focus {
    text-decoration: none;
    background-color:rgba(255,255,255,0.25);
}
 */
.cursiveLink, .cursiveLink:active, .cursiveLink:visited, .cursiveLink:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.25);
    color: black;
    border: 2px solid #4CAF50;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.cursiveLink:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.25);
    background-color: #4CAF50;
    color: white;

}