/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 80px;
    color: black;
    background-color: #fff;
}
.navbar {
    background-color: white;
}
.navbar-brand {
    color: red !important;
    font-weight: 700;
    font-size: 2.25rem;
}
.navbar-toggler {
    color: black !important;
    border: solid 2px black !important;
}
.nav-link.email {
    color: darkblue !important;
}
.nav-item.active a {
    color: red !important;
}
.dropdown-menu {
    border: none;
    border-radius: unset;
}
.dropdown-item a {
    color: rgba(0,0,0,.5);
    text-decoration: none;
}
.dropdown-item a:hover {
    color: black;
}
.fill {
    background: no-repeat center center fixed;
    height: 100%; width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
img.lazy {
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25%;
}
#home-carousel .carousel-item {
    height: calc(100vh - 80px);
    background-color: #fff !important;
}

#work-carousel .carousel-item, #theme-carousel .carousel-item {
    height: calc(100vh - 7rem);
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
#work-carousel .carousel-caption, #theme-carousel .carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    color: black;
    text-align: left !important;
}
#work-carousel .carousel-caption p, #theme-carousel .carousel-caption p {
    margin: 0 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}
.carousel-control-next-icon:after
{
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    display: inline-block;
    vertical-align: middle;
    font-size: 4rem;
    font-weight: 700;
    color: grey;
}
.carousel-control-prev-icon:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0d9';
    display: inline-block;
    vertical-align: middle;
    font-size: 4rem;
    font-weight: 900;
    color: grey;
}

.contain {
    background: no-repeat center;
    height: 100%; width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.card {
    border: unset !important;
    border-radius: 0;
    background-color: inherit !important;
}
.card-title {
    font-size: 0.8rem;
}
.card-body {
    padding: 1.25rem 1.25rem 1.25rem 0 !important;
}
.card-body p {
    margin-bottom: 0.5rem !important;
}
.card-img-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
#fullview-choice, #grid-choice {
    cursor: pointer;
}
#cv-list .list-group-item {
    background-color: inherit;
    border: 0;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0.3rem;
}
#cv-list .list-group-item.active {
    color: red;
}
#tbl-cv p {
    margin-bottom: 0 !important;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
