/* Simple service company website with a home page, about us page, and contact page in bootstrap */
/* Move nav elements to the right side of the navbar */
.navbar-nav {
  margin-left: auto;
}

/* Add a shadow to the Jumbotron text */
.jumbotron {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

