
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
    position: relative;
    min-height: 100%;

}

@media (min-width: 2048px) {
    body {
        font-size: 22px;
    }
}
@media (min-width: 1024px) {
    body {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;

/*    color: #ffffff;    
    background-color: darkslategrey;
*/
    /*    
    background: center url('/img/Background1_768x396.png'); 
    background-repeat: no-repeat;
    background-size: cover;
    */
}



header  {
    /*background-color: gray;
    color: azure;*/
}
footer {
/*    background-color: greenyellow;
*/ 
}

.linkbutton {
    background: none;
    border: none;
    cursor: pointer;
}
