/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


.bg-nav{
    /*background-color: blueviolet;*/
}

.navbar {
    background-image: url('../img/BB-Page-Header-Graphic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 100%;
}

@media (max-width: 375px) {
    #navlogo {
        width: 200px;
    }
}

/* Center the navbar menus but only at large sizes or it messes up the toggle
-------------------------------------------------- */
@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 55%;
        transform: translatex(-10%);
    }
}

@media (min-width: 1440px) {
    .nav-item{
        font-size: 150%;
    }
}

.enroll_toppad {
    color: white;
    padding-top: 5em;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  width: 100%;
  padding-top: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-height: 100%;
  height: 32rem;
  /* width:100%;*/
   /* height: auto;*/
    width:auto;
}


/* Featuretts
-------------------------------------------------- */
#featureset {
    padding: 1em;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* 
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/*---------------------------------------- */
.midbanner {
    margin-top: 2em;
    background-color: #761377;
}

.midpanel_l {
    padding: 2em;
}

.midpanel_r {
    padding: 2em;
}

@media (min-width: 769px) {
    .midpanel_l {
        padding-right: 1em;
    }

    .midpanel_r {
        padding-left: 1em;
    }
}

.innerpanel img{
    width: 300px;
    height: auto;
}

@media (min-width: 1441px) {
        .midbanner {
     font-size: 1.5em;   
    }
    
    .innerpanel img{
    width: 600px;
    height: auto;
}
}


@media (max-width: 767px) {
    .innerpanel img{
        width: 200px;
        height: auto;
    }
}


.innerpanel {
    padding:2em;
    background-color: white;
}

/* Course Section
-------------------------------------------------- */
@media (min-width: 1441px) {
.courseblock{
    font-size:1.5em;
}
    
    .lead{
        font-size:1.5em;
    }
}

.courseimage{
    margin-top: 5em;
}



/* Various Functions 
-------------------------------------------------- */

.starthidden{
    display: none;
}


/* Various Functions 
-------------------------------------------------- */
footer {
    /*background-color: #6a0179;*/
    background-image: url('../img/BB-Page-Header-Graphic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}



/* Colour palate
-------------------------------------------------- */
.text-primary{
    
}
.text-secondary{
    
}
.text-success{
    
}
.text-danger{
    
}
.text-warning{
    
}
.text-info{
    
}
.text-light{
    
}
.text-dark{
    
}
.text-muted{
    
}
.text-white{
    
}



