/*.container {
    padding: 10px 15px;
}*/

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.main-carousel .carousel-item > .carousel-background {
    position: absolute;
    left: -12%;
    top: -12%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 125% !important;
    height: 125% !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 10s ease, opacity .10s ease-out;
    background-attachment: fixed, scroll !important;
}

/*.carousel-item {
    min-height: 350px;
    height: 100%;
    width: 100%;
}*/

/*.carousel-caption h3,*/
/*.carousel .icon-container,*/
/*.carousel-caption button {*/
/*background-color: #09c;*/
/*}*/

.carousel-caption h3 {
    padding: .5em;
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #3f3f3f;
}

.carousel-caption h4 {
    padding: .5em;
    color: #ffffff;
    /*font-weight: 600;*/
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #3f3f3f;
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

.carousel-caption button {
    border-color: #00bfff;
    margin-top: 1em;
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}

.carousel-caption button {
    animation-delay: 3s;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.p {
    padding-top: 125px;
    text-align: center;
}

.p a {
    text-decoration: underline;
}


