html, body {
  height: 100%;
}
body {
  font: 400 15px/1.8 Lato, sans-serif;
  color: #777;
}
h1 {
 color: red;
}
p {
  color: #333;
}
footer p {
  color: white;
}
h3, h4 {
  margin: 10px 0 30px 0;
  letter-spacing: 10px;
  font-size: 20px;
  color: #111;
}
.container {
  padding: 20px 40px;
}
.person {
  border: 12px solid transparent;
  margin-bottom: 10px;
  width: 80%;
  height: 80%;
}
.person:hover {
  border-color: #f1f1f1;
}
.carousel-inner img {
  /*-webkit-filter: grayscale(90%);*/
  /*filter: grayscale(100%);  make all photos black and white  */
  width: 100%; /* Set width to 100% */
  margin: auto;
  min-height: 200px;
  max-height: 85vh;
  object-fit: cover;
  object-position: 50% 70%;
}

.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3,3,3,0.75);
}
.carousel-indicators {
  bottom: 0;
}
.carousel-caption p {
  font-size: 14px;
}
.carousel-caption h2, .carousel-caption p {

  color: #fff !important;
  text-shadow: 0 0 7px, black;
  margin-top: 0px;
  margin-left: 70px;
  margin-right: 70px;
}
@media (max-width: 600px) {
  .carousel-caption {
    display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
}
.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 {
  background-color: #333337;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.71);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.71);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.71);
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}
.thumbnail img {
  width: 100%;
}
.thumbnail p {
  margin: 10px;
  color: #fff;
}
.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: #2d2d30;
  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: white !important;
  background-color: #88d317 !important;
}
.navbar-nav li.active a {
  color: #88d317 !important;
  background-color: #2d2d30 !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.open .dropdown-toggle {
  color: #fff;
  background-color: #2d2d30 !important;
}
.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}
.dropdown-menu li a {
  color: #d5d5d5 !important;
}
.dropdown-menu {
  background-color: #2d2d30 !important;
}
.dropdown-menu li a:hover {
  background-color: #88d317 !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;
}
gr {
  color: #88d317;
}
@media (max-width: 940px) {
  /*Adapta la navbar a pantalles petites*/
  .navbar-brand{
    font-size: 15px;
  }
}

@media (max-width: 910px) {
  /*Adapta la navbar a pantalles petites*/
  .navbar-brand{
    font-size: 14px;
  }
  .navbar li a {
    font-size: 10px;
  }
}

@media (max-width: 885px) {
  /*Adapta la navbar a pantalles petites*/
  .navbar-brand{
    font-size: 15px;
  }
  .navbar li a {
    font-size: 16px;
  }
}
@media (max-width: 319px) {
  .navbar-brand{
    font-size: 10px;
  }
}
@media (max-width: 260px) {
  .navbar-brand{
    font-size: 6px;
  }
}
.widgets {
  color: #fff;
  font-size: 105px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
.fa-item {
  color: #fff;
  transition: all .2s ease;
  margin: 00px;
  text-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);

}
.fa-item:hover {
  color: #fff;
  margin: 0px;
  -webkit-transform: scale(1.2);
  text-shadow: 0px 1px 30px rgba(0, 0, 0, 1);
}
@media (max-width: 983px) {
  .widgets {
    font-size: 60px;
  }
}
@media (max-width: 400px) {
  .widgets {
    font-size: 18vw;
  }
}
@media (max-width: 375px) {
  h1 {
    margin-top: 0px;
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 978px) {
    .container {
      padding: 0;
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
      margin:0 auto;

    }

    body {
      padding:0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
    }
}
