body {
    background-image: url(images/home-background.jpg);
    background-origin: border-box;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

body {
    font-family: 'Jaldi', sans-serif;
    color: #fff;
    font-size: 14px
}
p {
    font-family: 'Jaldi', sans-serif;
    color: #fff;
    font-size: 14px
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}
section {
    
}


.left-img-block {
    float: left;
}
.left-img-block img {
    width: 100%;
    display: block;
    margin: 0px auto;
    bottom: 0;
}

.right-img-block {    float: right;}
.right-img-block img {
    width: 100%;
    display: block;
    margin: 0px auto;
    bottom: 0;
}


.logos {
    width: 100%;
    position: relative;
}
.logos img {
    width: 100%;
    position: relative;
    max-width: 400px;
    margin: 0px auto;
    display: block;
}

.coffie {
    display: block;
    width: 100%;
    position: relative;
}
.coffie img {
    display: block;
    width: 100%;
    position: relative;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
}

.textblock {
    text-align: center;
    margin-top: 50px;
}
.textblock p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 19px;
}
.textblock p strong {}
.textblock p a {
    color: #fff;
    line-height: 0em;
    text-decoration: underline;
}
.textblock p a:hover {
    text-decoration: none;
}

.middlesection {
    
}

.flexhi {
    display: flex;
    height: 100%;
}




