.jumbotron {
  /*background-image: url("/img/stock-photo-doctor-hand-touching-modern-digital-tablet-close-up-398160346.jpg");*/
  /*background-size: cover;*/
  /*height: 100%;*/
  /*min-height: 300px;*/
  background-color: #000;
  color: #fff;

}





nav.navbar {
  padding-left: 0;
  padding-right: 0;
}

/* MENU ELEMENTS */
.navbar li.nav-item a {
  text-transform: uppercase;
  color: #000;
}


.navbar-toggler-icon {
  font-size: 1.5em;
  display: flex;
  align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.navbar-brand img {
  /*width: 90px;*/
  margin-right: 2em;
}

.navbar-collapse {
}


/* SOCIAL ICONS */
.social-icons-wrapper {
  flex-grow: 1;
  text-align: right;
  margin-right: 2em;
}

.social-icon {
  display: inline-block;
  line-height: 1;
  margin-left: .5em;
  padding: 0.9em;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  transition: all .3s;
}

.social-icon:hover {
  text-decoration: none;
  color: #fff;
  opacity: .9;
}

.social-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.social-icon.linkedin-in {
  background-color: #0077b5;
}

.social-icon.twitter {
  background-color: #1da1f2;
}


@media only screen and (min-width: 992px) {
  .social-icons-wrapper {
    flex-grow: 0;
    order: 3;
    margin-right: 0;
  }
}
