#myCarousel{
	width: 100%;
	height: 80vh;
}
#myCarousel .item  img{width: 100%; height: 80vh;}

/* Slider Buttons*/
.carousel-indicators li {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 0px!important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption p{
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
}
