body {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto Slab', serif;
    min-height:100vh;
    background-color: #292623;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: inherit;
    text-decoration: inherit;
}

.nav {
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-intro {
    background-color: #6C828F;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-intro {
    background-color: #6C828F;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 50px;
}

.gallery-intro {
    background-color: #6C828F;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 50px;
}

.home-breakdown {
    background-color: #fff;
    color: #292623;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-breakdown {
    background-color: #fff;
    color: #292623;
    padding: 10px 0 0 0;
}

.half-rule {
    width: 100px;
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #292623;
    color: #fff;
    text-align: right;
}

.btn-outline-home {
    background: transparent;
    border: #fff 2px solid;
    color: #fff;
}

.btn-outline-home:hover, .btn-outline-home:active, .btn-outline-home:focus {
    background: #fff;
    border: #fff 2px solid;
    color: #6C828F;
    outline: 0 !important;
}

button, button:hover, button:active, button:focus {
    outline: 0;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #fff;

}

.item span {
    font-style: normal;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.gallery {
    padding-top: 20px;
    background-color: #fff;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    min-height: 100vh;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.scroll-down {
    z-index: 1;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    bottom: 10%;
}

.glyphicon.glyphicon-circle-arrow-down{
    font-size: 50px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.glyphicon-home-breakdown {
    opacity: .8;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 50px;
}

.home-breakdown-section {
    padding-bottom: 20px;
}

.navbar-custom {
    background: none;
    border: none;
}

.navbar-collapse-custom {
    border: none;
    text-align: right;
}

.navbar-collapse-custom a{
    border: none;
    text-align: right;
    background-color: #fff;
    opacity: 0.8;
}

.modal-open {
    padding-right: 0px !important;
    overflow: auto;
}

.vertical-center {
    display: flex;
    align-items: center;
}