/* Body */
body {
    background-image: url(../images/Baggrund_opskrifter.png);max-width: 100%; height: auto;
    background-position: center; right: 300px;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-color:#8b1430 ;
    background-size: 100%;
}

html, body {margin: 0; height: 100%; overflow: hidden}

main{
    height: 200vh;
}

/*text*/
@font-face {
    font-family: 'MyFont';
    src: url(/fonts/AnodyneCombined/Anodyne.ttf);
}

@font-face{
    font-family: 'Colus';
    src: url(/fonts/ColusRegular/Colus-Regular.otf);
}
.overskrift {
   position: absolute;
   margin-top: 30px;
   left: 450px;
   top: 60px;
}

h1 {
    text-align: center;
    color: white;
    font-family: 'MyFont';
    font-size: 75px;
    position: absolute;
    left:560px;
    top: 35px;
    margin-top: 40px;
}

h2{
    text-align: center;
    color: white;
    font-family: 'Colus';
}

/* Icons */
div {
    padding-bottom: 25%;
}
.icons {
    display: block;
    position: absolute;
    left: 50px;
    top: 100px;

    
}
.img_icons{
    height: 130px;
    width: 130px;
}

/* icons hover */

.container {
    position: relative;
    width: 100%;
    max-width: 400px; 
}
.image {
    width: 100%;
    height: auto;
  }
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
  }
  
  .container:hover .overlay {
    opacity: 1;
  }

  .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

/* Sections */
.sections {
    color: white;
    text-align: center;
    position: absolute;
    left: 470px;
    top: 45px;
    display:block;
}

.section1 {
    width: 400px;
    height: 190px;
    transform: scale(0.8);
}

.section2{
    width: 400px;
    height: 190px;
    transform: scale(0.8);
}

.section3 {
    width: 400px;
    height: 190px;
    transform: scale(0.8);
}


/* Billeder */
.daal{
    display: flex;
    position: absolute;
    left: -190px;
}


.bolognese{
    display: flex;
    position: absolute;
    left: -190px;
}

.lasagna{
    display: flex;
    position: absolute;
    left: -190px;
}

/* Billeder Hover*/
.grydeHOV:hover{
    transform: scale(1.1);
    transition: .3s ease;
}
.shoppingHOV:hover{
    transform: scale(1.1);
    transition: .5s ease;
}