/*
 * globals
 */


 @media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}


body {
  color: #555;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #333;
}

h1, .h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

h1 a, a:hover{
    color:#333;
		
}

h2, .h2 {
  font-size: 1.25rem;
}

/*
 * override bootstrap's default container.
 */
.container {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 70rem;
}

/*
 * masthead for nav
 */
.blog-masthead {

  /* margin-bottom: 2rem; */
	
  /*
  background-color: #333;
  box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
  */
}

.navbar{
	border-radius: 5px;
}

/*
.dropdown-menu {
   margin-top: 5px; 
   border: 0;
	 border-radius: 5px;
	 background-color: #343a40;
 }*/

.navbar-nav li:hover .dropdown-menu {
    display: block;
}


.tree {
  padding: 0.75rem 0 0.75rem 0;
  font-size: 1rem;
  color: #888;
}

.tree a{
	color: #888;
	text-transform: uppercase;
}

/*
 * blog name and description
 */
.my-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


/*
@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}
*/

/*
 * main column and sidebar layout
 */

/* sidebar modules for boxing content */
.sidebar-module {
  padding: 1rem;
}
.sidebar-module-inset {
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: .25rem;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

/* pagination */
.blog-pagination {
  margin-bottom: 5rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

.blog-main p, ul {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


figure {
    margin: 0;
    padding: 0;
}

img {
    display: block;
    /*vertical-align: top;*/
}


/*
Image Slider
*/

.carousel-indicators li {
  border-radius: 10px;
  margin: 1px 3px;
  height: 15px;
  max-width: 15px;
  border: 2px solid #000;
  background-color: transparent;
	bottom:-50px;
}

.carousel-inner {
   margin-bottom:50px;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}