@charset "UTF-8";
/* CSS Document */

.skills-logo {
	vertical-align: text-bottom;
	max-width: 48px;
	filter: grayscale(1);
}
.col-count-2 {
	column-count: 2;
}
h6 {
	color: #bd5d38;
}
.row-entry {
	border-bottom: 1px solid #e1e1e1;
}
.by-way {
	font-size: 0.6em;
    margin-left: 0.2em;
    color: #bd5e38;
}
.skill-pill {
    padding: 4px 8px;
    background: #bd5d38;
    color: white;
    font-size: .7em;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: .05em;
	margin-right: 8px;
	margin-bottom: 10px;
}
.skill-pill .fa-solid {
	margin-right: 8px;
}
.pills-frame {
	display: flex;
	flex-wrap: wrap;
}
