@charset "UTF-8";

.jumbotron--coffee {
    background: url(../images/Cup_coffee_beans_wooden.jpg) 0 0 no-repeat;
    background: url(../images/hero_01.jpg) right center no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: #fff;
}

.jumbotron__content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-ghost {
	background: transparent;
}



.btn-ghost.btn-primary {
  color: #007BFF;
}

.btn-ghost.btn-secondary {
  color: #6C757D;
}

.btn-ghost.btn-success {
  color: #28A745;
}

.btn-ghost.btn-info {
  color: #17A2B8;
}

.btn-ghost.btn-warning {
  color: #FFC107;
}

.btn-ghost.btn-danger {
  color: #DC3545;
}

.btn-ghost.btn-dark {
  color: #343A40;
}






.btn-ghost.btn-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-ghost.btn-white:hover {
  color: #333;
  background: #fff;
}

