body {
    background-image: url("/images/beer1.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-attachment: fixed;
/*background-color: red;*/
  }
  * {
    box-sizing: border-box;
  }
  
  .hhh {
    padding-top: 14%;
  }

  .left-marg {
    padding-left: 25px;
  }
  
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  [class*="col-"] {
    float: left;
    padding: 15px;
    width: 300px;
  }
  
  html {
    font-family: "Lucida Sans", sans-serif;
  }
  
  .header {
    color: #ffffff;
    padding: 5px;
    position: fixed;
  }
  .kommande {
    position: absolute;
    margin-left:60%;
    padding: 5px;
    margin-top: -30px;
    border-radius: 3px;
    background-color: #4CAF50;
    font-size: 20px;
    border: 5px solid black;
  }
  .sidenav {
    height: 100%;
    width: 170px;
    position: fixed;
    z-index: 1;
    overflow: hidden;
    padding-top: 200px;
	
  }
  
  .sidenav a {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    font-size: 20px;
    color: blue;
    display: block;
  }
  
  .sidenav a:hover {
        color: gray;
  }
  
  .footer {
    border-radius: 5px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #aa192f;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding-top: 5 px;
    padding-bottom: 0 px;
  }
  .whitetext {
    color: white;
  }
  
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    border: none;
    margin-left:150px;
  }
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  
  .container {
    position: relative;
    width: 100%;
    padding-top: 1100%; /* 8:5 Aspect Ratio */
    margin-left: 40px;
    margin-right: 200px;
  }
  

  /* unvisited link */
  a:link {
    color: white;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: white;
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: gray;
  }
  
  /* selected link */
  a:active {
    color: white;
  }
  .lunchBody {
    opacity: 0.5;
      border-radius: 25px;

  }