body {
    background: url(../images/bg-body.png) center/cover no-repeat;
    position: relative;
    height: 100%;
    line-height: 1.5;
}

body:before {
    content: '';
    background-color: #1261A1;
    position: absolute;
    display: inline-block;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    z-index: -1;
}

img.logo-site {
    width: 250px;
    margin-bottom: 40px;
}

.row p > a {
    color: #ffffff;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6,
.main p,
.main ul li {
    color: #ffffff;
}

.main ul {padding-left: 20px;}

.ornament-spacer  {
    width: 100%;
    opacity: 0.2;
    margin: 15px 0 30px;
}

.row.intro .col-xs-12.col-sm-5 {
    padding-right: 0;
}

.intro h2 {
    margin-bottom: 40px;
}

.intro p {
    font-weight: 500;
}

.pl-col {
    padding-left: 60px;
}

.mb-2-5 {
    margin-bottom: 12px !important;
}

.mb-3-5 {
    margin-bottom: 20px !important;
}

#carouselExample {
    margin-top: 14px;
    margin-bottom: 15px;
}

#carouselExample img {
  -o-object-fit: cover;
     object-fit: cover;
}

#carouselExample .carousel-item {
    transition: -webkit-transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
    -o-transition: -o-transform .6s ease;
    -moz-transition: transform .6s ease, -moz-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease, -moz-transform .6s ease, -o-transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
         backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
         perspective: 1000px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none !important;
}

@media all and (min-width: 601px) {
    .carousel-control-next-icon img,
    .carousel-control-prev-icon img {
        width: 31px;
        height: 31px;
    }
}

@media all and (max-width: 600px) {
    #carouselExample .carousel-indicators {
        margin-bottom: 0rem;
    }

    .pl-col {
        padding-left: 40px;
    }
}