:root {
  --header-height: 100px;
  --menu-url-48: url("./src/icon/menu-48.png");
  --menu-close: url("./src/x.svg");
  --main-theme-color: #FBF9F0;
  --main-text-color: #41280A;
  --main-text-color-transparent: rgba(5, 40, 10, 0.1);
  --main-highlight-color: #CF5831
}

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: FiraGO,"Noto Sans JP",Tahoma,Calibri,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--main-text-color);
  background-color: var(--main-theme-color);
  margin: 0px;
  padding: 0px;
  min-height: 1024px;
  min-width: fit-content;
}
body, button, input, optgroup, select, textarea {
  margin: 0;
}
.logo {
  position: absolute;
  background-image: url('./src/lei-consulting.svg');
  background-repeat: no-repeat;
  background-size:contain;
  top: -25px;
  left: 0px;
  width: 250px;
  height: 160px;
}
.top{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: var(--header-height);
  background-color: var(--main-theme-color);
  z-index: 1000;
  box-shadow: 0px 0px 8px 2px var(--main-text-color);
}
.header{
  position: absolute;
  top: 0px;
}
.bottom{
  /* position: absolute; */
  /* background-color: rgba(224, 224, 136, 0.5); */
  /* top:1120px; */
  width: 100%;
  left: 0px;
  height: 220px;
}

.center {
  position: absolute;
  left: 50%;
  transform: translateX(-500px);
  width: 100%;
  max-width: 1000px;
}
.content-header {
  top: 120px;
  height: 380px;
  background-image: url("./src/image/color-k.png");
}
.content-header-container{
  text-align: center;
  top:100px;
}
.content-header h1 {
  color: #fff;
  font-size: 56px;
  font-weight: normal;
  margin-top: 135px;
}

h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .1px;
    color: #3f454d;
}

p, button {
    font-size: 16px;
    font-weight: 400;
    line-height: var(--body-copy-line-height);
    letter-spacing: .1px;
}

.paragraph p{
  color: #121007;
  font-size: 18px;
  line-height: 30px;
}

.map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.map {
    background: #262626;
}
#info {
    position: absolute;
    width: 300px;
    background-color: white;
    margin: 15px;
    padding: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hidden{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 1000ms, opacity 1000ms;
  }


  .container {
    /*centers in the container*/
    text-align: left;
    margin-left: 50px;
  }
  
  div.circTxt {
    /*allows for centering*/
    display: inline-block;
    /*adjust as needed*/
    margin-bottom: 128px;
    color: #333;
    position:relative;
  }
  
  #shadow {
    font-size:28px;
    font-weight:bold;
    text-shadow:0 4px 8px #666, 0 6px 16px #999;
  }
  
  #cursive {
    top:32px;
    left:-150px;
  }
  
  #spokes {
    top:-64px;
    left:118px;
  }
  #spokes p {
    border:1px solid red;
  }

  .topnav {
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 30px;
    height: 300px;
  }
  
  .topnav a, .clients-btn {
    float: left;
    color: var(--main-text-color);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .clients-btn {
    padding: 14px 16px;
    padding-right: 36px;
  }
  
  .topnav a:hover {
    /* background-color: #6d6178; */
    color: var(--main-highlight-color);
  }
  
  .topnav a.active {
    /* background-color: #6d6178; */
    color: var(--main-highlight-color);
  }
  .sub-option {
    border-bottom: 0.05em solid var(--main-text-color-transparent);
  }
  .clients-dropdown {
    text-align: left;
    display: none;
    top: 45px;
    right: 128px;
    height: 135px;
    width: 170px;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    padding: 0 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }

  /* Links inside the dropdown */
  .clients-dropdown a {
    width: 140px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: var(--main-text-color);
  }
  .clients-dropdown a.active {
    color: var(--main-highlight-color);;
  }
  .clients-dropdown a.hover {
    color: var(--main-highlight-color);;
  }

  .clients-btn:hover .clients-dropdown {
    display: block;
  }
  .triangle-indicator {
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: var(--main-text-color) transparent transparent transparent;
  }
  .clients-btn:hover .triangle-indicator {
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent var(--main-text-color) transparent;
  }

  .menu{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background-image: var(--menu-url-48);
  }
  #site-footer{
    height: 250px;
    background-color: #1B1F25;
  }
  #site-footer h3,  #site-footer a{
    color: #fff;
    text-decoration: none;
  }
  #site-footer a:hover {
    text-decoration: underline;
  }
  #footer-content{
    margin: 15px 5px;
    color: #fff;
  }


  #leiconsultingname {
    position: absolute;
    background-image: url('./src/lei-consulting.png');
    background-repeat: no-repeat;
    background-size:contain;
    top: 35px;
    left: 0px;
    width: 200px;
    height: 120px;
  }
  #site-footer .contact{
    position:absolute;
    left: 40%;
  }
  #site-footer .social-media{
    position:absolute;
    left: 65%;
  }
  #site-footer .links{
    position:absolute;
    left: 85%;
  }
  .separator{
    position: absolute;
    width: 100%;
    top: 125px;
    border-bottom: rgba(240, 249, 250, 0.5) solid 1px;
    margin: 20px 0;
  }
  #site-footer .legal{
    position:absolute;
    width: 100%;
    top: 160px;
  }
  #site-footer #copyright{
    position:absolute;
    left: 0%;
  }
  #site-footer .about-this-site{
    position:absolute;
    left: 40%;
  }
  #site-footer .privacy{
    position:absolute;
    left: 64%;
  }
  /* #site-footer .disclaimer{
    position: absolute;
    left: 70%;
  } */
  #site-footer .terms{
    position:absolute;
    left: 85%;
  }
  #footer-content p{
    margin: 5px 0;
    font-weight: lighter
  }

  @media (max-width: 1000px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    .center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      max-width: 100%;
    }
  }
  @media (max-width: 900px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    .topnav {
      display: none;
    }
    .menu {
      display: block;
    }
  }
  @media only screen and (max-device-width: 768px){
    :root {
      --header-height: 220px;
    }
  }

  .menudiv {
    position: fixed;
    /* display: block; */
    opacity: 0;
    pointer-events: none;
    animation: fade 2s linear;
    background-color: white;
    z-index: 90000;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    width: 100%;
    height:100%;
    transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    -webkit-transition:opacity 0.2s;
    -o-transition:opacity 0.2s;
  }
  .menulogo {
    position: fixed;
    position: absolute;
    background-image: url('./src/lei-consulting-t.svg');
    background-repeat: no-repeat;
    background-size:contain;
    top: -25px;
    left: 0px;
    width: 250px;
    height: 160px;
  }

  @media only screen and (max-device-width: 900px){ 
      /* Retina-specific stuff here */

    .topnav {
      display: none;
    }
    .menu{
      display: block;
      position: absolute;
      top: 20px;
      right: 30px;
      width: 48px;
      height: 48px;
      background-image: var(--menu-url-48);
      background-size:contain;
      z-index: 5000;
    }
    .content-header {
      height: 180px;
    }
    .content-header h1 {
      margin-top: 25px;
    }
    #site-footer {
      height: 650px;
    }
    #leiconsultingname {
      left: 50%;
      transform: translateX(-100px);
    }

    #site-footer .contact {
      left: 30px;
      top: 60px;
    }
    #site-footer .social-media {
      left: 30px;
      top: 180px;
    }
    #site-footer .links {
      left: 30px;
      top: 300px;
    }

    #site-footer .separator {
      left: 0px;
      top: 420px;
    }
    #site-footer .legal {
      left: 30px;
      width: 250px;
    }
    #copyright {
      left: 30px;
      top: 300px;

    }
    #site-footer .about-this-site{
      left: 0px;
      top:330px;
    }
    #site-footer .privacy{
      left: 0px;
      top:360px;
    }

    #site-footer .terms{
      left: 0px;
      top:390px;
    }

    .menudiv .close{
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      background-image: var(--menu-close);
      background-repeat: no-repeat;
      background-size: 100%;
    }

    .menudiv a {
      position: absolute;
      float: left;
      color: var(--main-text-color);
      text-align: center;
      text-decoration: none;
      font-size: 21px;
    }
    
    .menudiv a:hover {
      color: var(--main-highlight-color);
    }
    
    .menudiv a.active {
      color: var(--main-highlight-color);
    }
    .menudiv .links{
      text-align: center;
    }
    .menudiv .menuabout{
      top: 30%;
      width:100%;
    }
    .menudiv .menuclients{
      top: 40%;
      width:100%;
    }
    .menudiv .menucandidates{
      top: 50%;
      width:100%;
    }
    .menudiv .menucontact{
      top: 60%;
      width:100%;
    }
  }