.container {
  padding: 80px 120px;
}
.gallery{
  border: 10px solid transparent;
  margin-bottom: 25px;
  width: 80%;
  height: 80%;
  opacity: 1;
}
.gallery:hover {
  border-color: #A3E0D7
  ;}

  .carousel-inner img {
    /*-webkit-filter: grayscale(90%);
    filter: grayscale(90%); /* make all photos black and white */
    width: 50%; /* Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

.carousel-caption p {
  color: #fff !important;
}
  
@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}
.carousel-slide {
  background-color: white;
}



.bg-1 {
  background: #65AFFF;
  color: white;
}
.bg-1 h3 {color: white;}
.bg-1 p {font-style: italic;
color: #fff;}

.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: #032B43;
}

.btn {
  padding: 10px 20px;
  background-color: #032B43;
  color: #E2D4CF;
  border-radius: 0;
  transition: .2s;
}

.btn:hover, .btn:focus {
  border: 1px solid #2C0703;
  background-color: #E2D4CF;
  color: #000;
} 


.h1 {
color: white;
}

.a {
color: white
}


.topnav {
  background-color: #1C3144;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 24px; 
  display:inline-block;
  text-decoration: none;
  font-size: 40px;
  margin:0;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: gray;
}

/* Add a color to the active/current link */
.topnav a.active {
  font-size: 54px;
  color: white;
}
.topnav img {
  float: left;
  width: 178px;
  height: 106px;
  background: #29335C;
}

footer {
  text-align: center;
  padding: 3px;
  background-color: #1C3144;
  color: white;
}
.footer p {
  color: white;
}

.column {
  text-align: center;
  float: left;
  width: 50%;
  }

  .column p{
    font-size: 20px;
  }

  .row:after {
    content: "";
    display: table;
    clear: both;
    }

    .gallery-title {
      font-size: 20px;
    }
    