body {
    background-color: #EDEDE9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer {
    background-color: #D5BDAF;
    position: relative;
    bottom: 2px;
    width: 100%;
}

#foot {
    padding: 0px;
    border: none;
    background-color: none;
    width: 60%;
    text-align: center;
    margin: auto;
    font-size: 15px;
}

.colFoot {
    width: 50px;
}

#theadFoot {
    font-size: 20px;

}

#tfootFoot {
    text-align: center;

}

.aFoot {
    text-decoration: none;
    color: #000;
}

header {
    box-sizing: content-box;
    background-color: #D5BDAF;
    padding: 25px 25px 25px 25px;
    position: sticky;
    height: 100px;
    margin: 2px;
}

.header a {
    float: left;
}

.button {
    /* background-color: #E3D5CA; */
    padding: 15px 25px;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    margin: 4px 2px;
    font-size: 20 px;
}

.button:hover {
    background-color: #E3D5CA;
}

#logo {
    height: 100px;
    float: right;
}

@media (max-width: 600px) {

    header {
        padding: 10px;
        height: 175px;
    }

    #logo {
        display: none;
    }

    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }
}