#logo-navbar {
  height: 150px;
}

.nav.navbar-nav.ml-auto {
  font-family: 'Assistant';
  font-size: x-large;
  padding-top: 100px;
}

#hero-title {
  font-family: 'Assistant';
  font-size: 45px;
  font-weight: bold;
  margin-top: -65px;
  color: rgb(18,123,189);
  width: 500px;
}

#hero-subtitle {
  /*margin-left: -6px;*/
  margin-top: 133px;
  font-family: 'Assistant';
  font-weight: bold;
  font-size: 30px;
  color: #eeeeee;
}

#intro {
  font-family: 'Assistant';
  font-size: larger;
  text-align: justify;
  text-shadow: -2px -1px 1px #d9d9d9;
  /*text-transform: uppercase;*/
}

#icon {
  font-size: 100px;
  color: #000;
  margin-bottom: 30px;
  text-shadow: 0px 3px 0px #b0a78d, 0px 10px 10px rgba(0,0,0,0.15), 0px 10px 2px rgba(0,0,0,0.1), 0px 10px 14px rgba(0,0,0,0.1);
}

#space {
  height: 100px;
}

