/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 75%; }

/* Half Page Carousel itself*/
.carousel {
  height: 50%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; } }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #8ac545; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #8ac545; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #8ac545; }
  .head{
    text-decoration-color: antiquewhite;

  }
  .card-comments img {
    width: 4rem; }
  
obiect{
  outline: solid #8ac545 1px;
  outline-offset: -5px;
  width: 100px;
  height: 100px;
  background-color: blue;
  color: beige;
  margin: 5px;
  padding: 10pc;
}