.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
  width: 220px;
  height: 60px;
  margin-right: 0px;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  box-shadow: 0px 4px 5px rgba(33,37,41,0.55);
  font-size: 16px;
}

.h1, h1 {
  font-size: 2.5rem;
  text-align: right;
  direction: rtl;
}

