body:not(.logged-in) {
	background:url('/img/travel-3168277_1920.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.center-center {
	align-content: center;
	justify-content: center;
}

.bg-light {
	background-color: #f8f9fa!important;
}

.shower {
	opacity: .5;
	transition: opacity .5s linear;
}

.shower:hover {
	opacity: 1;
	transition: opacity .5s linear;
}

nav.text-success .nav-link,
.navbar-brand {
	color:#28a745;
	opacity: .6;
}

nav.text-success .active .nav-link,
.navbar-brand {
	opacity: 1;
}

.brand-head {
	background:url('/img/travel-3168277_1920.jpg');
	background-size: cover;
	background-position: center;
}

.comment-wrapper .panel-body {
    max-height:650px;
    overflow:auto;
}

.comment-wrapper .media-list .media img {
    width:64px;
    height:64px;
    border:2px solid #e5e7e8;
}

.comment-wrapper .media-list .media {
    border-bottom:1px dashed #efefef;
    margin-bottom:25px;
}

.img-circle {
	margin-right: 1rem;
	border-radius: 100%;
}

@media (min-width: 400px) {
	.w-400-25 {
		width: 50%!important;
	}
}

@media (min-width: 576px) {
	.w-400-25 {
		width: 33%!important;
	}
}

@media (min-width: 768px) {
	.w-400-25 {
		width: 25%!important;
	}
}