﻿body {
    background-color: #54504e;
}

main {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: white;
}

footer {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    color: rgba(255,255,255,.55);
}

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/images/system/hero-bg.jpg");
    height: 256px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    position: -webkit-sticky;
    position: sticky;
    top: -196px;
    z-index: 1020;
}

.hero-content {
    height: 196px;
    padding: 2rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.77);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.95);
}

.nav-item-container {
    justify-content: flex-end;
}

.portfolio-modal-body {
    padding: 0;
}

.portfolio-modal-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.justify-content-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.portfolio-group-list {
    top: 80px;
}

.contact-item {
    font-size: 1.5rem;
    line-height: 2;
}

.contact-item svg {
    width: 1.8rem;
    height: 1.8rem;
    color: #808080;
    margin: 0 .5rem;
}

.pricing-table tbody tr th {
    text-align: right;
}

.pricing-table tbody tr td {
    text-align: left;
}