/* Scss Document */
.carousel-indicators-numbers li {
  text-indent: 0px;
  margin-top: 20px;
  margin-bottom: 70px;
  margin-right: 20px;
  letter-spacing: 2px;
  text-align: center;
  font-family: "lato",sans-serif;
  font-size: 12px;
  text-decoration: none;
  width: 125px;
  height: 30px;
  border-radius: 5%;
  line-height: 30px;
  background-color: #fff;
  transition: all .002s ease;
  border: 1px double #8C8C8C; }
  .carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 70px;
    width: 125px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #8C8C8C;
    box-shadow: inset 3px 3px 3px #BFBFBF, inset -3px -3px 3px #8C8C8C; }

.navbar #navbarDropdown1 {
  font-family: "lato", sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #3B3B3C; }

body {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 200;
  text-decoration: none; }

.banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80vh; }

.carousel-caption {
  padding-top: 30px; }

.carousel-caption .display-4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  color: #3B3B3C;
  letter-spacing: 4px;
  margin-top: 250px;
  margin-left: -10px;
  text-align: left;
  text-decoration: none;
  margin-top: inherit; }

.carousel-caption .display-4 span {
  color: #BBB9BA; }

.carousel-caption .lead {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  font-weight: 200%;
  text-align: left;
  margin-left: -10px;
  color: #BBB9BA; }

.carousel-caption a {
  background: #fff;
  padding: 15px 35px;
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  font-family: "lato",sans-serif;
  font-weight: 200;
  color: #393838;
  text-transform: uppercase;
  border-radius: 15px; }

.carousel-control.right {
  background-image: none;
  margin-right: -120px; }

.carousel-control-prev {
  background-image: none;
  margin-left: -120px; }

.bodyText {
  background: #fff;
  margin-top: 15px;
  font-size: 18px;
  font-family: "lato", sans-serif;
  font-style: 'normal';
  font-weight: 200;
  color: #393838;
  text-align: left;
  border-radius: 15px;
  margin-left: -10px;
  line-spacing: 2px;
  letter-spacing: 2px;
  max-width: 500px;
  margin-top: 10px; }

.footer {
  margin-top: 40px; }

.lead {
  font-family: "lato",sans-serif;
  font-weight: 200;
  color: #C6C3C3;
  font-size: 12px;
  text-decoration: none; }

.lead a {
  font-family: "lato",sans-serif;
  font-style: normal;
  font-weight: 300px;
  color: #757575;
  font-size: 15px;
  text-decoration: none; }

/*
.imagegallery {
	display: flex;
	border: 1px solid #757575;
	
}
*/
/*contact legend*/
.btn {
  color: #757575;
  background-color: #C6C3C3;
  font-family: "lato",sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  border: 2px double #C6C3C3;
  box-shadow: 2px 2px 1px 1px;
  margin-top: 100px;
  margin: 4px;
  background-color: #fff;
  border-radius: .01;
  min-height: 5vh;
  position: relative center;
  display: flex center; }
  .btn.active, .btn:hover {
    outline: none;
    border: 1px solid #C6C3C3;
    box-shadow: inset 1px .5px 1px #BFBFBF, inset -.5px -.5px 3px #8C8C8C;
    background-color: #C6C3C3;
    color-gradient: 1px 1px 1px 1px; }

.needs-validation {
  margin-bottom: 100;
  background-color: transparent; }
  .needs-validation.active, .needs-validation:hover {
    color: #595757; }

.carousel {
  margin-top: 200px;
  margin-bottom: -200px;
  margin-left: 00px; }

@media (min-width: 576px) {
  .carousel {
    margin-top: 50px; } }
