* {
    font-family: 'Open sans';
    margin: 0;
    padding:  0;
    color: #ffffff;
    /*overflow: hidden;*/
}

html,body {
    height: 100%;
    background-color: #2a2d2d;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

header {
    background-color: #035760;
}

main {
    flex: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/background.png");
}

footer {
    background-color:  #638484;
}

#header-logo {
    padding: 15px;
    max-width: 256px;
}

#footer-decoration {
    background-color:  #cbf90b;
    height: 8px;
}

.footer-content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#company-info {
    width: 100%;
    margin: 15px;
}

#contact-info {
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    text-align: right;
    width: 100%;
    margin: 15px;
}

#footer-logo {
    max-width: 128px;
}