
body, html {
    height: 100%!important;
    width: 100%!important;
    padding: 0;
}

.innhold {
    background-color: white;
    position: relative;
}


  .headerimg {
    background-color: #ffffff;
    background-image: url(https://github.com/superfred009/final-project/blob/main/img/headerBIG2.jpg?raw=true);
    text-align: center;
    font-size: 40px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
  }


  @media screen and (max-width: 1315px) { 
    .headerimg { 
    height: 800px;
    }
  }
  
  @media screen and (max-width: 900px) { 
    .headerimg { 
    height: 600px;
    }
    .pitchtext{
        padding-right: 0px;
        padding-left: 0px;
    }
  }

  
  .headertitle {
    color: #6d4f55;
    position: absolute;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    top: 20px;
    font-weight: lighter;
    font-size: 150px;
    letter-spacing: 10px;
    padding-top: 130px;
    display: block;
    font-family: 'Caveat', Roboto, sans-serif;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.849);
  }

  
  .headertext {
    color: #292929;
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 90px;
    font-size: 34px;
    margin-top: -40px;
    margin-bottom: 10px;
    font-family: 'Heebo', sans-serif;
    border: 2px solid;
    border-color: #ffffff;
    width: 42%;
    text-shadow: 1px 1px 2px white;
}

  .climatechange {
      font-size: 60px;
      color: #5c4d50;
      font-weight: normal;
  }

  
  .pitchtitle {
      text-align: center;
      margin: 0;
      padding: 40px;
      margin-top: 30px;
  }

  .pitchtext {
      text-align: center;
      font-size: 20px;
      font-weight: lighter;
      padding-bottom: 80px;
      padding-top: 15px;
      padding-right: 140px;
      padding-left: 140px;
      margin: 0;
      line-height: 1.6;
  }

.solutioninnhold {
    background-color: white;
    position: relative;
    padding: 0;
}

  .solution {
      margin-top: 90px;
      text-align: right;
      margin-right: -20%;
      color: #82646B;
  }

  .solutiontext {
      margin-bottom: 100px;
      text-align: right; 
      margin-right: -20%;
      margin-left: 30%;
  }

  .solutiontext a {
    color: #4C737B;
  }

  .solutionlinjeleft {
    margin-right: -20%;
    margin-top: -3%;
    height: 2px;
    width: 80%;
    background-color: white;
    border: none;
}
  .fomo {
    margin-top: 90px;
    text-align: left;
    margin-left: -20%;
    color: #82646B;
}

.solutionlinjeright {
    margin-left: -20%;
    margin-top: -3%;
    height: 2px;
    width: 80%;
    background-color: white;
    border: none;
}

.fomotext {
    margin-bottom: 100px;
    text-align: left; 
    margin-left: -20%;
    margin-right: 30%;
}

  .solutiontable {
      width: 100%;
      border-collapse: collapse;
      padding: 0px;
      background-color: #f0f0f0;
  }

  .solutiontable td {
      vertical-align: top;
      width: 33%;
  }

  .solutioncenter {
      text-align: center;
  }

  hr {
      background-color: #f0f0f0;
      width: 70%;
      margin-top: -2.5%;
      height: 3px;
      border: none;
  }

  .appbilde {
      width: 260px;
      height: auto;
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .sustainableinnhold {
      padding-top: 50px;
      padding-bottom: 70px;
      margin: 0;
  }

  .sustainable {
      margin-top: 20px;
      text-align: center;
      margin-left: 10px;
  }

  .sustainabletext {
      text-align: center;
  }
  
  .ungoal {
      width: 100%;
      background-color: #90cfb2;
      background: cover;
      margin-bottom: -17px;
      position: relative;
  }

  .ungoal a {
      color: #292929;
      font-weight: normal;
  }

  .untable {
      width: 100%;
      padding: 30px;
      table-layout: fixed;
      overflow-wrap: break-word;
      font-size: 25px;
      font-weight: lighter;
  }

  .unleft {
      text-align: right;
  }

  .uncenter {
      text-align: center;
  }

  .UNimg {
      height: 70px;
      width: auto;
  }

  .unright {
      text-align: left;
  }

  .untitle {
      font-weight: normal;
      letter-spacing: 1px;
      font-size: 30px;
  }

  .untext {
      color: #292929;
  }

  @media screen and (max-width: 1315px) {
    .fomo, .fomotext {
        margin-left: 0;
    }

    .fomo, .solution {
        margin-top: 10%;
    }

    .solution, .solutiontext {
        margin-right: 0;
    }

    .solutionlinjeright {
        margin-left: 0;
        height: 2px;
        width: 80%;
    }
    
    .solutionlinjeleft {
        margin-right: 0;
        height: 2px;
        width: 80%;
    }

    .fomotext, .solutiontext {
        margin-bottom: 10%;
    }

    .headertitle {
        font-size: 10vw;
        margin-top: 120px;
    }

    .headertext {
        margin-top: -2%;
        width: 50%;
    }

}

@media screen and (max-height: 450px) {
    .headertitle {
        font-size: 10vw;
        margin-top: -100px;
    }

    .headertext {
        margin-top: -2%;
        width: 50%;
    }

}

  @media screen and (max-width: 900px) {
    .solutiontable, .solutiontable td, .solutiontable tr {
        display: block;
    }
    .solutiontable td { 
        margin-bottom: 20px;
        margin: 0;
    }

    .solution {
        margin-top: 50px;
        text-align: center;
        margin-right: 5%;
        margin-left: 5%;
        color: #82646B;
    }
  
    .solutiontext {
        margin-bottom: 20px;
        text-align: center; 
        margin-right: 5%;
        margin-left: 5%;
    }
  
    .solutiontext a {
      color: #4C737B;
    }
  
    .solutionlinjeleft {
      margin-right: 10%;
      margin-top: -3%;
      height: 2px;
      width: 80%;
      background-color: white;
      border: none;
  }
    .fomo {
      margin-top: 30px;
      text-align: center;
      margin-left: 5%;
      margin-right: 5%;
      color: #82646B;
  }
  
  .solutionlinjeright {
    margin-left: 10%;
    margin-top: -3%;
    height: 2px;
    width: 80%;
    background-color: white;
    border: none;
  }
  
  .fomotext {
      margin-bottom: 2px;
      text-align: center; 
      margin-left: 5%;
      margin-right: 5%;
      padding-bottom: 40px;
  }
  
    .solutiontable {
        width: 100%;
        border-collapse: collapse;
        padding: 0px;
        background-color: #f0f0f0;
        padding-top: 0;
    }
 
    .solutiontable td {
        vertical-align: top;
        width: auto;
    }
  
    .solutioncenter {
        text-align: center;
    }

    .untable, .untable td, .untable tr {
        display: block;
    }


    .untable td { 
        margin-bottom: 20px;
        margin: 0;
        width: 100%;
    }

    table.untable {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px;
        font-weight: lighter;
        border-collapse: collapse;
    }

    .unleft, .uncenter, .unright {
        text-align: center;
    }
  
  
    .UNimg {
        height: 70px;
        width: auto;
    }



    .headertitle {
        font-size: 17vw;
        margin-top: 200px;
    }

    .headertext {
        margin-top: -30px;
        width: 80%;
    }

    
    .pitchtext{
        padding-right: 10px;
        padding-left: 10px;
    }
  
  
}


