html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 70%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -70px;
    /* Pad bottom by footer height */
    padding: 0 0 70px;
}
/* header */
header#header {
    /* flex */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    background: whitesmoke;
    min-height: 60px;
}
header .headerlogo {
    margin: 20px;
    background-color: none;
}
header#header h1 {
    margin: 0;
}
header img#logoheadersignbank {
    max-height:70px;
}
@media (max-width: 767px) {
    header h1{font-size: 20px;}
    header #langbar .btn {padding: 2px 4px;}
    header#header {padding-left: 0.2em;padding-right: 0.2em;}
}
#langbar {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-left: auto;
    padding-bottom: 3px;
}
#langselect {
    padding-top: 3px;
}
#login {
    padding-left: 8px;
    padding-top: 3px;
}
.menu-hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* remove rounded corners on navbar */
.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}
/* main */
#content {
    background-color: #771919;
}

/* Set the fixed height of the footer here */
#footer {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 70px;
    min-height: 20px;
}
#footer a {
    color: #797777;
}
#footer a:focus {
    color: #4d1616;
}
#footercontainer {
    background-color: whitesmoke;
    align-items: center;
    justify-content: center;
}
.footerbg {
    margin-left: 0px;
    margin-right: 0px;
}
.logoholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logofooter {
    margin-right: 1vw;
}
#logojy {
    max-height: 70px;
}
#logokl {
    max-height: 45px;
}
#logokielipankki {
    max-height: 70px;
}
#logocsc {
    max-height: 60px;
}