body {
  font-family: 'Roboto', sans-serif;
}

#drawer {
  position: fixed;
  height: 100%;
  width: 230px;
  z-index: 100;
  top: 140px;
  float: left;
  -webkit-box-shadow: 0 5px 5px -2px #616161;
  -moz-box-shadow: 0 5px 5px -2px #616161;
  box-shadow: 0 5px 5px -2px #616161;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FAFAFA;
}

#drawer.smaller {
  top: 40px;
}

#drawer-top {
  width: 100%;
  height: 160px;
  background-color: #616161;
}

#drawer-top #prof-pic {
  width: 50px;
  margin-top: 55px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #616161;
}

#drawer-top #prof-name {
  position: fixed;
  max-width: 150px;
  margin-left: 20px;
  margin-top: 50px;
  font-size: 15px;
  color: #F9F9F9;
}

#drawer-top #prof-company {
  position: fixed;
  max-width: 150px;
  margin-left: 20px;
  margin-top: 90px;
  font-size: 10px;
  color: #F9F9F9;
}

#drawer-content {
  position: relative;
  background-color: #FAFAFA;
  min-height: 170px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.drawer-line-content {
  margin-top: 17px;
  margin-left: 17px;
  color: #616161;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.drawer-line-content:hover {
  color: #58AEB4;
}

.drawer-line-content-text {
  margin-left: 17px;
  font-family: 'Roboto', sans-serif;
}

#drawer-logout {
  height: 100%;
  max-height: 40px;
  background-color: #D5D5D5;
  cursor: pointer;
}
.drawer-logout-content {
  margin-left: 17px;
  color: #616161;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.drawer-logout-content:hover {
  color: #58AEB4;
}

.drawer-logout-content-text {
  margin-left: 17px;
  font-family: 'Roboto', sans-serif;
}

.fa-sign-out {
  margin-top: 10px;
}

#content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#content.larger {
  margin-top: -90px;
}

@media screen and (min-width: 414px) and (max-width: 1023px) {
  #drawer {
    width: 60px;
  }

  #drawer-top #prof-name, #prof-company {
    display: none;
  }

  #drawer-top #prof-pic {
    width: 50px;
    margin-top: 55px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #616161;
  }

  .drawer-line-content {
    margin-left: 22.5px;
  }

  .drawer-line-content-text {
    display: none;
  }

  .drawer-logout-content {
    margin-left: 22.5px;
  }

  .drawer-logout-content-text {
    display: none;
  }

  #content {
    margin-right: 100px;
    margin-left: 100px;
  }

}

@media screen and (max-width: 414px) {
  #drawer {
    display: none;

  }

  #content {
    margin-left: 0px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1023px) {
  .notLoggedIn {
    margin-left: 100px;
    margin-right: 100px;
  }

  .isLoggedIn {
    margin-left: 220px;
    margin-right: 100px;
  }

}
