body {
    background-color: #e0febe;
}
.navbar-maroon {
    background-color:  #3191C3 !important;
}
.bg-body, .bg-maroon {
    background-color: #3191C3 !important;
}
.navbar .nav-link {
    color:   #ffffff;
    padding: .5rem 1rem;
    font-weight: 600;
    font-size: 1.1rem;
}
.bg-gradient-primary {
    background-image: linear-gradient(310deg,#52B774,#679c7a);
}
.bg-gradient-dark {
    background-image: linear-gradient(310deg, #3191C3, #F8F5EE);
}
.bg-gradient-info {
    background-image: linear-gradient(310deg,#333333, #706c6c);
}
.bg-gradient-warning {
    background-image: linear-gradient(310deg,#3191C3,#73a4be);
}
a {
    letter-spacing: -.025rem;
    color: #fff;
}
.dark-link {
    letter-spacing: -.025rem;
    color: #333333;
}
.dark-link:hover {
    color: #52B774;
}
a:hover {
    color: #52B774 ;
}
.btn-white a {
    color: #3191C3;
}
.summary {
    height: 10em; /* adjust based on line-height * rows desired */
    overflow: hidden;
}

.summary.opened {
    height: auto;
}
.ellipsis {
    height: 0;
    position: relative;
    text-align: right;
}
.ellipsis span {
    padding-left: 0.5em;
    position: relative;
    top: -0.25em;
}
.ellipsis span:hover {
    color: #3191C3;
}
.text-maroon {
    color: #3191C3;
}

.bg-purple:hover {
    background-image: linear-gradient(310deg,#3191C3,#73a4be);
    color: #fff;
}
.mask {
    position: absolute;
    background-size: cover;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.top-77 {
    top: 77px!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
}
.text-gradient.text-maroon {
    background-image: linear-gradient(310deg,#3191C3,#73a4be);
}


hr {
    background-color: #3191C3;
    height: 2px;
}

.text-dark {
    color: #333333!important;
}
.min-vh-50 {
    min-height: 30vh!important;
}

.card.card-background.card-background-mask-primary:after {
    background-image: linear-gradient(310deg,#3191C3,#73a4be);
    opacity: .80;
}

.navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #333333;
    transition: all 0.2s;
    margin: 0 auto;
  }




  @media screen and (max-width: 800px) {
    .text-sm {
        font-size: 12px;
        padding: 0;
    }
    .btn-round {
        margin-top: 15px;
    }
    .top-77 {
        top: 0!important;
    }
    .card-body {
        display: none;
    }
    
  
  }
  @media screen and (max-width: 1180px) {
  
    .top-77 {
        top: 0!important;
    }
  
  }

