body, h1, h2, h3, h4, h5, h6 {
    color: #999 !important;
}

.w-80 {
    width: 80% !important;
}


h1.logotitle {
    font-family:'Sacramento', cursive;
    font-size: 6rem;
    font-weight: 100;
    margin-top: 50px;
    color: #666 !important;
}

h2.logotitle {
    font-family:'Sacramento', cursive;
    font-size: 3rem;
    font-weight: 100;
    margin-top: 50px;
    color: #666 !important;
}


#home h1.logotitle, #home h2.logotag, #bogroy h1.logotitle, #bogroy h2.logotag, #laundry h1.logotitle, #laundry h2.logotag {
    color: white !important;
    text-shadow: 0 0 10px grey;
}

#laundry .logotag {
    margin-left: 50px;
}

.logotag {
    text-align: center;
    color: #666 !important;
}

footer.dark-wrapper {
    background: #383838;
}

.tp-title {
    font-size: 3rem !important;
}

div.tp-caption {
    text-shadow: 0 0 10px grey;
}

.flickity-slider img, .image-block-bg {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: url(/elements/grayscale.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.flickity-slider img:hover, .image-block-bg:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -webkit-filter: grayscale(0);
}


.partic {
    background: grey;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
}


.partic h2, .partic h3, .partic h4, .partic p {
    color: white !important;
    line-height: 150%;
    margin:0;
}

@media(max-width: 1000px) {
    h1.logotitle {
        font-size: 3rem;
        margin-top: 10px;
    }
    
    .navbar-collapse {
    padding-top: 30px;
}
    
}

@media(max-width: 600px) {

    .nav-link {
        font-size: 1.2rem !important;
    }

    #home h1.logotitle, #home h2.logotag, #bogroy h1.logotitle, #bogroy h2.logotag, #laundry h1.logotitle, #laundry h2.logotag {
        color: #666 !important;
        margin-left: 0px !important;
            text-shadow: 0 0 0 white !important;

    }

    .sub-caption {
        margin-top:120px !important;
    }

    .title-button {
        margin-top:180px !important;
    }
}