html, body{
    height: 100%;
}
body {
    background-image: url(img/znk-brotnjo-bg-img.jpg);
    background-position: center center;
    background-repeat:  no-repeat;

    background-size:  cover;
    background-color: #999;
    font-family: 'Ubuntu', sans-serif;
}

div, body{
    margin: 0;
    padding: 0;

}
.wrapper {
    height: 100%;
    width: 100%;
    background: url("img/dotted-pattern.png");
}

.logo {
    width: 180px;
    height: auto;
    margin-left: 30px;
    margin-top: 30px;
}

.info {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff;

}
.title {
    font-weight: 700;
    font-size: 18px;
}

.facebook-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 36px;
    color: #141474;
    display: block;
    padding: 5px 10px 0px;
    background-color: #ffffff;

}

.facebook-p {
    float: right;
    display: inline-block;
    font-size: 24px;
    line-height: 0;
    margin-top: 18px;
    margin-left: 10px;
}

.facebook-icon:hover {
    color: #F31F1C;
}

.sponzor {
    position: absolute;
    top: 200px;
    right: 20px
}