.skyblue {
    background-color: #3F96BF;
}
/* Carousel -------------------------------------------------------------*/
.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
/*---------------------------------------------------------------*/
/*.carousel {
        width:80%;
}*/
.carousel-item {
    min-height: 200px;
        height: 100%;
        width:100%;
}
@media (min-width: 768px) {
  .carousel-item {
      min-height: 480px;;
          height: 100%;
          width:100%;
  }
}
.carousel-inner > .item > img {
    max-height: 100%;
    width: auto;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  max-width: none;
}
/*--------------------------------------------------------------*/
.carousel-caption h3,
.carousel .icon-container{
  font-size: 14px;
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

.carousel-caption a {
    background-color: #09c;
    font-size:18px;
}
@media (min-width: 768px) {
.carousel-caption h3,
.carousel .icon-container {
    font-size: 25px;
}
}
.carousel-caption h3 {
    padding: .5em;
}

.carousel-caption a {
    border-color: #00bfff;
    margin-top: 1em;
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}
.titleAnimation {
  /*  animation-name:fadeInRight;*/
animation-name:bounceInRight;
}
.titleAnimation2 {
    animation-name:fadeInLeft;

    animation-delay: .25s;
}
.titleAnimation3 {
    animation-name:bounceInUp;
    animation-delay: 2s;
}
.carousel .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
/* End Carousel -------------------------------------------------------------*/
