/* styles.css */


html, body{
    height: 100%;
    background-color: #ffb2bc;
    margin: 0px;
    padding: 0px;
}

/* cover */

#cover{
    background: #ffb2bc url('img/cami.png') no-repeat;
    background-size: cover;
    color: black;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

#cover-caption{
    width: 100%;
}

#carouselHome{
    width: 85%;
    margin: auto;
}

.footer{
    display: block;
    width: 100%;
    background-color: #343A40;
    margin-top: 50px;
    height: 60px;
    padding: 0;
    position: static;
    bottom: 0px;
}

.footercont{
    display: table;
    margin: 0 auto;
}

#social{
    opacity: 1.0;
    transition: all 140ms ease-in-out; 
}

#social:hover{
    opacity: 0.3;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

