/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
    padding-top: 10px;
    background-color: #F7F7F7;
    line-height:1.2;
}

.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: 15px;
}

.error {
    float: none;
    color: red !important;
    vertical-align: top;
    margin-top: 3px;
    position: static !important;
    top: 0 !important;
}

.message {
    float: none;
    color: green !important;
    vertical-align: top;
    margin-top: 3px;
    position: static !important;
    top: 0 !important;
}

.logo .logo-caption {
    color: #212529;
    text-align: center;
    margin-bottom: 0px;
}

.tweak {
    color: #007bff;
}

.divCenterImage {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    height: 100%;
}

.footerText {
    font-size: 0.85em;
    text-align: center
}

.img-fluid-vh {
    max-height: 70vh;
    max-width: 100%;
}

.pdf-fluid-vh {
    height: 70vh;
    width: 100%;
}

.assetTypeRightAligned {
    float: right;
    font-size: 0.87rem;
    padding-top: 0.25rem
}

.card-image {
    position: relative;
    height: 100%;
}

.card-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.80);
}

.card:hover .card-overlay {
    opacity: 1;
}

.card-overlayAlignCenter {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.card-overlayAlignRight {
    position: absolute;
    left: 0;
    right: 0;
    text-align: right;
}