/* font registration */

@font-face {
    font-family: SoulBillani;
    src: url(dataobject/font/SoulBillani.otf);
}
@font-face {
    font-family: TheLima;
    src: url(dataobject/font/The\ Lima.otf);
}

  html, body {
    margin: 0;
    padding: 0;
  }
/* side navbar */

  .sidenav {    
    height: 100%;
    transform: translateX(-100%);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #023b00;
    overflow-x: scroll;
    transition: 0.5s;
    padding-top: 60px;
  }
  .navlogo {
    font-family: SoulBillani;
    padding: 12px 80px 12px 32px;
    margin-bottom: 40px;
    outline: 4px solid white;
    text-align: start;
    font-size: 35px;
    color: #d08aff;
    display: block;
    transition: 0.3s;
  }
  .sidenav a {
    font-family: TheLima;
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  .dropdown-btn {
    font-family: TheLima;
    padding: 4px 8px 0px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    border: none;
    background: none;
    width:100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }
  .navbuttonstyle {
    position: absolute;
    top: 0%;
    z-index: 2;
    background-color: rgb(255, 255, 255);
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
  }  
  .sidenav a:hover,
  .dropdown-btn:hover {
    color: #d08aff;
    background-color: rgb(212, 255, 212);
    transition: 0.3s;
  }
  .fixer {
    z-index: 2;
    background-color: rgb(255, 255, 255);
    height: 60px;
    width: 330px;
    align-items: center;
    justify-content: end !important;
    padding-right: 5px;
  }
  .sidenav .closebtn {   
    display: flex !important;
    justify-content: center;
    font-family: unset; 
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
  }
  .active {
    transition: 0.3s;
    background-color: rgb(59, 119, 59);
    color: rgb(255, 255, 255);
  }
  .dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
  }  
  .fa-caret-down {
    /* font-family: unset; */
    float: right;
    padding-right: 8px;
  }
  /* Background element scroller */
  .scroll-element1 {
    position: fixed;
    top: 0%;
    background-image: url('dataobject\\imagegeneral\\vertspacemax_colorisegreenjpg.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
    width: 100vw;
    z-index: -1;
    min-height: 145vh; /* Fill the full viewport */
    transform: translateY(0); /* Start with no transformation */
    height:auto;
    max-width: none;
    
  }  
  #main {
    transition: margin-left .5s;
  }
  #loadcontentinhere {
    z-index: 1;
    padding-top: 60px;
    width: auto;
  }
  /* content styles */

  .generaltext {    
    font-family: TheLima;
    color: #ffffff;    
  }
  .spreadout {
    margin: 32px;
    outline: 4px solid white;
    background-color: rgba(255, 255, 255, 0.274);
    backdrop-filter: blur(3px);
    padding-left: 30px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
  }
  .heading1 {
    display: block;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    filter:drop-shadow(2px 2px #d08aff);
    text-shadow: #d08aff;
    font-family: SoulBillani;
  }
  .heading2 {
    display: block;
    text-align: start;
    font-size: 40px;
    color: #9b00c2;
    text-shadow: #d08aff;
    font-family: SoulBillani;
    background-color: #ffffff;
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .heading3 {
    margin-left: 4vw;
    text-align: start;
    font-size: 30px;
    color: #d08aff;
    font-family: SoulBillani;
    background-color: #ffffff;
    padding-left: 50px;
    padding-right: 15vw;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .heading4 {
    margin-left: 12vw;
    text-align: start;
    font-size: 30px;
    color: #00c22a;
    font-family: TheLima;
    background-color: #ffffff;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .normal {
    font-size: 30px;
    font-family: TheLima;
  }
  .linkstyle, .linkstyle:link {
    font-size: 30px;
    font-family: TheLima;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.596);
    padding-left: 3px;
    padding-right: 3px;
  }
  .linkfont {    
    filter: drop-shadow(2px 2px #00c22a);
  }
  .linkstyle:hover {    
    background-color: rgba(255, 255, 255, 1);
    color: #00c22a;
  }
  .linkfont:hover {    
    filter: unset !important;
  }
  .images {
    margin-top: 5px;
    margin-bottom: 5px;
    outline: 4px solid white;
  }
  .imagespop{
    filter: drop-shadow(5px 5px #9b00c2);
  }  
  table {    
    border-collapse: collapse;
  }
  .tablebasic, th, thead, tr, td{
    border: 5px white solid;
    width: 40vw;
  }
  .tablecombined1, th, thead, tr, td{
    border: 5px white solid;
    width: 80vw;
  }
  .tablerecipeheadstyle {
    background-color: #d08aff;
  }
  .tablefamiheadstyle {
    background-color: #8ac1ff;
  }
  .tablefortheadstyle {
    background-color: #d37b55;
  }
  .tablefamitracker{
    width: 60vw;
  }
  .tablerecipebodystyle {
    background-color: rgba(255, 255, 255, 0.596);
    color: white;
  }
  .tablerecipebodystyleimp {
    background-color: rgba(255, 255, 255, 1) !important;
    color: white;
  }
  .tableheading {    
    filter:drop-shadow(2px 2px #9b00c2);
  }
  .tableheadingreplacement {
    background-color: rgba(37, 177, 44, 0.637) !important;
  }
  .tablecenter {
    margin-left: auto;
    margin-right: auto;
  }
  .end {
    text-align:end;
    padding-right: 5px;
  }
  .tableimage {
    width: 40vw;
    justify-self: end;
  }
  .tablefortimage {
    width: 512px !important;
    justify-self: end;
    vertical-align: top;
  }
  .tableparagraph {
    text-wrap: wrap;
  }
  .tableimagecombined {
    padding-top: 0 !important;
    width: 40vw;
    justify-self: center !important;
    align-self: center !important;
  }
  .spreader{
    display: flex;
    justify-content: space-between;
  }

  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  /* iföön */
  @media screen and (max-width: 768px) {
    .images {
      width: 100% !important;
      height: auto ;
      overflow: unset !important;
    }
    .normal {
      font-size: 25px;
    }
    .heading1 {
      font-size: 40px;
    }
    .heading1 {
      font-size: 33px;
    }
    .tablebasic {
      width: 100% !important;
    }
  }