@font-face {
    font-family: 'FuturaPress';
    src: url('css/FuturaPressPress.woff2') format('woff2'),
        url('css/FuturaPressPress.woff') format('woff'),
        url('css/FuturaPressPress.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biryani';
    src: url('css/Biryani-Regular.woff2') format('woff2'),
        url('css/Biryani-Regular.woff') format('woff'),
        url('css/Biryani-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.10,1.10,1.10);transform:scale3d(1.10,1.10,1.10)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.10,1.10,1.10);transform:scale3d(1.10,1.10,1.10)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background:#ebbfb9;z-index:10000;color: #000;
     }

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

html, body {
    font-family: 'Biryani';
    xfont-weight: bold;
}

#homepage {
    position: relative;
    overflow: hidden !important;
}
 #header {
    position: absolute;
    top: 1.5vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#header p {
    font-size: 1.25vw;
}

h1 {
    font-family: 'FuturaPress';
    font-size: 4vw;
    margin-bottom: 0;
}

a {
  color: inherit;
  xtext-decoration: underline;
}
a:hover {
	
	color: inherit;
	text-decoration: none;
}

.tool-tip {
    position: absolute;
    background: transparent;
    xborder: 2px dashed red;
    z-index: 999;
}

.tool-tip a {height: 100%;width: 100%;position: relative;display: block;
    font-size: small;
    text-align: center;
}

.tool-tip-hover {
    xdisplay: none;
    background: #000;
    color: #fff;
    padding: 5px 10px 2px;
    margin-top: 5px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .25s ease;
}

.loaded .tool-tip-hover {
  opacity: 1 !important;
  transition: all .25s ease;
}

.tool-tip:hover .tool-tip-hover {
    xdisplay: block;
    opacity: 1;
    margin-top: 0;
    transition: all .25s ease;
}

#book {
    top: 14%;
    left: 47%;
    width: 13%;
    height: 10%;
}

#order {
    top: 15%;
    left: 61%;
    width: 13%;
    height: 10%;
}

#instruction-manual {
    top: 25%;
    left: 44%;
    width: 13%;
    height: 7%;
}

#fidget-play-chapter-1 {
    top: 33%;
    left: 44%;
    width: 9%;
    height: 14%;
}

#fidget-play-chapter-2 {
    top: 48%;
    left: 52%;
    width: 15%;
    height: 8%;
}

#follow-us {
    top: 33%;
    left: 54%;
    width: 13%;
    height: 10%;
}

#living-table-chapter-1{ 
    top: 57%;
    left: 51%;
    width: 25%;
    height: 6%;
}

#living-table-chapter-2 {
    top: 29%;
    left: 68%;
    width: 12%;
    height: 10%;
}

#contact {
  top: 50%;
  left: 43%;
  width: 7%;
  height: 5%;
}

#about-us {
  top: 27%;
  left: 64%;
  width: 14%;
  height: 8%;
}

#time-and-light-chapter {
    top: 64%;
    left: 53%;
    width: 12%;
    height: 12%;
}

#new-room-chapter {
    top: 68%;
    left: 68%;
    width: 12%;
    height: 14%;
}

#mealtime-chapter {
  top: 77%;
  left: 44%;
  width: 16%;
  height: 20%;
}

#voices {
    top: 59%;
    left: 43%;
    width: 10%;
    height: 12%;
}

#care-cleaning-chapter {
    bottom: 0%;
    left: 61%;
    width: 29%;
    height: 17%;
}

#visual-environment-chapter {
  top: 12%;
  right: 0;
  width: 19%;
  height: 31%;
}

#foreword {
  top: 24%;
  left: 58%;
  width: 5%;
  height: 5%;
}

#poang-chapter {
  top: 27%;
  left: 14%;
  width: 28%;
  height: 25%;
}

#the-algot-universe-chapter {
    bottom: 0;
    left: 0;
    width: 17%;
    height: 28%;
}

#arf {
    top: 45%;
    left: 0;
    width: 15%;
    height: 21%;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,1);
    border-color: transparent;
    border: none !important;
}

.page {
  background: url('img/concrete.jpg') center center repeat; 
}

#footer {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#footer a {
  border-bottom: 2px solid rgba(0,0,0,0.35);
}

#footer a:hover {
  text-decoration: none;
  color: black;
}

.centered {
  text-align: center;
}

h5.title {
  border-bottom: 1px solid rgba(0,0,0,0.35);
  display: inline-block;
}

*:focus {
    outline: none !important;
  }

  nav {
      display: none !important;
  }

  #content.about-us {
    width: 60vw !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #content.embed {
    xheight: 77vh;
    width: 80vw;
    top: 10vw;
    bottom: 75px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0%);
}

table {
  margin: 0 auto;
}

input[type=text] {
  width: 300px;
}

textarea {
  width: 100%;
  height: 100px;

}

td {
  padding: 10px 0;
}

#result {
  width: 75%;
  text-align: center;
}

form#contact-form, #result {
  position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);

}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(0,0,0,0.35);
}

.the-team {
  width: 50%;
  margin-left: 25%;
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 767px) {  

  .the-team {
    width: 100%;
    margin-left: 0%;
  }

.navbar-nav {
  padding-bottom: 150px !important;
}

  #content.about-us {
    width: 80vw !important;
    padding-top: 30px;
    padding-bottom: 30px;
    top: 45% !important;
  }
    nav {
        display: block !important;
    }
 #home-page-picture {
     display: none;
 }
 #homepage {
     background: url(img/Website-Front-Page-mobile3.jpg) center center no-repeat;
     height: 100vh;
     background-size: auto 100%;
	 background-size: cover;
 }
	
 .tool-tip {
     display: none;
 }
 .bg-light {
    background-color: transparent;
}
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: transparent !important;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse {
        background: rgba(0,0,0,0.9);
        background-size: cover;
        margin-top: 65px;
    }
    .navbar-nav {
        height: 100vh;
        padding: 20px;
    }
    .navbar-toggler {
        position: absolute;
    right: 0;
    padding: 5px 15px;
    }
    .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        color: white !important;
    }
    h1 {
        font-size: 2rem;
    }
    #header {
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 80%;
    }
    #header p {
        font-size: 15px;
    }

    
      .navbar-toggler:active,
      .navbar-toggler:focus {
        outline: none;
      }
      
      .navbar-custom .navbar-toggler-icon {
        width: 24px;
        height: 17px;
        background-image: none;
        position: relative;
        transition: all 300ms linear;
      }
      
      .navbar-custom .navbar-toggler-icon:after,
      .navbar-custom .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 2px;
        background-color: #000;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
      }
      
      .navbar-custom .navbar-toggler-icon:after {
        top: 8px;
      }
      
      .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: rotate(45deg);
      }
      
      .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: translateY(8px) rotate(-45deg);
      }
      
      .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
      }
      
      .nav-link {
        color: #4b4b4b;
        font-weight: 500;
        transition: all 200ms linear;
      }
      
      .nav-item:hover .nav-link {
        color: #3b3b3b;
      }
      
      .nav-item.active .nav-link {
        color: .nav-item.active .nav-link #c2002d;
      }
      
      .nav-link {
        position: relative;
        padding: 5px 0 !important;
        display: inline-block;
      }
      
      .nav-item:after {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        content: '';
        background-color: #c2002d;
        opacity: 0;
        transition: all 200ms linear;
        display: none !important;
      }
      
      .nav-item:hover:after {
        bottom: 0;
        opacity: 1;
        display: none !important;
      }
      
      .nav-item.active:hover:after {
        opacity: 0;
      }

      .navbar-light .navbar-nav .nav-link {
        border-bottom: 2px solid transparent;
      }

      .navbar-light .navbar-nav .nav-link:hover {
        border-bottom: 2px solid rgba(255,255,255,0.5) !important;
      }
      
      .nav-item {
        position: relative;
        transition: all 200ms linear;
      }
      
      .navbar-brand>img {
        display: block;
      }
      
      .icon-bar {
        width: 25px;
        height: 2px;
        background-color: #000;
        display: block;
        transition: all 0.2s;
        margin-top: 5px
      }
      
      .navbar-toggler {
        border: none;
        background: transparent !important;
      }
      
      .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
      }
      
      .navbar-toggler .middle-bar {
        opacity: 0;
      }
      
      .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
      }
      
      .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
      }
      
      .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
      }
      
      .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
      }

      #content.embed {
        xheight: 77vh;
        width: 80vw;
        top: 50%;
        bottom: 75px;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        height: 50vh;
    }

    form#contact-form {
      position: relative;
      /* top: 40%; */
      /* left: 50%; */
      top: auto;
      left: auto;
      transform: none;
  }

  input[type=text] {
    width: 100%;
  }

  textarea {
    width: 100%;
    height: 55px;
  }

  .hidden-xs {
    display: none !important;x
  }

  .navbar-nav {
    height: calc(100vh - 97px);
    padding: 20px;
    overflow-y: auto;
  }

}

#disclaimer {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #2E2E2E;
  transform: translateY(100%);
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 99999;
}
#disclaimer-bottom {
  width: 100%;
  background: #2E2E2E;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.disclaimer {
  width: 95%;
  margin-left: 2.5%;
  font-size: 12px;
  text-align: center;
}

body.animate #disclaimer {
  transition: all 1s ease-in-out;
  transform: translateY(0%);
}