@import url("https://use.typekit.net/gth6ewu.css");

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #000;
}

body {
	background-color: #fff;
}

.header {
	text-align: center;
	padding: 25px 25px 0;
	display: flex;
	flex-direction: column;
}

.header__logo {
	margin-bottom: 30px;
}

.header__logo img {
	max-height: 120px;
}

.header__nav {
	font-family: "Proxima Nova", sans-serif;
	font-size: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.header__nav a {
	color: #9C9C9C;
	font-size: 14px;
	padding: 15px 25px;
	letter-spacing: 1px;
}

.header__nav a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.header-wrapper {
	border-bottom: 1px solid #9C9C9C;
}

.main {
	width: 1100px;
	text-align: center;
}

.page-contact .main {
	width: 980px;
}

h1 {
	color: #444;
	margin-bottom: 20px;
	text-align: left;
	font-family: "Proxima Nova", sans-serif;
}

#menuContainer {
    display: none;
}

.sidebar:not(body.page-projects) {
	display: none;
}

#container > div.mobile-header.container.d-lg-none > div > a:nth-child(7),
#container > div.mobile-subheader.container.d-lg-none > a,
#feedback-container {
	display: none;
}

.about-content {
	display: flex;
	justify-content: space-between;
	column-count: 2;
    column-gap: 40px;
}

.about-content .text {
	text-align: left;
	font-size: 14px;
	font-family: "Proxima Nova", sans-serif;
	color: #444;
	line-height: 26px;
}

@media screen and (max-width: 855px) {
	.about-content {
		display: initial;
	}
	.about-content img {
		max-width: 100%;
	}
}