html {
    font-family: ProximaNova, sans-serif;
    font-size: 14px;
    color: #4e4e4e;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    background-image: url(../img/static-bg.jpg);
    background-position: center;
    background-size: cover;
}

body {
    min-width: 1024px;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
}

*, ::before, ::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#logo {
    position: absolute;
    display: block;
    top: 19px;
    left: 28px;
    width: 154px;
    height: 24px;
    background: url(../img/polona.svg) no-repeat;
}

.container-outer {
    display: table;
    width: 100%;
    height: 100%;
}

a, .link, a:visited, .link:visited {
    color: inherit;
}

a, .link, a:visited, .link:visited {
    color: inherit;
}

a, .link {
    text-decoration: none;
    cursor: pointer;
    -webkit-user-drag: none;
    user-drag: none;
}

.container-outer .container-middle {
    display: table-cell;
    vertical-align: middle;
}

.container-outer .container-middle .container-inner {
}

.infobox, .container-outer .container-middle .container-inner {
    position: relative;
    width: 540px;
    margin: 0 auto;
    background: url(../img/noise_grey.png);
    box-shadow: 1px 2px 10px -3px rgba(0, 0, 0, 0.4), 0 0 100px white;
}


h1.with-image {
    background: url('../img/container-image.png');
    height: 114px;
    font-size: 20px;
    padding: 70px 30px 15px 30px;
    color: white;
    text-transform: none;
    vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    font: inherit;
    font-weight: bold;
    vertical-align: baseline;
}

.container-outer .container-middle .container-inner .content {
    max-height: none;
    position: relative;
}

.infobox .content, .container-outer .container-middle .container-inner .content {
    padding: 30px 30px;
    box-shadow: 0 -1px 0 white, 0 -2px 0 rgba(0, 0, 0, 0.1);
    line-height: 1.5em;
    max-height: 400px;
    text-align: center;
}
