body, html {
  height: 100%;
  margin: 0;
  font-family: 'Open Sans';
}


/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('font/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


a
{
  color: #000;
  text-decoration: none;
}

.bg {
  /* The image used */
  background-image: url("images/ohja_cafe_bg.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container
{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%; 
    text-align: center;
    
    
}

.container_img1
{
  width: 20vw;
}



.container_img2
{
  width: 25vw;
  margin-top: 4vh;
}



.container_img3
{
  height: 4vh;
  margin-right: 2vw;
}



.container_img4
{
  height: 4vh;
}



.container_bottom
{
  position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50%;
    text-align: center;;
}

.imp_dat
{
  display: inline-flex;
  margin-bottom:4vh;

}




.container_imp
{
  max-width: 50vw;
  margin: auto;
  margin-top: 4vh;
  margin-bottom: 4vh;
  font-size: 12px;
}

.container_bottom_imp
{
  max-width: 50vw;
  margin: auto;
  text-align: center;
    
}


@media (max-width: 768px) 
{
  .container_img2, .container_img1
  {
    width: 60vw;
  }



  
.container_imp
{
  max-width: 80vw;
}

.container_bottom_imp
{
  max-width: 80vw;
}


  .container {
   
    width: 100%;
   
}


}

