@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&display=swap');

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

a {
	color: #930;
}

body {
	background-color: #fff;
}

.header {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 10px solid #EDDBC9;
	font-family: "EB Garamond", sans-serif;
	padding: 20px;
	width: 100%;
}

.header__logo {
    margin-bottom: 20px;	
}

.header__logo img {
    width: 594px;
}

.header__nav {
	font-weight: 600;
	line-height: 26px;
    font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.header__nav a {
	color: #663200;
    padding: 10px;
    font-size: 20px;
}

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

.page-home .photos {
	width: 85%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.page-home .main {
	width: 100%;
	padding: 0!important;
}

.page-home .hero-inner {
	max-width: 1200px;
	margin: auto;
	font-family: "EB Garamond", sans-serif;
	padding-top: 30px;
}

.hero-inner h1 {
	color: #fff;
	font-weight: 500;
	font-size: 36px;
}

.hero-inner h2 {
	color: #fff;
	opacity: 0.8;
	font-weight: 400;
	font-size: 23px;
	margin-bottom: 30px;
}

.page-home .home-bottom {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}

#content > div.home-bottom > div.box.jobs.promo__box > div > h3 {
	font-family: "EB Garamond", sans-serif;
	font-size: 32px;
}

.page-home .sidebar,
.page-contact .sidebar,
.page-services .sidebar,
.page-upload .sidebar {
	display: none;
}

.page-projects .sidebar__nav {
	display: none;
}

.page-home .hero {
	background-color: #663200;
	margin-bottom: 100px;
}

.home-bottom div {
	flex-basis: 100%;
	margin-bottom: 20px;
}

.home-bottom .about {
	margin: 0 auto;
	max-width: 50%;
}

.home-bottom h1 {
	font-family: "EB Garamond", sans-serif;
	font-weight: 500;
	color: #0c0c0c;
	font-size: 32px;
}

.home-bottom p {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 31px;
}

.hero-inner .photos img {
	margin-bottom: -30px;
}

.contact-content {
	display: flex;
	justify-content: space-between;
}

.contact-info {
	flex-direction: column;
	margin-right: 30px;
	font-size: 16px;
	line-height: 26px;
}

.page-contact h1,
.services-title {
	margin-bottom: 40px;
	font-family: "EB Garamond", sans-serif;
	font-weight: 500;
	font-size: 36px;
	margin-top: -70px;
	color: #fff;
}

.page-contact .header-wrapper::after,
.page-services .header-wrapper::after {
	display: block;
	height: 60px;
	content: "";
	background-color: #663200;
}

.description {
	display: flex;
	justify-content: space-between; 
}

.description img {
	align-self: center;
}

.text {
	flex-direction: column;
	width: 60%;
}

.page-services h2 {
	background-color: hsl(30deg 50% 95%);
    padding: 15px;
    text-align: center;
    margin: 30px 0;
    color: #663200;
    font-family: "EB Garamond", sans-serif;
    font-size: 26px;
}

.page-upload .header-wrapper::after {
	display: block;
	height: 60px;
	content: "";
	background-color: #663200;
}

.page-upload .main:before {
	content: "Send files to Oakville Blue for Prints & Mylars";
	color: #fff;
	display: block;
	position: absolute;
	top: -56px;
	font-family: "EB Garamond", sans-serif;
    font-weight: 500;
    font-size: 36px;
}

.page-upload #content > h1 {
	font-size: 0;
}

/* @media screen and (max-width: 1100px) {
	.header__nav {
		display: none;
	}
} */

@media screen and (max-width: 991px) {
	.page-home .hero .photos {
		margin: initial;
		width: 100%;
		overflow-x: hidden;
	}
	.page-home .hero .photos img {
		max-width: 20%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 780px) {
	.home-bottom {
		flex-direction: column;
	}
}

@media screen and (max-width: 650px) {
	.contact-content {
		flex-direction: column;
	}
}

@media screen and (max-width: 990px) {
	.page-upload #content > h1:after {
		font-size: 1.7rem;
		content: "Send files to Oakville Blue for Prints & Mylars";
	}
	.page-upload .main:before {
		display: none;
	}
}