
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
@media only screen and (min-width: 600px){
.icon-bar {
  position: fixed;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.w-100 {
  width: 60%!important;
}

h5 span {
  background: rgba(79, 199, 232, 0.9);
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 10px;
}


/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.insta {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;


}}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

@media only screen and (max-width: 600px)
{

  .child {
    display: flex;
    justify-content: center;
  }

  .icon-bar {

    position: absolute;
    bottom: 60px;
  }

  .card, .card-deck {
    display: none;
  }

  .footerP2 {
    display: none;
  }
}
