/*
Theme Name: Nill
Theme URI: https://example.com/nill
Author: Your Name
Author URI: https://example.com
Description: A personal portfolio and resume WordPress theme based on Nill HTML template
Version: 1.0.0
License: GPL v2 or later
Text Domain: nill
*/

/* Theme styles will be enqueued from assets/css/style.css */

.logo-area img {
	height: 40px;
	width: auto;
}

.text-md-start img {
	max-width: 100%;
	height: auto;
}

.single #pp-nav {
	display: none;
}

.portfolio-single-page .display-content {
	padding: 0 0 2rem;
}

.portfolio-single-item img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.title-small {
	text-transform: uppercase;
}

.overlay-menu .contact-info .list-group-item {
    color: #dbdbdb;
}