
@import url('https://fonts.googleapis.com/css?family=Palanquin:300,400,700');

@font-face {
    font-family: 'grifo_lbold';
    src: url('grifo_l_bold-webfont.woff2') format('woff2'),
         url('grifo_l_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Palanquin', sans-serif;
	letter-spacing: .1rem;
	margin: 0 !important;
}
h1
	{
	font-family: 'grifo_lbold';
	font-size: 4.5rem !important;
	letter-spacing: .1rem !important;
	line-height: 4.3rem !important;
	font-weight: normal !important;
	}
h2{
	font-family: 'grifo_lbold', serif;
	font-size: 2rem !important;
	letter-spacing: .1rem !important;
	line-height: 2rem !important;
	font-weight: normal !important;
	text-align: center;
}
h3 {
	font-family: 'Palanquin', sans-serif;
	font-weight: 700;
	color: #0aa983 !important;
	letter-spacing: .02rem !important;
	font-size: 1.3rem !important;
	text-transform: uppercase;
	text-align: center;

}
p {
	font-family: 'Palanquin', sans-serif;
	font-size: .96rem;
	letter-spacing: .03rem;
	font-weight: lighter;
}
h4 {
	font-size: 1rem !important;
	text-transform: uppercase;
	letter-spacing: .06rem !important;
	margin-top: -1% !important;
	text-align: center;
	font-weight: normal;
}
h5{
	font-size: .9rem !important;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .07rem !important;
}
h6 {
	font-family: 'Palanquin' sans-serif;
	font-weight: 300;
	font-size: .8rem !important;
	text-transform: uppercase;
	letter-spacing: .09rem !important;
	float: left;
}
.blurb {
	width: 65% !important;
	margin: 0 auto !important;
	padding-top: 10%;
	padding-bottom: 1%;
	float: none !important;
	height: 100%;
}
.title {
	width: 65% !important;
	margin: 0 auto !important;
	float: none !important;
	max-width: 75rem;
}
.title img{
	width: 100%;
	height: auto;
}
.title p{
	padding: 0 7rem 0 6rem;
}
.nav {
	width: 65% !important;
	padding-top: 2%;
	margin: 0 auto !important;
	float: none !important;
}
.blurb a {
	font-family: 'grifo_lbold', serif;
	color: #927c8d !important;
	text-decoration: none;
	;
}
.top-nav a {
	color: #0aa983;
}
#footer a{
	color: #0aa983;
}
a {
	color: #0aa983;
}
a:hover {
	color: #927c8d !important;
	 -webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
	text-decoration: underline;
}
a:active {
	color: #;
}
.thumbnail {
	padding-left: 8%;
}
.thumbnail img {
	width: 400px;
	float: left;
	display: inline-block;
	margin-top: 2%;
	margin-left: 10%;
	margin-bottom: 3%;
	box-shadow: 6px 6px 5px #CCC;
}
.work {
	margin: 0 auto;  
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 107rem;
}
.next {
	float: right;
	display: inline-block;
}
li {
	padding-left: 13.5%;
	padding-right: 15%;
	text-indent: -2.3rem;
	letter-spacing: .02rem;
	font-size: .9rem;
	font-weight: lighter;
}
#footer{
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	padding-left: 17%;
	display: flex;
}
#footer a {
	font-size: .8rem;
	font-weight: 300;
	float: left;
	line-height: 5.4;
	margin-left: 2%;
}
.button-primary a {
	color: #fff;
}
.button a{
	color: #fff;
}
.button-primary {
	background-color: #0aa983 !important;
	border-bottom: 4px #08795E solid !important;
	padding-bottom: 2.3rem !important;
}
.button-primary:hover {
	background-color: #6CCBB4 !important;
	color: #fff !important;
	border-color: #6CCBB4 !important;
	 -webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}
.action {
	text-align: center;
}