p {
    line-height: 1.4;
}

.sidebar-container .short-about img.avatar-round {
	border-radius: 50%;
	width: 160px;
	height: 160px;
	object-fit: cover;
}

.sidebar-container .short-about a,
.sidebar-container .short-about a img.avatar-round,
.sidebar-container .short-about a img.avatar-round:hover,
.sidebar-container .short-about a img.avatar-round:focus {
	cursor: pointer;
}

.post-container h2 {
  margin-bottom: 25px;
}
.navbar-custom .nav li a {
	letter-spacing: normal;
}
.pswp__caption__center {
	text-align: left !important;
	max-width: 100% !important;
	font-size: 15px !important;
	text-transform: uppercase;
	font-weight: 600 !important;
}

.gallery {
	max-width: 100% !important;
}

#sidebar-random-images a,
#sidebar-random-images a img {
	cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1, .intro-header .page-heading h1 {
    font-size: 55px;
  }
}