@charset "utf-8";
/* CSS Document */

/*This site is using the following resources under the MIT License, which is a permissive, open source software license.*/

/*https://startbootstrap.com/snippets/half-slider*/
/*https://startbootstrap.com/snippets/portfolio-two-column*/
/*https://startbootstrap.com/snippets/portfolio-one-column*/

/*All images on this site are copyrighted by the owner and may not be used without express written permission.*/
/*All photos on this site were taken by myself or a family member and are used with permission.*/

.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {text-decoration: none;
}