/* Move down content because we have a fixed navbar that is 3.5rem tall */

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
    padding-top: 0px;
}

h5 {
    font-weight: bold;
}

.navbar-logo {
    width: 130px;
}

.navbar-social-icon {
    color: #999999;
    margin-right: 10px;
}

a:hover .navbar-social-icon {
    color: #DDDDDD;
}

.btn-orange {
    background: orange;
    border-color: rgb(247, 160, 0);
}

.btn-orange:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: rgb(231, 150, 0);
    border-color: rgb(228, 148, 0);
}

.btn-green {
    background: rgb(0, 180, 0) !important;
    border-color: rgb(0, 170, 0) !important;
}

.btn-green:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background: rgb(0, 140, 0) !important;
    border-color: rgb(0, 130, 0) !important;
}

.btn-gray {
    background: #888888 !important;
    border-color: #777777 !important;
}

.btn-gray:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background: #666666 !important;
    border-color: #555555 !important;
}

.btn-small {
    font-size: .6em !important;
}

/* .main-page-heading {
    background-color: rgb(239, 239, 239);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
} */

.hes-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
    columns: 4;
  }
  
  .hes-gallery img {
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
    cursor: pointer;
  }
  
  .hes-gallery img:hover {
    transform: scale(1.04);
    box-shadow: 2px 2px 6px #555;
  }

.app-icon {
    width: 50%;
    border-radius: 5px;
}

.device-image {
    border-color: #000000;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 10px 10px 8px #AAAAAA;
}

.screenshot-image {
    border-color: #000000;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 10px 10px 8px #AAAAAA;
    max-width: 100%;
    height: auto;
    display: block;
}

.integration-image {
    border-radius: 20px;
    width: 70%;
}

.feature-row {
    margin-bottom: 2rem;
}

.feature-row-odd {
    text-align: left;
}

.feature-row-even {
    text-align: right;
}

.terminal {
    margin-left: 40px;
    font-size: 12px;
    font-family: "Courier New", Courier, monospace;
}

.terminal_input {
    background-color: rgb(85, 255, 85);
}

.hidden {
    display: none;
}

.icon {
    display: block;
    margin: auto;
    width: 32px;
}

.bottom_center_alert_popup {
    display: none;
    position: fixed;
    color: #333333;
    border: 2px solid #333333;
    background-color: #DDDDDD;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    padding: 20px;
    bottom: 20px;
}

.admin_heading {
    margin: auto;
}

.admin_container {
    margin: auto;
    padding: 10px;
    text-align: center;
}

.admin_title_hr {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

th {
    text-align: center;
}

.username_avatar {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    color: white;
    line-height: 28px;
    text-align: center;
    background: orange;
    margin-right: 10px;
}

.username_avatar_mynode {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 14px;
    color: white;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
    background-color: white;
    background-image: "/images/vertical_lightning.png";
}

.ticket_info_avatar {
    background: #CCCCFF !important;
}

.ticket_action_button_heading {
    width: 100%;
    display: block;
    margin-bottom: 70px;
}

.ticket_action_button_heading_left {
    float: left;
}

.ticket_action_button_heading_right {
    float: right;
}


/* Added */

.title__slogan {
    font-size: 1.25rem;
    line-height: initial;
    font-weight: bold;
    margin-bottom: .75rem;
}

main {
    margin-top: 72px;
}

/* Bootstrap overrides */
h1 {
    font-weight: bold;
    padding-top: 15px;
}


.jumbotron {
    background-color: #fffdf5;
    overflow: hidden;

}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
}

.feature-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #fff;
}

.footer-logo {
    width: 100px;
    filter: grayscale(1)
}

.spotlight {
    padding-top: 3rem;
    padding-bottom: 3rem;

}

.spotlight.spotlight__alt--one {
    background-color: #f1f1f1;
}

.spotlight.spotlight__alt--two {
    background-color: #ffc107;
}

.embed-responsive-item {
    width: 100%;
    display: flex;
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    margin: auto;
}

.product-device {
    opacity: .3;
    position: absolute;
    right: -5%;
    bottom: -40%;
    width: 430px;
    height: 430px;
    transform: rotate(5deg);
}

.product-device-2 {
    opacity: .3;
    position: absolute;
    right: auto;
    bottom: 0;
    width: 512px;
    height: 499px;
    transform: rotate(333deg);
    top: -35%;
    left: -10%;

}

.features-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-list .checkmark {
    width: 1.5rem;
    height: 1.5rem;
    fill: green;
}

.features-list .wallet {
    width: 1.5rem;
    height: 1.5rem;
    fill: #c2c2c2;
}

.jumbotron {
    background-image: url("../images/digital.png");
    background-repeat: no-repeat;
    background-position: left 10%;
    background-attachment: fixed;
}

.header {
    height: 72px;
}

.mobile-menu {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0 0 0 1.5rem;
}

.mobile-menu svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
}

.close-mobile-menu {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.close-mobile-menu button {
    background-color: transparent;
    display: flex;
    border: none;
    padding: 0;
    margin: 0;
    width: 2rem;
    height: 2rem;
}

.close-mobile-menu svg {
    width: 2rem;
    height: 2rem;
    fill: #fff;
}


.logged-in-bar {
    position: fixed;
    display: flex;
    left: 0;
    height: 30px;
    color: #fff;
    z-index: 999;
    width: 100%;
    transition: .3s ease;
}

.user-bar {
    top: 72px;
    background-color: #414446;
}

.admin-bar {
    top: 102px;
    background-color: #4e5254;
}

.logged-in-bar ul {
    display: flex;
    list-style: none;
    font-size: .75rem;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.logged-in-bar ul::-webkit-scrollbar {
    display: none;
}

.logged-in-bar ul li {
   flex-shrink: 0;
   margin-right: 1rem;
}

.logged-in-bar .scroll-wrapper {
    position: relative;
    height: 100%;
}

.logged-in-bar .scroll-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 100%;
}

.user-avatar {
    background-color: #fff;
}

.logged-in-bar-title {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: .875rem;
}

#products>.container {
    padding-top: 92px;
    padding-bottom: 92px;
}

/* Responsive */
@media (max-width: 575px) {
    .screenshot-image {
        margin-bottom: 2rem;
    }

    h1 {
        line-height: 1.125;
    }
}

@media (min-width: 576px) {
    .screenshot-image {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .jumbotron-image {
        max-height: 15vh;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .jumbotron-image {
        max-height: 25vh;
    }
}

@media screen and (min-width: 768px) {
    .mobile-menu {
        display: none;
    }

    .close-mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #menu-nav {
        position: fixed;
        height: 100vh;
        width: 100%;
        z-index: 99;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        background-color: #212529;
        left: 0;
        transition: .3s ease;
    }

    #menu-nav.expanded {
        top: 0;
    }

    #menu-nav:not(.expanded) {
        top: -1000px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-logo {
        width: 120px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-logo {
        width: 120px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .jumbotron-image {
        max-height: 30vh;
    }

    .product-device {
        right: -17%;
    }

    .product-device-2 {
        left: -20%;
    }
}

.banner {
    background-image: url(../images/price-tag-3-line.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

@media (min-width: 992px) {
    .jumbotron {
        height: calc(110vh - 72px);
    }
}