.navbar .logo img {
  max-height: 80px;
  padding: 4px 0;
}

#index #motive {
  background-position: center;
}

#index #motto p#motto-title {
  width: 100%;
  color: white;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0,0,0,.8),3px 3px 10px rgba(0,0,0,.8);
}

#index #motto #motto-text {
  width: 100%;
  text-shadow: 1px 1px 3px rgba(0,0,0,.8),3px 3px 10px rgba(0,0,0,.8);
}

#index #motive #motto {
  bottom: 200px;
}

@media (min-width: 576px) {
  #index #motive #motto {
    bottom: 350px;
  }
}