@font-face {
  font-family: Nunito;
  src: url('../../vendors/fonts/nunito/Nunito-Regular.ttf');
}

body {
  padding-top: 56px;
  font-family: 'Nunito', sans-serif !important;
}
section {
  min-height: 30rem;
  display: block;
  padding: 5rem 0rem;
}
.subtitle {
  padding: 0rem 3rem;
}

.carousel-item {
  background: no-repeat top center scroll;
}

@media (min-width: 1200px) {
  .carousel-item {
    height: 65vh;
    min-height: 450px;
    background-size: cover;
  }
  .carousel-caption{
    text-shadow: -1px 0 black, 0 1px black,
        1px 0 black, 0 -1px black;
  }
}
@media (max-width: 1199px) {
.carousel-item {
background-size: contain;
height: 35vh;
min-width: 100%;
margin-top: 3rem;
}
}


.portfolio-item {
  margin-bottom: 30px;
}
.bg-black {
   background-color: black;
 }
 .text-shadow {
  text-shadow: 1px 1px 2px #9797b3;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.card-img-top-foreach {
    width: 100%;
    height: 7vw;
    object-fit: cover;
}
.sticky-right-bottom {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 1000;
}
.spacing-top-35 {
  margin-top: 3.5rem !important;
}
.spacing-bottom-35 {
  margin-bottom: 3.5rem !important;
}
.spacing-left-35 {
  margin-left: 3.5rem !important;
}
.spacing-right-35 {
  margin-right: 3.5rem !important;
}
.spacing-top-50 {
  margin-top: 5.0rem !important;
}
.spacing-bottom-50 {
  margin-bottom: 5.0rem !important;
}
.spacing-left-50 {
  margin-left: 5.0rem !important;
}
.spacing-right-50 {
  margin-right: 5.0rem !important;
}
.fh-900 {
  font-weight: 900
}
.btn-success {
    color: #fff;
    background-color: #95004f;
    border-color: #95004f;
}
a, .dropdown-item {
    color: #95004f;
    text-decoration: none;
    background-color: transparent;
}
/* flash button start */
.btn-flash {
  animation-name: flash;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  //Firefox 1+
  -webkit-animation-name: flash;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  //Safari 3-4
  -moz-animation-name: flash;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

//Firefox 1+
@-webkit-keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

//Safari 3-4
@-moz-keyframes flash {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1.0;
  }
}

/* flash button end */
