.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

/* jumbotron border */
.jumbotron{
  border-style:dashed;
}

/* changing nav link colour */
.navbar-light .navbar-nav .nav-link {
    color: blue;
}
