/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

li.current-dropdown>.nav-dropdown {
    padding: 5px;
}

.alt-blue {
    background-color: #0f3d4f !important;
}

.post.format-standard * {
    text-align: justify;
}

.portfolio-gradient .bg.section-bg {
    background: #272d34;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), color-stop(20%, #272d34));
    background-image: -o-linear-gradient(top, white 20%, #272d34 20%);
    background-image: linear-gradient(to bottom, white 20%, #272d34 20%);
}

.row-collapse >.col.home-side-text {
    padding-left: 80px !important;
    padding-right: 40px !important
}

.widget-title{
	color: #272d34;
}

#menu-quick-links li a{
    font-size: .8rem;
    padding: 3px 0;
}

@media only screen and (max-width: 48em) {
	.row-collapse >.col.home-side-text {
		padding-left: 15px !important;
		padding-right: 15px !important
	} 
}