@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');

body {
	font-family: Georgia, serif;
	background: #FFF;
	font-size: 18px;
	line-height: 27px;
	color: #4A4A4A;
}

.nav-wrapper {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: auto;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.logo {
	float: left;
	width: 5%;
  margin: 1% 0 0 1%;
}
.logo img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #4A4A4A;
}
a:hover {
	color: #0085C7;
}
a.button {
	font-size: 20px;
	background: #0085C7;
	color: #FFF;
	padding: 20px 40px;
	font-family: 'Work Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

a.view-more {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

p {
	margin-bottom: 20px;
}

nav {
	padding: 30px 38px;
	text-align: right;
}

nav a {
	color: #666;
}

nav a:hover {
	color: #0085C7;
}

.main-content {
	padding-top: 160px;
}

header {
	padding: 10% 4%;
}

header p,
header a {
	color: #797979;
	font-size: 30px;
	line-height: 34px;
}

header a {
	text-decoration: underline;
}

header a:hover {
	color: #0085C7;
}
header ul {
	width: 23%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	color: #666;
}
header ul h2 {
	color: #797979;
	margin-bottom: 12px;
}
header ul li {
	list-style: none;
}
.grid__item img {
	width: 100%;
	height: auto;
}
#logos-wrapper {
	padding: 0 2%;
}
#logos-wrapper h3 {
	text-align: center;
}

#logos-wrapper ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#logos-wrapper ul li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	width: 15%;
	margin-right: 1%;
	margin-bottom: 15px;
}
#logos-wrapper ul li.last {
	margin: 0;
}
#logos-wrapper ul li img {
	width: 100%;
	height: auto;
}
#logos-wrapper div {
	clear: both;
	background: #eee;
	margin: 0 1.8%;
	text-align: center;
}
#logos-wrapper div a {
	display: block;
	padding: 20px;
	color: #666;
	font-family: 'Work Sans', sans-serif;
}

#logos-wrapper div a:hover {
	background: #0085C7;
	color: #FFF;
}

#handcrafted-wrapper {
	padding: 0 4%;
}
#handcrafted-wrapper h2 {
	padding: 2% 0;
}

#handcrafted {
	min-height: 290px;
	margin-bottom: 13%;
}

#handcrafted section {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	position: relative;
}
#handcrafted section.last {
	margin: 0;
}
#handcrafted img {
	width: 80%;
	padding: 5% 10%;
	height: auto;
	background: #eee;
}
#handcrafted h3 {
	color: #333;
	margin: 0;
}
#handcrafted section .content {
	background: #FFF;
	margin: 0 5% 0 5%;
  padding: 5%;
  position: absolute;
  width: 80%;
  bottom: -25px;
  left: 0;
  -webkit-box-shadow: 6px 2px 23px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: 6px 2px 23px -4px rgba(0,0,0,0.39);
	box-shadow: 6px 2px 23px -4px rgba(0,0,0,0.39);
}

.center {
	text-align: center;
}

.about-content {
	background: #333;
	background-image: linear-gradient(90deg, #00BBE5 0%, #0085C7 100%);
	padding: 40px 20%;
	color: #FFF;
}
#about-contact h2 {
	max-width: 1100px;
  margin: 40px auto;
}
.about-content a {
	color: #FFF;
	text-decoration: underline;
}
ul.social {
	margin: 0;
	padding: 0;
}
ul.social li {
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
ul.social li img {
	vertical-align: middle;
}
ul.social li a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans', sans-serif;
	color: #0085C7;
}

h1 {
	font-size: 66px;
	line-height: 80px;
}

h2 {
	font-size: 46px;
	line-height: 50px;
}

h3 {
	font-size: 26px;
}

footer {
	color: #666;
	text-align: center;
	padding: 60px;
	font-size: 16px;
	border-top: 1px solid #CCC;
}

.main-content {
	width: 700px;
	margin: 0 auto;
	margin-top: 5%;
	text-align: center;
}
.main-content img {
	width: 100%;
	height: auto;
}
.main-content .description {
	padding: 5%;
	margin-top: 3%;
	margin-bottom: 3%;
  -webkit-box-shadow: 6px 2px 23px -4px rgba(0,0,0,0.39);
	-moz-box-shadow: 6px 2px 23px -4px rgba(0,0,0,0.39);
	box-shadow: 6px 2px 23px -4px rgba(0,0,0,0.39);
}
a.mobile-menu {
	display: none;
}


.action {
	color: #CCC;
}
.action:hover {
	color: #FFF;
}
.description--preview p {
	max-width: 90%;
}
.description--preview p a {
	color: #0085C7;
}
.description--preview p a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.logo {
		width: auto;
	}
	header p br {
		display: none;
	}
	header ul {
		width: 49%;
	}
	#about {
		width: 100%;
	}
	#about h2 {
		top: 10px;
	}
	.about-content {
		padding: 200px 20px 40px;
	}
	.main-content {
		width: 100%;
	}
	#logos-wrapper ul li {
		width: 23%;
		margin-bottom: 4px;
	}
	#logos-wrapper ul li.last {
		margin-right: 1%;
	}
	#handcrafted section {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 46.5%;
		margin-bottom: 50px;
	}
	.about-content {
		padding: 40px 2%;
	}
}

@media only screen and (max-width: 480px) {
	#about ul li {
		width: 47%;
	}
	#logos-wrapper ul li {
		width: 31%;
		margin-bottom: 0;
	}
	#about {
		margin-top: 130px;
	}
	.about-content {
		padding: 50px 20px;
		margin: 0;
	}
	#about h2 {
		top: -143px;
		width: 270px;
	}
	.description--preview p, 
	.details {
		display: inherit;
	}
}

