
.parallax {
  /* The image used */
  background-image: url("/img/cukb-bg2.jpg");
  /* Set a specific height */
  min-height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo {
  /* The image used */
  background-image: url("/img/cukb-logo.png");
  min-height: 25%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    width:100%;
    min-height:800px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}
