@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600");

/* Reset */

.skip-link {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  background: #474747;
  color: #ffffff;
  z-index: 10000;
  text-decoration: none;
  font-weight: 600;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
}

a:focus {
  outline: 2px solid #706D54;
  outline-offset: 3px;
}

:focus-visible {
  outline: 2px solid #706D54;
  outline-offset: 3px;
}

html, body, div, span, h1, h2, h3, p, a, img, ul, li, section, header, footer, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

section, header, footer, nav {
	display: block;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}

/* Basic */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	color: #474747;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16pt;
	font-weight: 300;
	line-height: 1.65em;
}

a {
	color: #706D54;
	text-decoration: none;
	border-bottom: dotted 1px;
	transition: 0.2s ease-in-out;
}

a:hover {
	border-bottom-color: transparent;
}

p, ul {
	margin: 0 0 2em 0;
}

h2, h3 {
	font-weight: 600;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.2em;
}

/* IDs */

#logo, #client_one {
	text-align: center;
	padding-top: 2em;
}

#logo img {
	width: 30%;
}

#client_one img {
	width:60%	
}

#about,
#services,
#proj,
#contact {
	text-align: center;
	font-size: 1.35em;
	color: #474747;
}

#email {
	color: #666;
	font-size: 1em;
	font-variant: small-caps;
}

/* Container */

.container {
	margin: 0 auto;
	max-width: 100%;
	width: 1400px;
}

@media screen and (max-width: 1680px) {
	.container { width: 1200px; }
}

@media screen and (max-width: 1280px) {
	.container { width: 960px; }
}

@media screen and (max-width: 980px) {
	.container { width: 95%; }
}

@media screen and (max-width: 736px) {
	.container { width: 90%; }
	#logo img {width: 50%; }
	#client_one img {width:30% }
}

@media screen and (max-width: 480px) {
	.container { width: 100%; }
	#logo img {width: 50%; }
	#client_one img {width:30% }
}

/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -50px;
	margin-left: -50px;
}

.row > * {
	padding: 50px 0 0 50px;
}

.row > .col-4 {
	width: 33.33333%;
}

@media screen and (max-width: 840px) {
	.row > .col-12-narrower {
		width: 100%;
	}
}

/* Wrapper */

.wrapper {
	padding: 1.5em 0 1.5em 0;
}

.wrapper.style1 {
	background: #fff;
	padding: 0;
}

.wrapper.style2 {

}

.wrapper.style3 {
	background: #474747;
	color: #fff;
}

.wrapper.style4 {
	padding: 0 0 2em 0;
}

/* Box */

.box.highlight {
	text-align: center;
}

/* Header / Nav */

#header {
	text-align: center;
	padding-top: 1em;
	background: #fff;
}

#nav {
	background: #555;
}

#nav:after {
	content: '';
	display: block;
	height: 0.75em;
	background: #706D54;
}

#nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav > ul > li {
	display: inline-block;
	margin-left: 1em;
}

#nav > ul > li:first-child {
	margin-left: 0;
}

#nav > ul > li a {
	display: block;
	padding: 1.5em 0.5em 1.35em;
	color: #f2f2f2;
	border: none;
}

#nav > ul > li:hover a {
	color: #fff;
}

/* CTA */

#cta {
	text-align: center;
	padding: 1.5em 0;
}

/* Footer */

#footer {
	padding: 4em 0 6em 0;
	color: #555;
}

#footer .container {
	margin-bottom: 2em;
	text-align: center;
}

#footer a {
	color: inherit;
	border-bottom-color: rgba(71, 71, 71, 0.25);
}

#footer a:hover {
	color: #706D54;
	border-bottom-color: transparent;
}

.copyright {
	color: black;
	text-align: center;
	font-size: 0.9em;
}

ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu li {
	display: inline-block;
	padding-left: 1em;
	margin-left: 1em;
	border-left: solid 1px #f2f2f2;
}

ul.menu li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

/* Responsive text */

@media screen and (max-width: 980px) {
	body { font-size: 12pt; }
}

@media screen and (max-width: 736px) {
	body { font-size: 11pt; }

	h2 {
		font-size: 1.25em;
		line-height: 1.35em;
	}

	h3 {
		font-size: 1em;
	}

	.wrapper {
		padding: 2em 0 1em 0;
	}
}