 body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
  }
  h3, h4 {
      margin: 10px 0 30px 0;
      letter-spacing: 10px;      
      font-size: 20px;
      color: #111;
  }
  
  h1 
  {
	  size: 72pt;
	color: white !important ;
	text-align: center;
  }
  
  .section{
	padding: 1px 0;
}
  
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
  }
  .person:hover {
      border-color: #f1f1f1;
  }
  
  .carousel-caption {
	  position: absolute;
      color: #fff !important;
	  background:rgba(0,0,0,0.7);
  }

  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  
  .header {
   z-index: 3;
  color:#fff;
  position: fixed;
  background-color: #000;
  background:rgba(0,0,0,0.4);
  
  
}

.transparent {
	background-color: rgba(0,0,0,0.5);
	color: white;
	padding: 50px 60px 10px;

}


.header h1 {
   font-size: 42px;
   text-transform: uppercase;
   font-weight: 700;
   margin-bottom: 0;
   color:#fff;
   padding: 10px;
}
 
 .bg
 {
	 background:rgba(0,0,0,0.4);
	 z-index: -9999;
	 opacity: 1.3;
	  position: relative;
	  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }
 
 .overlay{
	position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
	background-color: #111;
	z-index: 0;
	opacity: 0.7;
}
 
 .bg p
 {
	 color: white !important;
	 
 }
  .bg-1 {
      background: #2d2d30;
      color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: normal;}
  .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
  }
  .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
  }
  
  table, th, td {
	  padding: 20px;
}
  
  .gallery{
	padding: 1px;
}

.gallery a:hover img {
	opacity: 5;
}

.gallery img {
	width: 500px;
	border: solid 3px white;
	opacity: 0.8;
}

.transparent {
	background-color: rgba(0,0,0,0.5);
	color: white;
	padding: 50px 60px 10px;

}
  .item img {
	width: 100%;
	height: 100%;
}
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail p {
      margin-top: 15px;
      color: #555;
  }
  
 .bulat img{
border-radius:50px;
width:500px;
height:500px;
}
  
  .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
  }
  
  .modal-dialog {
  position: relative;
  width: auto;
  margin: 100px;
}
  .modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header {
      padding: 40px 50px;
	  width: 100%;
  }
  
  .modal-body
  {
	  width: 100%;
	  padding: 120px;
  }
  .nav-tabs li a {
      color: #777;
  }
 
  .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: black;
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
      opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
  .dropdown-menu li a:hover {
      background-color: #000 !important;
  }
  footer {
      background-color: #2d2d30;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }