: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; */
  }

  .parrallax{
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }
  .parrallax_layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* z-index: -1; */
  }


  .contact-content .contact-form  {
    position: absolute;
    width: 60%;
    height: 550px;
    top: 120px;
    left: 15%;
    /* margin: 20px; */
    background-color: #fff;
    padding: 50px;
  }
  
  .parrallax-1{
    background-image: url(../src/image/background1.jpg);
    height: 500px;
  }
  .parrallax-2{
    background-image: url(../src/image/stars.jpg);
    height: 850px;
  }
  


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

  .myself {
    height: 500px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
  }

  .myself h1, .myself h2{
    color: #121007;
  }

  .lei-photo{
    width: 278px;
    height: 278px;
    border-radius: 50%;
    margin-top: 50px;
  }
  .field{
    width: 100%;
  }

  #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){ 
    .myself {
      height: 600px;
    }
    .parrallax-2 {
      height: 900px;
    }
    .contact-content .contact-form {
      width: unset;
      left: 0;
      right: 0;
      margin: 20px;
      padding: 20px;
      height: 680px;
    }
    .contact-form #name {
      top: 0px;
    }
    .contact-form #email {
      top: 55px;
    }
    .contact-form #ContactNumber {
      top: 110px;
    }
    .contact-form #subject {
      top: 165px;
    }
    .contact-form #message {
      top: 220px;
    }
    .contact-form #consent {
      top: 450px;
    }
    .contact-form #consent-label {
      top: 445px;
      overflow-y: auto;
    }
    .contact-form #submit {
      top: 640px;
    }

    #contact-us .form-content {
      left: 20px;
      right: 0;
      width: unset;
      margin: 20px 20px 0 0;
    }
  }