main .content.columns.three {
	-webkit-columns: 35rem 3;
	-moz-columns: 35rem 3;
	columns: 35rem 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

main .content.columns.three > div {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 35rem;
	flex: 1 0 35rem;
}

main .content.columns h5 {
	margin-top: 0;
}

/* hover svg loga sheanu v paticce */
footer .footer-copy .container .copy .author:hover #logo-shean path,
footer .footer-copy .container .copy .author:hover #logo-shean polygon {
	fill: #eb3b00;
}

footer .footer-copy .container .copy .author #logo-shean path,
footer .footer-copy .container .copy .author #logo-shean polygon {
	-webkit-transition: .2s;
	transition: .2s;
}

.projects .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.projects .inside img {
    margin: 2rem;
    flex: 0 0 12rem;
    max-height: 10rem;
}

.homepage main .references .images {
	justify-content: center;
}

@media (max-width: 1359px) {
	.homepage main .references .images {
		justify-content: center;
	}
}

.homepage main .references .images .item {
	flex: 0 0 17rem;
	filter: none;
}

.homepage main .references .images .item img {
	filter: none;
}

/* Skryti ReCaptcha badge */
.grecaptcha-badge {
	visibility: hidden;
}
