:root {
    --header-height: 100px;
    --main-theme-color: #FBF9F0;
    --main-text-color: #41280A;
    --main-text-color-transparent: rgba(5, 40, 10, 0.1);
    --main-highlight-color: #CF5831
  }

  .menu {
    background-image: url("../src/icon/menu-48.png");
  }
  .menudiv .close{
    background-image: var("../src/icon/x.svg");
  }
  .content{
    padding: 50px 100px;
    margin-bottom: 0;
	/* text-align: center; */
  }

  .content h3, .content p, .content a, .content h4{
    color: #121007;
    text-decoration: none;
  }

  .legal-disclosure p{
    margin: 5px 0;
  }
  

  /* .about .text{
    left:
  } */

  .notice {
    height: 1250px;
    background-color: #fff;
    text-align: left;
    margin-bottom: 0;
  }

  .law-sec {
    font-style: italic;
  }


  #name, #email, #ContactNumber, .contact-form #subject, #message, #submit  {
    position: absolute;
    left: 40px;
    height: 35px;
    width: 290px;
    margin: 40px 40px 0px 0px;
  }

  .welcome{
    color: #fff;
    text-align: center;
  }
  .welcome h1{
    margin-top: 40px;
  }
  .contact-form {
    color: #121007;
    box-sizing: inherit;
    line-height: 1.5;
  }

  .contact-form #name {
    top: 0px;
  }

  .contact-form #email {
    top: 0px;
    left: 360px;
  }

  .contact-form #ContactNumber {
    top: 55px;
  }

  .contact-form #subject {
    top: 55px;
    left: 360px;
  }
  .contact-form #consent {
    position: absolute;
    top: 395px;
    left: 40px;
  }
  #consent-label {
    position: absolute;
    width: 610px;
    top: 390px;
    left: 40px;
  }

  .contact-form #message {
    resize: none;
    top: 120px;
    height: 200px;
    width: 610px;
  }

  .contact-form #submit {
    top: 480px;
    width: 610px;
  }

  #result {
    position: absolute;
    left: 40px;
    top: 580px;
  }

  @media only screen and (max-device-width: 900px){ 
      /* Retina-specific stuff here */
      .notice {
        height: 1600px;
      }
  }