#categories {
    min-height: 700px;
    background: #282f30;
    margin-top: 10px;
}

.hero-pic {
    margin: 0 auto;
    height: 200px;
    width: 200px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    float: none;
}

.hero-pic img {
    width: 350px;
}



.hero-img {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/FB_IMG_1556739299569.jpg");*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
}



.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    padding: 20px;
}

.photo-container {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px;
    background: rgba(0, 0, 0, 0.70);
}

.photo-container img {
    max-width: 100%;
    height: auto;
}

.category-container {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px;
    background: rgba(0, 0, 0, 0.70);
    height: 300px;
}

.category-div {
    padding: 5px;
}

.category-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
}

.category-pic:hover {
    /*width: 205px;
    height: 205px;*/
    transition: all .3s ease;
    box-shadow: 0 2px 10px rgb(255, 255, 255);
}

.category-pic img {
    flex-shrink: 0;
    min-width: 400px;
    min-height: 100%;
}

.category-text {
    color: white;
    text-align: center;
}

.hero-text h1 {
    margin-top: 10px;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    cursor: pointer;
    border: 1px solid white;
}

.hero-text button:hover {
    background-color: white;
    color: black;
    transition: all .7s ease;
}

header {

}



@media screen and (max-width: 900px) {
    #main {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.section {
    min-height: 300px;
    display: block;
    overflow: auto;
}

.sectionTitle {
    text-align: center;
    font-weight: bold;
    color: #FFF;
    background: #000;
    padding: 20px;
    font-size: 35px;
    margin: 0;
    box-shadow: inset 150px 0px 150px -50px #171717,
    inset -150px 0px 150px -50px #171717;
}

.socialButtons {
    padding-top: 20px;
    text-align: center;
}

.socialButton {
    padding: 12px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0);

}

.socialButton a:hover, .socialButton img:hover {
    color: rgb(176, 176, 176);
    transition: all .7s ease;
}

.socialButton a {
    text-decoration: none;
    color: white;
    background: rgba(0, 0, 0, 0);
}

.sectionText {
    font-size: 14px;
    color: #eee;
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 10px;
    text-align: center;
    word-wrap: break-word;
}

.sectionImg {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 20px;
}

.sectionPostTitle {
    font-size: 22px;
    color: #757575;
}

.sectionDate {
    color: #5f5f5f;
}

.sectionPost {
    padding: 15px;
    border-left: 1px solid #292929;
    border-right: 1px solid #292929;
    border-bottom: 1px solid #292929;
    text-align: center;
}

#newsPosts {
    padding: 40px;
}

#main {
    margin-right: 15%;
    margin-left: 15%;
}

#footer {
    height: 150px;
    background: #000;
    width: 100%;
}

#tourDates {
    padding: 40px;
    padding-right: 10%;
    padding-left: 10%;
}

.tourListing {
    font-size: 16px;
    border-left: 1px solid #292929;
    border-right: 1px solid #292929;
    border-bottom: 1px solid #292929;
    padding: 30px;
    color: #f1f1f1;
}

.dropShadow {
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
}

.sandbox-container {
    padding: 50px;
}
