/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
     color:#000000;
     background-color:orange;
     font-family:'arial';
}
a  { color:white; }
a:visited { color:white; }
a:hover { yellow; }
a:active { color:orange; }
h1 {
   color: navy;
   margin-left: 20px;
}
.top-menu{
    font-size:small;
} 
.sticky-footer {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sticky-footer__header {
    background-color:white;
    background-image:url("../images/fhLogo_large.jpg");
    background-repeat:no-repeat;
    border-radius:15px, 0px;
    margin:10px 50px 10px 50px;
    padding:0px;
    height:100px;
}
.sticky-footer__menu {
    background-color:black;
    border-radius:0px;
    padding:0px;
    height:50px;
}
.sticky-footer__main {
    flex-grow: 1;
    background-color:white;
    border-radius:0px, 15px;
    border-color:black;
    border-width:thin;
    margin:10px 50px 10px 50px;
    padding:0px;
}
.sticky-footer__footer {
    flex-shrink: 0;
    text-align:center;
    padding:20px;
    background-color:black;
    color:white;
    font-family:'arial';
    font-size:x-small;
    border-radius:15px;
    margin:10px 50px 10px 50px;
    padding:10px;
}