html, body{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #D11F45;
}
#logo{
   display: block;
   margin:auto;
}
#homelink{
   margin:auto;
   display:table;
}
#container{
    min-height: 100%;
    position:relative;
    background-color: white;
    margin-left: 100px;
    margin-right: 100px
}
#header{
    padding: 10px;
}
#body {
   padding:10px;
   padding-bottom:80px;  
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#5E1211;
   text-align: center;
   color: #D7C5B7;
   padding-top: 8px;
}
#contact-text{
    padding: 50px;
}
h1{
    font-family: "Goudy Old Style";
    font-size: 
}
h3{
    font-family: "Goudy Old Style", serif;
    color:#D11F45
}









/* @font-face{
    font-family: 'Klinic Slab';
    src:url('Font/KlinicSlabBook.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Klinic Slab';
    src:url('Font/KlinicSlabBookIt.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'Klinic Slab';
    src:url('Font/KlinicSlabBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'Klinic Slab';
    src:url('Font/KlinicSlabBoldIt.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}
@font-face{
    font-family: 'Klinic Slab';
    src:url('Font/KlinicSlabLight.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}
@font-face{
    font-family: 'Klinic Slab'
    src:url('Font/KlinicSlabLightIt.otf') format('opentype')
    font-weight: lighter;
    font-style: italic;
}
@font-face{
    font-family: 'Klinic Slab';
    src:url('Font/KlinicSlabMedium.otf') format('opentype');
    font-weight: medium;
    font-style: normal;
}
@font-face{
    font-family: 'Klinic Slab';
    src:url('Font/KlinicSlabMediumIt.otf') format('opentype');
    font-weight: medium;
    font-style: italic;
} 
h1.serif {
    font-family: "Klinic Slab";
}
h3.serif {
    font-family: "Klinic Slab";
}
p.serif {
    font-family: "Goudy Old Style", serif;
}
*/