@media(min-width: 768px) {
    #brand-logo {
        margin-left: 0px;
    }
    .navbar-default .nav > li > a:hover, .navbar-default .nav > li > div > a:hover,
    .navbar-default .nav > li > a:focus:hover, .navbar-default .nav > li > div > a:focus:hover {
      color: white;
      cursor: pointer;
    }

    .dropdown-menu {
        min-width: 0px;
        background-color: transparent;
        color: white;
    }

    .dropdown-menu > li > a {
        color: white;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: white;
        background-color: transparent;
    }
    .navbar-default .nav > li > a, .navbar-default .nav > li > div > a,
    .navbar-default .nav > li > a:focus, .navbar-default .nav > li > div > a:focus {
      color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: white;;
        background-color: transparent;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
      color: #222222;
    }
}

@media(max-width: 768px) {
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
      color: #222222;
    }
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.navbar-default .nav > li > a, .navbar-default .nav > li > div > a {
  font-family: 'Ubuntu', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

.navbar-default .navbar-header > a {
    color: #2196f3;
}

.navbar-default.affix .navbar-header > a {
    color: #2196f3;
}

@media (min-width: 768px) {
    .navbar-default .navbar-header > a {
        color: #FFF;
    }
    .navbar-default.affix .navbar-header > a {
        color: #2196f3;
    }
}

.carousel {
  height: 100%;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  margin-bottom: 30px;
  position: static;
  margin-top: 5%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: transparent;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

@media(min-width: 768px) {
    .carousel-caption {
      position: absolute;
      margin-bottom: 40px;
    }
}

@media(max-height: 768px) {
    .carousel-caption {
      position: static;
      margin-top: 5%;
    }
}

section.showcase {
  padding: 40px 0;
  position: relative;
  background: #1a237e;
  color: white;
}
section.showcase h2 {
  margin-top: 0;
  font-size: 50px;
}
section.showcase .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}
section.showcase .badges .badge-link:last-child {
  margin-bottom: 0;
}
section.showcase .badges .badge-link img {
  height: 60px;
}
@media (min-width: 768px) {
  section.showcase .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section.showcase h2 {
    font-size: 70px;
  }
}

section.features {
  padding: 40px 0;
  position: relative;
  color: white;
}

.testimonial-container {
    margin-top: 50px;
    color: black;
}

.testimonial-panel {
    background: #66BB6A;
}

.user-image {
    text-align: center;
    margin-top: -40px;
}

/* carousel book slider */
.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 42%;
}
/* Next button  */
.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 42%;
}
@media (min-width: 992px) {
    /* Previous button  */
    .media-carousel .carousel-control.left {
        left: -12px;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        border-radius: 23px 23px 23px 23px;
        height: 40px;
        width : 40px;
        margin-top: 23%;
    }
    /* Next button  */
    .media-carousel .carousel-control.right {
        right: -12px !important;
        background-image: none;
        background: none repeat scroll 0 0 #222222;
        border: 4px solid #FFFFFF;
        border-radius: 23px 23px 23px 23px;
        height: 40px;
        width : 40px;
        margin-top: 23%;
    }
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active {
    background: #333333;
}
/* End carousel book slider*/
