:root {
    --jumbotron-padding-y: 3rem;
}

.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
}

@media (min-width: 1100px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.box-shadow-red {
    box-shadow: 0 .25rem .75rem red;
}

.box-shadow-teal {
    box-shadow: 0 .25rem .75rem teal;
}

.box-shadow-hover-teal:hover {
    opacity: 1;
    box-shadow: 0 .25rem .75rem teal;
}

.box-shadow-orange {
    box-shadow: 0 .25rem .75rem orange;
}

.box-shadow-brown {
    box-shadow: 0 .25rem .75rem brown;
}

.box-shadow-violet {
    box-shadow: 0 .25rem .75rem violet;
}

.box-shadow-indigo {
    box-shadow: 0 .25rem .75rem indigo;
}

.box-shadow-green {
    box-shadow: 0 .25rem .75rem green;
}

.box-shadow-darkgreen {
    box-shadow: 0 .25rem .75rem #358777;
}

.box-shadow-pink {
    box-shadow: 0 .25rem .75rem pink;
}

.box-shadow-blue {
    box-shadow: 0 .25rem .75rem blue;
}

.box-shadow-yellow {
    box-shadow: 0 .25rem .75rem yellow;
}

.box-shadow-cyan {
    box-shadow: 0 .25rem .75rem cyan;
}

.box-shadow-purple {
    box-shadow: 0 .25rem .75rem purple;
}

.box-shadow-gold {
    box-shadow: 0 .25rem .75rem gold;
}

.box-shadow-winered {
    box-shadow: 0 .25rem .75rem #8C345B  ;
}

.box-shadow-orangered {
    box-shadow: 0 .25rem .75rem #EA6615  ;
}

