/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

body {
    background-color: #000;
}

#mainNav {
    min-height: 56px;
    background-color: #fff;
}

#navbarResponsive {
    background-color: #000000;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
    }
    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, 0.5);
    }
    #mainNav .nav-link {
        transition: none;
        padding: 2rem 1.5rem;
        color: rgba(255, 255, 255, 0.5);
    }
    #mainNav .nav-link:hover {
        color: rgba(255, 255, 255, 0.75);
    }
    #mainNav .nav-link:active {
        color: white;
    }
    #mainNav.navbar-shrink {
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #161616;
    }
    #mainNav.navbar-shrink .nav-link {
        color: #161616;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: 0.25rem solid transparent;
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #64a19d;
    }
    #mainNav.navbar-shrink .nav-link:active {
        color: #467370;
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #64a19d;
        outline: none;
        border-bottom: 0.25rem solid #64a19d;
    }
}

.nav-item {
    background-color: white;
}

@media (min-width: 992px) {
    .nav-item {
        background-color: #000000;
    }
}

.nav-link{
    padding-left: 14px !important;
}

.mainheader {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0 0 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../images/tour_images/tianyi-ma-WiONHd_zYI4-unsplash.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    /*background-size: cover;*/
}

.about-section {
    padding-top: 7rem;
    padding-bottom: 8rem;
    background:  #161616;
}

.about-section p {
    margin-bottom: 5rem;
}

.tips-section {
    padding: 7rem 0;
}

.tips-section .featured-text {
    padding: 2rem;
}

@media (min-width: 992px) {
    .tips-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: 0.5rem solid #64a19d;
    }
}

.tips-section .project-text {
    padding: 3rem;
    font-size: 90%;
}

@media (min-width: 992px) {
    .tips-section .project-text {
        padding: 5rem;
    }
    .tips-section .project-text hr {
        border-color: #64a19d;
        border-width: .25rem;
        width: 30%;
    }
}

.tips-header {
    text-align: center;
    padding-bottom: 97px;
}

.pre-information-section {
    padding: 10rem 0;
    background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../images/tour_images/claire-mueller-2yM6QXOlcOE-unsplash.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.info-title {
    padding: 43px 0;
    background-color: rgba(162, 186, 203, 0.47);
}
@media (min-width: 992px) {
    .information-section .info-box hr {
        border-color: #64a19d;
        border-width: .25rem;
        width: 50%;
    }
}

ul {
    list-style: none;
}

.info-body li::before {
    width: 1em;
    content: "•";
    margin-right: 10px;
    color: #64a19d;
    font-size: 25px;
}

@media (min-width: 992px) {
    .info-body {
        padding: 41px 53px;
    }
}

.info-body {
    padding: 41px 25px;
}

.sub-section {
    padding-top: 30px;
}

.inner-text {
    padding-bottom: 28px;
}

.source-info {
    padding-right: 20px;
}

.footer-copyright {
    color: #fff;
}

#footer {
    padding-bottom: 32px;
}
