.container {
    padding: 80px 60px;
  }
.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: 56.25%;
    position: relative;
    max-height:400px;
  }
  
 .iframe-container iframe {
     border: 0;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
  }
  .person {
    padding-top:20px;
  }
  
  .bg-1 {
    background: #3a3a3a;
    color: #bdbdbd;
  }
  
  .bg-1 h3 {
    color: #fff;
  }
  
  .bg-1 p {
    font-style: italic;
    }
 /* Add a dark background color with a little bit see-through */
  
  .navbar {
    background-color: #71a1dc;
    border: 0;
    font-size: 14px !important;
    letter-spacing: 4px;
    opacity: 0.9;
    min-height: 50px;
    padding-top:5px;
  }
  
  .nav-tabs li a {
    color: #777;
  }
  
  /* Add a gray color to all navbar links */
  .navbar li a, .navbar .navbar-brand {
    color: #d5d5d5 !important;
  }
  
  .head_logo {
    max-width:60px !important;
    margin-top:-5px;
  }
  
  /* On hover, the links will turn white */
  .navbar-nav li a:hover {
    color: #fff !important;
  }
  
  /* The active link */
  .navbar-nav li.active a {
    color: #fff !important;
    background-color:#29292c !important;
  }
  
  /* Remove border color from the collapsible button */
  .navbar-default .navbar-toggler {
    border-color: transparent;
  }
  
  /* Dropdown */
  .open .dropdown-toggler {
    color: #fff ;
    background-color: #555 !important;
  }

  /* Dropdown links */
  .dropdown-menu li a {
    color: #000 !important;
  }

  /* On hover, the dropdown links will turn red */
  .dropdown-menu li a:hover {
    background-color: #71a1dc !important;
  } 

  .carousel-item img {
    max-height:600px;
    width: 100%;
    margin-top:50px;
    margin: auto;
  }
  .carousel {
    margin-top:55px;
  }
  .carousel-caption h3 {
    color: #fff !important;
  }
  .buffer {
      margin-top:60px;
  }
  @media (max-width: 600px) {
    .carousel-caption {display: none;
     /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
    .carousel-indicators { display:none;}
    /*.carousel-inner .carousel-item {padding-top:60px;}*/
    .glyphicon-chevron-left  {padding-top:20px;}
    .glyphicon-chevron-right {padding-top:20px;}
  }
  /* Add a dark background color to the footer */
  footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
  }

  footer a {
    color: #f5f5f5;
  }

  footer a:hover {
    color: #777;
    text-decoration: none;
  }

  .warning {
    color:red;
  }