.custom-border-bottom {
  border: none;
  border-bottom: 1px solid #B3B6B7;
}

.blur {
width:100%;
height:100%;
background-size:cover;
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-ms-filter: blur(4px);
-o-filter: blur(4px);
filter: blur(4px);
}

.shadow-hover:hover {
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}

.bd-callout-success {
    border-left-color: #28a745
}

.bd-callout-success h4 {
    color: #28a745
}

.bd-callout-primary {
    border-left-color: #007bff
}

.bd-callout-primary h4 {
    color: #007bff
}

.bd-callout-secondary {
    border-left-color: #6c757d
}

.bd-callout-secondary h4 {
    color: #6c757d
}

