@charset "UTF-8";
/* CSS Document */

.nest{
	padding: 0 15%;
    overflow:auto;
}

h2 {
	font-size:3.5em;
    color: #7ca7ad;
    letter-spacing: 5px;
    font-variant: small-caps;
    font-family: "freight-text-pro", serif;
    font-weight:100;
}

h4 {
	font-family: "brother-1816", sans-serif;
	letter-spacing: 2.5px;
    font-weight:700;
}

p.item-intro {
    margin: 20px 0 30px;
    font-family: "freight-text-pro",serif;
    font-style: italic;
    font-size: 16px;
	font-weight:300;
	text-align:left;
    font-variant:small-caps;
}

.description {
	margin: 0 0 20px;
}

#selfie-carousel {
	margin: 20px auto 50px;
    width: 100%;
}

#selfie-carousel .carousel-inner {
}

#selfie-carousel .carousel-inner .item img{
	width: 100%;
    margin: auto;
}

#selfie-carousel .carousel-indicators {
    margin: 20px 0 0;
    overflow: hidden;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#selfie-carousel .carousel-indicators li {
    background-color: transparent;
	background-size:cover;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: 7vh;
    margin: 0 2vw;
    width: 7vw;
}
#selfie-carousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
	width: 100%;
    margin: auto;
}
#selfie-carousel .carousel-indicators li.active img {
    opacity: 1;
}
#selfie-carousel .carousel-indicators li:hover img {
    opacity: 0.75;
}
#selfie-carousel .carousel-outer {
    position: relative;
}
.full-screen{
	background-size: contain;
}