@charset "UTF-8";
/* CSS Document */

body {
      font: 400 21px/1.6 arial, sans-serif;
      color: #777;
  }
  h3, h4 {
      margin: 10px 0 30px 0;
      letter-spacing: 10px;      
      font-size: 20px;
      color: #111;
  }
  
 
  h6 {
	font-size: 18px;
	color: #ffffff;
	font: Arial, Helvetica, sans-serif;
  }
  
  h7 {
	  font-size: 16;
	  color: 000000;
	  font: Arial, Helvetica, sans-serif;
  }
  
  p2 {
	  font-size: 21;
	  letter-spacing: normal;
	  color: 000000;
	  font: Arial, Helvetica, sans-serif;
  }
  
  .container {
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 120px;
	column-gap: 40px;
  }
  .person {
      border: 10px solid transparent;
      margin-bottom: 25px;
      width: 80%;
      height: 80%;
      opacity: 0.7;
  }
  .person:hover {
      border-color: #f1f1f1;
  }
  .carousel-inner img {

      width: 100%; /* Set width to 100% */
      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: #001a9f;
	color: ff0000;
  }
  .bg-1 h3 {
	color: ##334d00;
}
  .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 {
	border: none;
	border-radius: 0;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
  }
  .thumbnail p {
      margin-top: 30px;
      color: #555;
  }
  .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-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }
  .nav-tabs li a {
      color: #777;
  }
  #googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }  
  .navbar {
	font-family: Montserrat, sans-serif;
	margin-bottom: 0;
	background-color: #FFFFFF;
	border: 0;
	font-size: 14px !important;
	letter-spacing: 2px;
	opacity: 1.0;
	height: 85px;
	font-weight: bold;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #000000 !important;
  }
  .navbar-nav li a:hover {
      color: #bfbfbf !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #001a9f !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;
  }
  footer {
	background-color: #001a9f;
	color: #f5f5f5;
	padding: 16px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
  }
  
  .bgimg-1, .bgimg-2, .bgimg-3 {

  position: relative;

  opacity: 0.65;

  background-attachment: fixed;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;



}

.bgimg-1 {

  background-image: url("img/top_photo.jpg");

  min-height: 100%;

}



.bgimg-2 {

  background-image: url("img/top_photo2.jpg");

  min-height: 400px;

}



.bgimg-3 {

  background-image: url("img/top_photo3.jpg");

  min-height: 400px;

}



.caption {

  position: absolute;

  left: 0;

  top: 50%;

  width: 100%;

  text-align: center;

  color: #000;

}



.caption span.border {

  background-color: #111;

  color: #fff;

  padding: 18px;

  font-size: 25px;

  letter-spacing: 10px;

}

h3 {

  letter-spacing: 5px;

  text-transform: uppercase;

  font: 20px "Lato", sans-serif;

  color: #111;

}

a:link {
  color: white;
}

/* Turn off parallax scrolling for tablets and phones */

@media only screen and (max-device-width: 1024px) {

    .bgimg-1, .bgimg-2, .bgimg-3 {

        background-attachment: scroll;


	
}
}

  
