
#navigation {
	position: fixed;
	background: rgba(0, 0, 0, 0.1);
	z-index: 999;
	padding: 0 20px;
	top: -65px;
	transition: top 1s;
}

#container {
	position: relative;
	z-index: 3;
}

.main-menu-on {
	top: 0px !important;
	background: rgba(0, 0, 0, 0.35) !important;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}

blockquote {
	border-left: 5px solid #a4ceba !important;
}

.subtitle {
    text-align: left;
    border-bottom: 2px solid #a4ceba;
}

.subtitle span {
    padding: 0 15px 0 0;
}

.content.container {
    min-height: calc(100vh - 92px);
}

.content.container.secondary {
    padding-top: 120px;
}

.content.container.secondary > div {
    margin-top: 0 !important;
}

footer {
	padding-top: 30px !important;
	padding-bottom: 40px;
	background: #1f1915 !important;
}

*:focus {
    outline: none;
}

a, a:hover, a:active, a:focus {
   outline: 0;
}

ul.listing li {
	margin-bottom: 10px;
}

.blog-title {
	color: #000;
	margin-top: 0;
	font-weight: normal;
}

.m0 {
    margin: 0 !important;
}