ul#index {
	padding-left: 0;
	list-style-type: none;
}
#message {
	height: 10em;		 /* em = current font size */
}	
.row-striped:first-of-type{
/* border-left: 4px #000000 solid; */
}

.row-striped:nth-of-type(odd){
	background-color: #efefef;
  }
  
  .row-striped:nth-of-type(even){
	background-color: #ffffff;
  }
  
  .row-striped {
	  padding: 15px 0;
  }

  .navbar {
	background: rgba(0,0,0,0.95);
	border-bottom: none;
  }
  .navbar .navbar-nav a.nav-link {
	color: white;
  }


  body {
    background: linear-gradient(
		rgba(0, 0, 0, 0.5), 
		rgba(0, 0, 0, 0.5)
	  ), 
	  url('/img/baner-min.jpg') no-repeat center right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	padding-top: 150px;
color: #bbb;
  }

  section.featured-posts .row .text {
	  background: #000000a6 !important;
  }
  section.featured-posts .row:nth-of-type(odd) .text {
	background: #00000052 !important;
  }
  section.featured-posts p, section.featured-posts h2, .text-big,  .text-white {
	color: #bbb !important;
  }
  .blog-post .post-body p, .blog-post h1 {
    color: white !important;
  }
  .dark-bckg {
	background: #000000a6 !important;
  }
  .dark-bckg2 {
	background: #00000052 !important;
  }

  .row-striped:nth-of-type(odd){
	background: #00000052 !important;

  }
  .row-striped:nth-of-type(even) {
	background: #000000a6 !important;
  }

section.featured-posts .post-footer {
    margin-top: 20px;
}
.team {
  max-width: 70px;
  max-height: 70px;
}