  .person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
  }
  .person:hover {
    border-color: #f1f1f1;
  }
  .contain {
    margin: auto;
  }
.responsive {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;  width: 100%;
}
  .carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
 }
  .carousel-caption {
   color: #fff !important;
   position:absolute; margin: auto;
   margin-bottom:2%;height: 80%;
   width: 70%;
  }

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .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;
  }
  .thumbnail {
    padding: 0 0 5px 0;
    border: none;
    border-radius: 5px;    margin: 8px;
  }

  .btn {
    padding: 10px 20px;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 5px;
    transition: 1.5s;
  }
  .btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #555;
    color: #000;
  }

  .nav-tabs li a {
    color:white;   opacity: 0.0;  position: fixed;
  }
  #na {
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  top: 0;
  width: 100%;
  display: block;

  }
  .navbar {
     top: 0;  color: white !important; 
    background-color: #2d2d30;
    border: 0;
    font-size: 14px !important;
    letter-spacing: 2px;
    opacity: 0.6;
  }
  .navbar li a, .navbar .navbar-brand { 
    color: white !important;
  }
  .navbar-nav li a:hover {
    color: yellow !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:red !important;
  }
@media screen and (min-width: 600px) {
  div.example {
    font-size: 20px;
  }
}

@media screen and (max-width: 380px) {
  div.example {
    font-size: 12px;
  }
}
  h1 {

  color: white;
  font-size:330%;
  position: relative;
}
  h2 {
  text-align: center;
  margin-top: 2%;
  color: white;
  font-size:195%;

} 
  h3 {

  color: white;
  font-size:175%;

} 
 
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}

.btn {
  padding: 10px 20px;
  background-color: #333;
  color: #f1f1f1;
  border-radius: 5;
  transition: .2s;
}

/* On hover, the color of .btn will transition to white with black text */
.btn:hover, .btn:focus {
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 600px) {
  div.example {
    font-size: 20px;
  }
}

@media screen and (max-width: 380px) {
  div.example {
    font-size: 12px;
  }
}

@media screen and (min-width: 600px) {
  div.exam {
    font-size: 10px;
  }
}

@media screen and (max-width: 380px) {
  div.exam {
    font-size: 8px;
  }
}


.fa {
  padding: 15px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
