body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.bg-dark {
    background-color: #56845c !important;
    /*Red-Orange: #845f56*/
    /*Green: #56845c*/
    /*Turquoize: #568084*/
    /*Blue #565a84*/
    /*Gray: #343a40*/
}

footer a {
    color: #000aff; /*e2ff00*/
}

footer a:hover {
    color: #000aff;
}

.textoverlay {
    color: #fff;
    position: absolute;
    z-index: 12;
    top: 15%;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.textoverlay h1 {
    font-size: 10vw;
    /*180px*/
}

.card-title p {
    color: #007bff;
}

#hrInstructorDiv {
    height: 475px;
}

.avatar img {
    margin-top: 20px;
}

.footerHeart {
    color: #e25555;
    font-size: 1.5rem;
    top: 2.2px;
    position: relative;
}

.pb-5,
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

