/*
blond FBF2C0
taupe 48392A
bistre 43281C
copper red C06E52
bittersweet F96F5D
*/
/* * {
    margin: 0;
    padding: 0;
} */



html {
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
    background: #FBF2C0;
    font: 15px/1.5 Arial, Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    cursor: default;
    color: #43281C;
    font-weight: 700;
}

.normalImage {
    width: 100%;
    max-width: 800px;
}

.portraitImage {
    max-height: 400px;
}

a {
    color: #C06E52;
    font-weight: bold;
    cursor: pointer;
}

.content {
    min-height: 100%;
}

.content-inside {
    padding-bottom: 70px;
}

.header {
    background: #43281C;
    color: #FBF2C0;
    padding-top: 1px;
    padding-bottom: 1px;
    min-height:70px;
    height: auto;
    min-width: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

h1 {
    font-size: 40px;
    margin-bottom: 0;
}

h2 {
    font-size: 20px;
    margin-top:0;
}

h3 {
    font-size: 16px;
    margin-top:0;
}

table {
    min-width: 300px;
    border: #43281C 2px solid;
    margin-top:30px;
    margin-bottom: 20px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

th {
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #FBF2C0;
    background-color:#43281C;
}

td:hover {
    color: #43281C;
    background-color:#C06E52;
}

td:hover a {
    color: #43281C;
}

#contact, #margin {
    margin-bottom: 50px;
}

.footer {
    height: 100px;
    min-width: 300px;
    margin-top: -103px;
    background: #C06E52;
    color: #43281C;
    border-top: #43281C 3px solid;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
