@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
html {
  height: 100%;
}

body {
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-smooth: auto;
  font-weight: 300;
  line-height: 1.5;
  color: #444;
  width: 100%;
/*   background: #d6d7d7; */
}

#menuleft {
  color: #171c61 !important;
  margin-top: 1em;
}

.logo {
  position: fixed;
  top: 0;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70px;
  height: 80px;
  padding: 10px;
/*   background-color: rgba(245, 245, 245, 0.1); */
  background-image: url('../img/kiLogo.jpg');
  z-index: 999;
  background-size: contain;
}
/* #wrapper header { */
/*   width: 100%; */
/*   margin: 0; */
/*   font-size: 1.3em; */
/*   height: 2.3em; */
/*   top: 0; */
/*   position: fixed; */
/*   z-index: 1; */
/*   background-color: white; */
/*   color: #f6755e; */
/*   padding: 2em 0; */
/*   position:relative; */
/* } */

/* .fas { */
/*   vertical-align: -webkit-baseline-middle;   */
/* } */

/* #username { */
/*   text-decoration: none; */
/*   position: absolute; */
/*   top: 3em; */
/*   right: 6em; */
/* } */

/* #menuleft { */
/*   color: #dee1e3; */
/*   position: absolute; */
/* /*   left: 1em; */ */
/*   font-size: 2em; */
/*   cursor: pointer; */
/* } */

/* #menuleft:hover { */
/* /*   color: red; */ */
/* } */

/* #menu { */
/*   top: 0; */
/*   padding: 0; */
/*   margin: 0; */
/*   transform: translateX(-15em); */
/*   position: fixed; */
/*   background-color: #25a2c3; */
/*   width: 15em; */
/*   height: 100%; */
/*   visibility: hidden; */
/*   transition: all 1s ease 0s; */
/*   left: 0; */
/* } */

/* #menu ul { */
/*   padding: 0.1em; */
/*   list-style: none; */
/*   margin-left: 0; */
/*   list-style: none; */
/* } */


/* #loginBtn:hover a { */
/*   cursor: pointer; */
/* } */

/* .close { */
/* /*   margin: 1em; */ */
/*   color: #a7d9e7; */
/*   text-decoration: none; */
/*   font-size: 1.5em; */
/* } */

/* .searchForm { */
/*   float: right; */
/* } */

/* .searchForm input { */
/*   box-shadow: inset 1px 1px grey; */
/* } */
/* .searchForm input:nth-child(1){ */
/*   width: 75%; */
/* } */
/* .hideContent { */
/*   display: none; */
/* } */

/* .clear { */
/*   clear: both; */
/* } */

/* .close:hover { */
/*   color: red; */
/* } */
/* #indexImg{ */
/*   padding:0 0 0 100px; */
  
/* } */
/* #indexLogoText{ */
/*   display: inline-table; */
/* } */
/* .indexLogoText{ */
/*   color: #9A9A9A; */
/*   margin: 0 auto; */
/*   font-size: 0.1em; */
/* } */
/* .indexLogoText:nth-child(1){ */
/*   font-size: 0.8em; */
/*   color: #55C1ED; */
/* } */
/* #indexName { */
/*   font-size: 2em; */
/*   text-decoration: none; */
/* } */