body {
  font-family: 'Noto Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

/*nav*/

.effect a::before {
  content: '[';
  left: 10px;
  position: absolute;
}

.effect a::after {
  content: ']';
  position: absolute;
  right: 10px;
}

.effect a::before, .effect a::after {
  opacity: 0;
  -webkit-transition: all 0.3s, opacity 0.2s;
  -moz-transition: all 0.3s, opacity 0.2s;
  transition: all 0.3s, opacity 0.2s;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.effect a:hover::before {
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.3s, opacity 0.2s;
  -moz-transition: all 0.3s, opacity 0.2s;
  transition: all 0.3s, opacity 0.2s;
}

.effect a:hover::after {
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.3s, opacity 0.2s;
  -moz-transition: all 0.3s, opacity 0.2s;
  transition: all 0.3s, opacity 0.2s;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h3 {
  font-size: 1.2em;
  margin: 0;
}

p {
  font-size: 1em;
}

.page-header {
  border-bottom: 0px;
}

footer {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FAF9F8;
}

a {
  color: rgb(10, 82, 10);
}

a:hover {
  color: rgb(75, 75, 75);
}

hr {
  margin: 50px 0 0 0;
  border: 0;
}

.navbar-collapse {
  border-top: 1px solid #FAF9F8;
}

.carousel-control {
  text-shadow: 0 4px 4px rgba(0, 0, 0, .9);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=90);
  opacity: .8;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  font-size: 40px;
}

.carousel {
  background-color: #353839;
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand  {color: #ffffff;}

/*
.lightbox-img img {
  object-fit: none; 
  object-position: center; 
  width: 100%;
  max-height: 250px;
  margin-bottom: 30px;
}
*/

.lightbox-img img {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #000;
}
.navbar-inverse {background-color: #000; border: 0px;}
.navbar-inverse .navbar-toggle {border:0px;}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #FAF9F8;
  background-color: transparent;
}

.social {
  text-align: right;
  padding: 0;
}
.social li {
  display: inline-block;
  padding: 20px;
}
.social img{
  width: 60px;
}

@media (max-width: 768px) {
  .social {
    text-align: left;
  }
  .social li {
    padding: 0 10px 0 0;
  }
  .social img{
    width: 40px;
  }
}