.navbar-desctop {
    z-index: 1 !important;
}

#experience {
    z-index: 0 !important;
}

.imgbox {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pageTT p {
    font-size: 19px;
    color: #8a8a8a;
    margin-top: 25px;
}

.largeimg {
    width: 100%;
    height: 370px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.grid-gallery figcaption h3 {
    font-size: 18px;
}

.grid figcaption {
    padding: 20px;
}

.slideshow figcaption h3 {
    font-size: 23px;
    font-weight: bold;
}

@media (max-width: 400px) {
    .pageTT,
    .active .pageTT {
        font-size: 25px;
    }
    .pageTT p {
        font-size: 18px;
        margin-top: 11px;
    }
    svg {
        width: 20px;
        margin-left: 10px;
    }
    .active svg {
        width: 20px;
        margin-left: 10px;
    }
}
