     body{
        font-family: 'Inter', sans-serif;
        height: 100%;
      }

p{
  /*margin: inherit;*/
}

#overlay{
  position: fixed;
  top:0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,0.6);
  transition: all 0.5s ease-out;
}

#overlay.overlay-on{
  visibility: visible;
  opacity: 1;
}

.flex{
  width: 100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center; 
}
#overlay-inner{
  padding:10px 60px;
  background-color:#FFF;
  text-align:center;
  max-width: 600px;
  background-image: url(../infinite_conversation.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#open-btn, #close-btn{
  display:block;
  margin:20px auto;
  padding:10px 30px;
  background-color:#eee;
  border:solid #ccc 1px;
  cursor: pointer;
}

img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#canvas{
  position: fixed;
  bottom: 0;  
  width: 100%;
  height: 200px;
}


div.wrap{
    width: 100%;
    position: relative;

}
div.footer-wrap {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 200px;
    background-color: white;
}

.push{
    height: 225px;
}

.wrap img,
 img {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.h {
    left: 0;
    width: 22%;
}

.z {
    right: 0;
    width: 22%;
}

#hf {
    left: 0;

}

#zf {
    right: 0;
}

#hcontainerf, #zcontainerf{
  display: none;
}

#hcontainer, #zcontainer{
  display: inline;
}

#subcontainer{
  text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 56%;
    overflow-y:auto
}

#subcontainerf{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.navbar {
    font-family: inherit;
  }

#share-button-li{
	cursor: pointer;
}

@media only screen and (max-width: 1200px){
  .h {
    left: 0;
    width: 25%;
  }

  .z {
      right: 0;
      width: 25%;
  }

  #subcontainer{
      width: 50%;
    }
}



@media only screen and (max-width: 800px){

  div.wrap{
    min-height: 100%;
    margin-bottom: -150px;
  }

  #hcontainerf, #zcontainerf{
    display: inline;
    width:  25%;

  }

  #hcontainer, #zcontainer{
    display: none;
  }
  #hf, #zf{
    bottom: 0;  

    width:  25%;
  }

  #subcontainer{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #subcontainerf{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  #canvas{
      width: 50%;
  }

  div.footer-wrap {
      height: 150px;
  }
  #canvas{
    height: 150px;
  }


  .push{
    height: 175px;
  }

  #share-button-li{
	display: initial;
  }

}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #3a3a3a;
}

.tooltip {
  font-family: 'Inter';
}
