@charset "utf-8";
/* CSS Document */
body {
    font: 400 19px/1.8 Lato, sans-serif;
    color: #777;
  }
  .container {
    padding: 80px 10px;
  }

  .container-part {
    padding: 20px 10px;
  }

  .active-page {
    background-color: #58b6e1;
  }

  .person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.9;
  }
  .person:hover {
    border-color: #f1f1f1;
  }
  .carousel-inner img {
    margin: auto;
  }
  .carousel-caption h3 {
    color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  .bg-1 {
    background: #1496BB;
    color: #bdbdbd;
  }
  .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 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail p {
    margin-top: 15px;
    color: #555;
  }
  .btn {
    padding: 10px 20px;
    color: #000;
    border-radius: 0;
    transition: .2s;
  }
  .btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
  }
  .modal-header, h4, .close {
    text-align: center;
    font-size: 30px;
  }
  .modal-header, .modal-body {
    padding: 40px 50px;
  }
  .nav-tabs li a {
    color: #000;
  }
  #googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }  
  .navbar {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    background-color: #1496BB;
    border: 0;
    font-size: 14px !important;
    letter-spacing: 1px;
    opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
    color: #fff !important;

  }
  .navbar-nav li a:hover {
    color: #fff !important;
    background-color: #4ca7d1 !important;
  }
  .navbar-nav li.active a {
    color: #fff !important;
    background-color: #58b6e1 !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }

.icon-bar{
  background-color: #f5f5f5 !important;
}

  .open .dropdown-toggle {
    color: #000;
    background-color: #555 !important;
  }
  .dropdown-menu li a {
    color: #000 !important;
  }
  .dropdown-menu li a:hover {
    background-color: red !important;
  }
  footer {
    background-color: #1496BB;
    color: #f5f5f5;
    padding: 32px;
  }
  footer a {
    color: #f5f5f5;
  }
  footer a:hover {
    color: #777;
    text-decoration: none;
  }  
  .form-control {
    border-radius: 0;
  }
  textarea {
    resize: none;
  }

  .align-center{
    text-align: center;
  }

.jumbotron { 
  background-color: #1496BB; 
  color: #ffffff;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
}

.top-container{
  background-color: #1496BB; 
  color: #ffffff;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
   padding-top: 48px;
}
.top-container h1{
  font-size: 60px;
}

.blue-panel { 
  background-color: #1496BB; 
  color: #ffffff;
   text-align: left;
   font-family: "Times New Roman", Times, serif;
}

.panel {
  border: 1px solid #1496BB 
  border-radius: 0;
  transition: box-shadow 0.5s;
   color: #111;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
  border: 1px solid #1496BB;
  background-color: #fff !important;
  color: #1496BB;
}

.panel-heading {
  color: #fff !important;
  background-color: #1496BB !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-footer {
  background-color: #fff !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color: #1496BB;
  color: #fff;
}

.panel-body{
  color: #111;
	width: 100%;
}

.panel-bottom{
   color: #111;
  text-align: left;
}

.title{
   color: #111;
  text-align:center;
  font-family: "Times New Roman", Times, serif;
}
	  .image-cen{
		   margin: 0 auto;
	  }

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #000101;
  }
  .carousel-indicators li {
    border-color: #000101
  }
  .carousel-indicators li.active {
    background-color: #000101;
  }

  .tableOfContents {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    background: #e7e7e7;
}

.navbar-center{
font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    background-color: #4aa9d4;
    border: 0;
    font-size: 18px !important;
    opacity: 0.9;
}
.navbar-center ul {
  text-align: center;
  color: #fff !important;
  margin:0;
    padding:0;
  }
  
  .navbar-center li {
    color: #fff !important;
  display: inline-block;
  text-decoration: none;
    margin-left: 30px;
    margin-right: 30px;
    padding:0;
  }
 
  .navbar-center li a {
    text-decoration: none;
    color: #fff !important;
  }

  .center-list {
    margin: auto;
  width: 70%;
  }

  .margins{
    margin :40px;
  }



  .button1 .btn {
    margin: 15px 0;
    background-color: rgb(24, 172, 212);
    color: #fff;
  }

  .button1 .btn:hover {
    border: 1px solid #1496BB;
    background-color: #fff !important;
    color: #1496BB;
  }