/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: "mr-eaves-xl-modern", "europa",sans-serif;

}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #3c3c3c;
	padding-top: 25px;
}
.navbar-brand{
	font-size: 2em;
	color: #FFF;	
	}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar {
	 color:#FFF;
}
/* mcr edit added height 80px to navbar-brand to get a taller navbar and increased the font size */
.navbar-brand {
  height: 80px;
  	font-size: 2em;
	width:175px;
}
.nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
/* end of edits to increase the height of the navbar */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-3 p {
  margin-right: 10px;
  margin-left: 10px;
}
.marketing .col-lg-2 {
  margin-bottom: 20px;
  text-align: center;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* intro header
------------------------- */

.intro-header {
	padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	text-align: center;
	color: #f8f8f8;
	background: url(../assets/Charles-Dickens-102315-1.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 25px;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}
	    .intro-message > h3 {
        font-size: 2em;
    }

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.modal-content .modal-body p {
	font-size: 18px;
	font-weight: 300;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  /* mcr edit of navbar brand for 2 lines of text */
  .navbar-brand {
	width: auto;
}
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
.navbar.navbar-inverse.navbar-fixed-bottom .container p {
	font-size: 18px;
}


  .featurette-heading {
    font-size: 50px;
  }
      .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 6em;
    }
	    .intro-message > h3 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.col-lg-3 .glyphicon.glyphicon-book {
font-size:5em; border-radius:50%; overflow:hidden; background-color:#03c4eb; color:#FFF; padding:25px;} 
.col-lg-3 .glyphicon.glyphicon-road {
font-size:5em; border-radius:50%; overflow:hidden; background-color:#03c4eb; color:#FFF; padding:25px;}
.col-lg-3 .glyphicon.glyphicon-bullhorn {
font-size:5em; border-radius:50%; overflow:hidden; background-color:#03c4eb; color:#FFF; padding:25px;}
.col-lg-3 .glyphicon.glyphicon-star {
font-size:5em; border-radius:50%; overflow:hidden; background-color:#03c4eb; color:#FFF; padding:25px;}

.glyphicon.glyphicon-book:hover { background-color:#666666;}
.col-lg-3.col-sm-6 h2 a {
	color: #666666;
}

.glyphicon.glyphicon-road:hover { background-color:#666666;}
.container .text-center h2 {
}

.glyphicon.glyphicon-bullhorn:hover { background-color:#666666;}
.glyphicon.glyphicon-star:hover { background-color:#666666;}
.container.featureHead .text-center h2 {
	margin-top: 5px;
	font-weight: 800;
	letter-spacing: 5px;
}

.container .pull-right a {
	color: #FFFFFF;
}
.navbar.navbar-inverse.navbar-fixed-bottom {
	/* [disabled]margin-bottom: 0px; */
	padding-top: 20px;
}
.intro-message .btn {
color:#fff;background-color:#03c4eb;border-color:#03c4eb;border-radius:3px;font-size:21px;padding:20px 40px	
}
