
body {
    font-family: 'Raleway', sans-serif;
}

#container-img {
    display: inline-block;
    height: 100%;
    width: 100%;
}


.center-fit{
    max-width: 100%;
    margin: auto;
}

h1{
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 3px;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.75rem;
    padding-bottom: 1.25rem;
    letter-spacing: 3px;
}

.lead {
    font-size: 1rem;
    font-weight: 200;
    text-align: center;
    padding: 0 10%;
}

.carousel-item{
    background:gray;
    align-items: center;
    transition: transform .8s ease-in-out,-webkit-transform .8s ease-in-out;

}


.carousel-caption_mine{
    position: absolute;
    /* bottom: 20px; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.3)
}

.section-alt {
    position: relative;
    background-color: #f2f2f4;
}

.section-alt:before {
    top: -20px;
    background-image: url(../../photos/bottom-shadow.png);
}
.section-alt:after {
    bottom: 0;
    background-image: url(../../photos/bottom-shadow.png);
}


.section-alt:before, .section-alt:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 20px;
    z-index: 100;
}

#carouselExampleIndicators{
    padding:0;
    margin: 0;
    height: auto;
    align-self: center;
    justify-self: center;
    background: rgba(0,0,0,.2);
    margin-top: 3rem;
    box-shadow: 0px 3px 16px -2px rgba(0,0,0,1);

}

.titulo-main {
    font-size: 1.25rem;
    font-weight: 200;
}

p {
    text-align: center;
    padding: 0 7.5%;

}


#bar-separate{
    background: rgb(166,0,0);
    background: linear-gradient(0deg, rgba(166,0,0,1) 0%, rgba(142,0,0,1) 100%);
    /*height: 2rem;*/
    color: white;
    margin: 0;
    padding: 1rem 0;
    font-size: 1.5rem;
    /*box-shadow: 0px 3px 10px -5px rgba(153,8,8,1);*/
}

#phrase {
    font-size: calc(0.75rem + 1vw);
}

#author {
    font-size: calc(0.75rem + 0.75vw);
}