.superBody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.subBody {
    margin-top: 1%;
    background-color: #444;
    box-sizing: border-box;
    text-align: center;
    width: 33%;
}

.destinationTitle h1 {
    color: #fff;
}

.gallery {
    margin: auto;
    padding-top: 40px;
    width: 60%;
}

.main img {
    border: 4px solid #fff;
    box-shadow: 0px 0px 14px #000;
    width: 100%;
}

.main p {
    color: #bbb;
    font-size: 20px;
    font-weight: bold;
}

.thumb img {
    border: 4px solid #fff;
    border-radius: 400px;
    box-shadow: 0px 0px 10px #000;
    height: 100px;
    width: 100px;
    margin: 10px;
}

.thumbLightBox {
    display: none;
}


