/* Register page ------------------------------------------*/
.regbody {
    height: 100%;
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
    padding-top: 30vh;
    background: rgb(149, 196, 149);
}

.regBox{
    margin: 0;
    padding: 20px;
    height: 40vh;
    width: 50vh;
    border: 10px rgb(255, 0, 200);  
    background-color: rgb(83, 146, 104);

    margin: auto;
    width: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: black;

}

.centerboxes{
    width: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.regLog_submitbutton{
    text-align: center;
    align-items: center;
    justify-content: center;

    width: 25vh;
    height: 4vh;
}

.inputboxSyle{
    width: 25vh;
    height: 4vh;
    border-radius: 5px;

}
/* (67,117,84) */

/* End of Register page ------------------------------------------------------*/


/* start of navbar ----------------------------------------------------------------*/


/* .flexwrap{
    display: flex;
    flex-wrap: wrap;
} */

.transparancy{
    opacity: 0.5;
}


/* end of nav bar ---------------------------------------------------*/

/* start of index page --------------------------------------------------*/

/* .indexbody{

} */


/* white space */
.whitespace{
    margin: 0px;
    padding: 0px;
    height: 10vh;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);


}

/* hero */
.hero_container{
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

}

.hero{
    margin: 0; /* Remove default margin */
    width: 100%;
    height: 100%;
    padding-top: 10%;
    /* z-index: -100; */

    background-image: url('../pictures/manputtingsolarpanelson.jpg');
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating the image */
    background-size: cover; /* Scale the image to cover the entire container */
}

.heroinfo{
    margin: 0;
    /* padding: 0px; */
    /* padding-top: 20% !important; */
    height: 70%;
    width: 75% !important;
    background-color: rgba(220, 230, 223, 0.2);

    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: black;

}

.box{
    margin: 0;
    padding: 20px;
    height: 65vh;
    width: 50vh;
    /* border: 10px rgb(255, 0, 200);   */
    background-color: rgb(83, 146, 104);
    z-index: -10;

    margin: auto;
    width: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    color: black;

}

/* flex row or somthing ¯\_(ツ)_/¯ */

/* product boxes */

.productbox{
    width: 20%;
    height: 85%;
    margin-right: 5% ;
    background-color: white;
}

/* fix monday with chatgpt dont understand it */
@media  screen (width: <900) {
    .product:nth-of-type(1) {
        display: none;
      }
}


.flexrowproducts{
    display: flex;
    flex-direction: row;
    
    text-align: center;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    /* box-sizing: border-box; */

}

/* picture */
.productpicture1{
    width: 100%;
    height: 40%;
    color: blue;
    background-image: url('../pictures/manputtingsolarpanelson.jpg');
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating the image */
    background-size: cover; /* Scale the image to cover the entire container */

}

.productpicture2{
    width: 100%;
    height: 40%;
    color: blue;
    background-color: blue;
    background-image: url('../pictures/manputtingsolarpanelson.jpg');
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating the image */
    background-size: cover; /* Scale the image to cover the entire container */
}
.productpicture3{
    width: 100%;
    height: 40%;
    color: blue;
    background-color: blue;
    background-image: url('../pictures/manputtingsolarpanelson.jpg');
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating the image */
    background-size: cover; /* Scale the image to cover the entire container */
}
.productpicture4{
    width: 100%;
    height: 40%;
    color: blue;
    background-color: blue;
    background-image: url('../pictures/manputtingsolarpanelson.jpg');
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating the image */
    background-size: cover; /* Scale the image to cover the entire container */
}
/* text */


/* end of product boxes --------------------------------------------------------------------*/



/*  test stuff */
body {
    font-family: Arial, sans-serif;
    background: rgb(149, 196, 149);
    margin: 0;
    padding: 0;
  }
  
  .container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    /* background-color: #ffffff; */
    background-color: rgb(83, 146, 104);

    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .co2container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: rgba(142, 146, 148, 0.856);
    
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  h1 {
    text-align: center;
    color: #333;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  label {
    margin-top: 10px;
    font-weight: bold;
    color: #555;
  }
  
  input, select, button {
    margin-top: 5px;
    padding: 10px;
    font-size: 16px;
  }
  
  input, select {
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  button {
    margin-top: 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  button:hover {
    background-color: #218838;
  }
  
  #result {
    margin-top: 30px;
  }
  
  .hidden {
    display: none;
  }


  


