@import url( "./home.css" );
@import url( "./grow.css" );
@import url( "./connect.css" );
@import url( "./reflect.css" );

@media only screen and (max-width: 768px) {
  /*-Footer Menu-*/
  .footer-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    background-color: rgba(249, 249, 249, 0.98);
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
    min-height: 48px;
    height: calc(50px + constant(safe-area-inset-bottom) * 1.1);
    height: calc(50px + env(safe-area-inset-bottom) * 1.1);
    display: flex;
    text-align: center;
  }
  .footer-bar a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
  }
  .footer-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: -6px;
    opacity: 0.7;
    font-family: "Roboto", sans-serif !important;
  }
  .footer-bar a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
  }
  .footer-bar .badge {
    font-style: normal;
    z-index: 5;
    top: 0px;
    position: absolute;
    margin-left: 3px;
    color: #FFF !important;
    width: 18px;
    text-align: center;
    line-height: 18px;
    padding: 0px;
    padding-left: 0px !important;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-bar {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  html.fixed .content-body {
	  margin-left: 150px !important;
  }
  html.fixed .page-header {
    left: 150px !important;
  }
}  
    
.bg-grey {
  background: #f6f6f6;
}
