body {
  	padding-top: 5rem;
}
.starter-template {
	padding: 3rem 1.5rem;
	text-align: center;
}
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#sidebar-wrapper {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-right: 1.5rem;
	min-height: 100vh;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}
#sidebar-wrapper a {
	color: #212529;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#sidebar-wrapper a:hover {
	text-decoration: none;
}
#sidebar-wrapper ul ul ul a {
	border-bottom: 1px solid rgba(33, 37, 41, .2);
}
#sidebar-wrapper ul ul ul a:hover {
	border-bottom: 1px solid rgba(165, 42, 42, .5);
	color: brown;
}
#sidebar-wrapper > ul ul {
	padding-left: 1.8rem;
}
#sidebar-wrapper ul ul ul {
	display: none;
}
#sidebar-wrapper ul ul > li.active > ul {
	display: block;
}
#sidebar-wrapper > ul > li > ul > li {
	cursor: pointer;
}
#sidebar-wrapper ul ul ul li.active > a {
	border-bottom: none;
	font-weight: bold;
}
h1 {
	font-size: 2rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #a6a6a6;
	padding-bottom: 1rem;
}
h3 {
	margin-bottom: 3rem;
}
.photos {
	margin-top: 1.75rem;
}

.photo-item img {
	width: 100%;
	vertical-align: bottom;
	height: auto;
}
.section {
	margin-bottom: 2rem;
}
.section p {
	padding-left: 1rem;
	
}
.content_side {
	background: #f1f1f1;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.lit li {
	margin-bottom: 0.5rem;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ccc;
	font-size: 14px;
}
footer a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
#navbarsExampleDefault{
	justify-content: flex-end;
}
.lang-link {
	width: 30px;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}