.navbar-collapse {
    justify-content: flex-end !important;
}
.align-right {
    justify-content: flex-end !important;
}

.navbar-with-bg {
    background-image: ;
}
.banner-1 {
    margin-bottom: 3em;
    position: relative;
}

.slogan-1 {
    position: absolute;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    top: 20vh;
    text-align: center;
}

.slogan-1 h2 {
    color: #fff;
    font-size: 400% !important;
    margin-bottom: .777em;
}

.slogan-1 h3 {
    color: #fee;
    font-size: 200%;
}

@media (max-width: 767px) {
    #travel .slogan-1 {
        top: 15px;
        text-align: center !important;
    }
    
    #travel .slogan-1 h2 {
        font-size: 25px !important;
    }
    
    #travel .slogan-1 h3 {
        font-size: 17px;
    }
}

.style-set-1 .staff {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .style-set-1 .staff {
        height: 400px;
    }
}

.style-set-1 .staff:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.style-set-1 img {
    height: 200px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .style-set-1 img {
        width: 100%;
    }
    
    .style-set-1 p {
        text-align: center;
    }
}

.site-footer {
    background-image: url('../img/trees-sunset-1.jpg');
    opacity: ;
    padding-top: 0;
}
.footer-nav {
    background-color: #123;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-nav a {
    color: #fff;
}

.copyright {
    color: #90e100
}