body {
  font-size: 1.1rem;
  color: #000;
  background-color: #FFF;
  letter-spacing: 1px;
}
a {
  color: rgb(128, 247, 255);
}
a:hover {
  color: rgb(128, 247, 255);
}
.titleMessage {
  position: absolute;
  z-index: 5;
  top: 55%;
  text-align: center;
}
.pad-r {
    padding-right: 0.3em;
}
.pad-l {
    padding-left: 0.3em;
}
.pad-t {
    padding-top: 1em;
}
.mar-b {
    margin-bottom: 0.5em;
}
.navbar-dark .navbar-text {
    color: #ffffff;
}
.titleMessage .heading p {
  color: #000000;
  text-shadow: 0, 2, 5, rgba(0, 0, 0, 0.4);
  font-weight: 100;
  letter-spacing: 7px;
}
.titleMessage .heading .main {
  font-size: 50px;
}
.titleMessage .heading .sub {
  font-size: 23px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.slides-navigation {
  z-index: 6;
}
.slides-navigation .prev, .slides-navigation .next {
  width: 47px;
  height: 47px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slides-navigation a.prev {
  left: 20px;
  background-image: url(../images/icons/prev.png);
}
.slides-navigation a.next {
  right: 20px;
  background-image: url(../images/icons/next.png);
}
.section {
  padding-top: 4em;
  padding-bottom: 2em;
}
.aboutImage {
  max-width: 100%;
  border-style: none;
}
.footer {
  color: #FFF
}
.footer-contact {
    border-radius: 25px;
    background: #8e470c;
    padding: 20px;
}
canvas {
  background-color: white;
  width: 100%;
  height: auto;
}
.progress-bar {
    background-color: #8e470c !important;
}
.progress {
    background-color: #8e470c7d;
}
.bg-dark {
  background-color: #8e470c !important;
}
.black {
  color: black;
}
.carousel {
  background: #8e470c;
}
.carousel-item .img-fluid {
  width: 100%;
}

.center { 
  text-align: center;
}
.carousel-item a {
  display: block;
  width: 100%;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-text a{
  color: #FFFFFF;
  text-decoration: none;
  font-size: large;
}
.navbar-nav .nav-link:hover,
.navbar-dark .navbar-text a:hover{
  color: #e4df28 !important;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #e4df28;
}
a {
  color: #8e470c;
  text-decoration: underline;
}
a:hover {
  color: #d69817;
}
a:not([href]):not([class]) {
  color: #8e470c;
  text-decoration: underline;
}
a:not([href]):not([class]):hover {
  color: #d69817;
  text-decoration: underline;
}
.email {
  color: #ffffff;
  text-decoration: underline;
}
.email:hover {
  color: #d69817;
}
.btn.btn-primary, .btn.btn-primary:active, .btn.btn-primary:focus {
  color: #fff;
  background-color: #8e470c;
  border-color: #8e470c;
  box-shadow: none;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #d69817;
  border-color: #d69817;
}
.modal-body iframe, .modal-body img, .modal-body embed {
  width: 100%;
  max-height: 90vh;
  height: 70vh;
  border: none;
  display: block;
}


.btn-outline-secondary:active,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    color: #ffffff !important;
    background-color: #8e470c;
    border-color: #8e470c;
    box-shadow: none !important;
    outline: none !important;
}


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


@media screen and (orientation:portrait) {
  .modal-body iframe, .modal-body img, .modal-body embed {
    width: 100%;
    max-height: 60vh;
    height: 25vh;
    border: none;
    display: block;
  }
}
@media screen and (orientation:landscape) {
  .modal-body iframe, .modal-body img, .modal-body embed {
    width: 100%;
    max-height: 90vh;
    height: 70vh;
    border: none;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .separator {
    display: none;
  }
}