@font-face {
	font-family: 'Gloucester MT';
	src: url('../GLECB.TTF')  format('truetype');
}
html{
	scroll-behavior: smooth;
}
body { 
	background: #303030;
	font-family: 'Gloucester MT', Georgia, serif;
}
/*************************/
body {
	background: #303030;
	font-family: 'Gloucester MT', Georgia, serif;
}


/*************************/

body.home .bg, body.bio .bg, body.contact .bg{
	z-index: -1;
    padding: 70px 0 53px;
    text-align: center;
    width: 100%;
    max-height: 100%;
    position: fixed;
    height: 100%;
}
body.home .bg img, body.bio .bg img, body.contact .bg img{
	border-bottom: 5px solid #6B6B6B;
	text-align: center;
    margin: 0 auto;
    max-height: 100%;
    width: 1080px;
}
body.illustrations{
	background: #333; 
	font-family: 'Gloucester MT', Georgia, serif;
}

h1{
	font-size: 2rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
@media (max-width: 768px){
	h1{
		font-size: 2rem;
	}
}
p{
	font-family: 'Amaranth', sans-serif;
	font-size: 1rem;
	margin: 0 0 1.7rem 0;
}

.float-left{
	float: left;
}
.float-right{
	float: right;
}

/*************************************************
layout
**************************************************/
.container{
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	padding: 4em 0 0;
	margin: 0 auto;
	width: 1080px;
}
body.contact .container{
	padding: 4em 0 0;
}
.item{
	grid-column: 8;
    grid-column-end: 12;
    text-align: justify;
}
.item-one{
	grid-column: 5;
    grid-column-end: 7;
    text-align: justify;
}
@media (max-width: 768px){
	.container{
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		padding: 12em 0 10em;
	}
	.item{
		grid-column: 2;
	    grid-column-end: 12;
	}
}
body.works .container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0;
}
body.works .item{
	grid-column: auto;
    grid-column-end: auto;
}
@media (max-width: 1228px){
	body.works .item{
		grid-column: auto;
	    grid-column-end: auto;
	}
}
body.illustrations .container{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	padding: 10em 0 0;
}
body.illustrations .item{
	grid-column: auto;
    grid-column-end: auto;
}


.btn{
	background: #c7312b;
	background: -moz-linear-gradient(top, #c7312b 0%, #93262a 100%); 
	background: -webkit-linear-gradient(top, #c7312b 0%,#93262a 100%);
	background: linear-gradient(to bottom, #c7312b 0%,#93262a 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7312b', endColorstr='#93262a',GradientType=0 ); 
	border-radius: 50px;
	box-shadow: 0 1px 5px #222;
	display: inline-block;
}
.btn:hover{
	background: #93262a;
	background: -moz-linear-gradient(top, #93262a 0%, #c7312b 100%); 
	background: -webkit-linear-gradient(top, #93262a 0%,#c7312b 100%);
	background: linear-gradient(to bottom, #93262a 0%,#c7312b 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93262a', endColorstr='#c7312b',GradientType=0 ); 
	box-shadow: none;
}
.btn a, .btn input{
	background: none;
	border: 2px solid #E9BD85;
	border-radius: 50px;
	color: #E9BD85;
	display: inline-block;
	font-family: 'Gloucester MT', Georgia, serif;
	font-size: 1.6em;
	height: 42px;
	line-height: 41px;
	margin: 0.12em;
	padding: 0em 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.btn a::before, .btn input::before{
	content: url("../images/before-sm.png");
	float: left;
	height: 21px;
	width: 23px;
}
.btn a::after, .btn input::after{
	content: url("../images/after-sm.png");
	float: right;
	height: 21px;
	width: 23px;
}
@media(max-width: 768px){
	.btn a::before, .btn input::before, .btn a::after, .btn input::after{
		content: none;
	}
}
body.works .item .btn{
	position: relative;
    top: 460px;
    margin: 0 auto;
    width: 330px;
    text-align: center;
    display: block;
    z-index: 999;
}
body.works .item .btn:hover{
	background: #c7312b;
	background: -moz-linear-gradient(top, #c7312b 0%, #93262a 100%); 
	background: -webkit-linear-gradient(top, #c7312b 0%,#93262a 100%);
	background: linear-gradient(to bottom, #c7312b 0%,#93262a 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7312b', endColorstr='#93262a',GradientType=0 ); 
	border-radius: 50px;
	box-shadow: 0 1px 5px #222;
}
body.works .item .btn a{
	min-width: 98%;
}
body.works div.gallery{
	border-bottom: 5px solid #6B6B6B;
	top: 0;
    position: relative;
}
body.works div.gallery a{
	/*max-height: 723px;*/
}
body.works div.gallery img{
	border-left: solid 3px black;
	height: 605px;
	opacity: 1;
	  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.works .item:last-child img{
	border-right: solid 3px black;
}
body.works div.gallery img:hover{
	opacity: .7;
}
/*************************************************
illustrations
*************************************************/
.list-wrapper{
	text-align: center;
	margin-top: 70px;
}
@media (max-width: 980px){
	.list-wrapper{
		margin-top: 155px;
	}
}
div.gallery a{
	cursor: pointer;
	display: block;
	/*height: 84vh;*/
}

div.gallery img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  float: left;
  width: 25%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*************************************************/
.top-strip-wrapper{
	position: relative;
	margin: 0 auto;
	width: 1080px;
}
.top-strip{
	background: #474747;
	border-bottom: 5px solid #6B6B6B;
	height: 70px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999999;
}
div.pp_pic_holder{
	top: 70px !important;
}
.top-strip nav ul{
	list-style: none;
	text-align: center;
}
.top-strip nav ul li{
	display: inline-block;
}
.top-strip nav a{
	color: #E9BD85;
	display: block;
	font-size: 32px;
	line-height: 70px;
	margin: 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 5px #222;
}
.top-strip nav li:nth-of-type(3){
	margin-left: 370px;
}
@media (max-width: 768px){
	.top-strip nav ul{
		background: #474747;
		border-bottom: 5px solid #6B6B6B;
		padding-bottom: 10px;
    	padding-top: 100px;
	}
	.top-strip nav ul li{
		width: 24%;
	}
	.top-strip nav li:nth-of-type(3){
		margin-left: 0;
	}
	.top-strip nav ul li a{
		font-size: 18px;
		line-height: 20px;
		margin: 0;
		padding: 0;
	}
	.top-strip a::before, .top-strip a::after{
		content: none !important;
	}
}
@media (min-width: 769px) and (max-width: 1060px){
	.top-strip nav ul{
		background: #474747;
		border-bottom: 5px solid #6B6B6B;
		padding-bottom: 10px;
    	padding-top: 100px;
	}
	.top-strip nav ul li{
		width: 24%;
	}
	.top-strip nav li:nth-of-type(3){
		margin-left: 0;
	}
	.top-strip nav ul li a{
		font-size: 26px;
		line-height: 26px;
	}
	.top-strip a::before, .top-strip a::after{
		content: none !important;
	}
}
.top-strip a:hover,
.top-strip a.nav_active{
	color: #BD2A2B;
}
.top-strip a::before{
	content: url("../images/before.png");
	float: left;
	height: 70px;
	width: 32px;
}
.top-strip a:hover::before,
.top-strip a.nav_active::before{
	content: url("../images/before-red.png");
	height: 70px;
	width: 32px;
}
.top-strip a::after{
	content: url("../images/after.png");
	float: right;
	height: 70px;
	width: 32px;
}
.top-strip a:hover::after,
.top-strip a.nav_active::after{
	content: url("../images/after-red.png");
	height: 70px;
	width: 32px;
}

.logo{
	background: url("../images/logo.png") no-repeat center;
	background-size: contain;
	display: block !important;
	height: 127px !important;
	left: 50%;
	margin: 0 auto 0 -175px !important;
	max-width: 353px;
	position: absolute;
	text-indent: -99999px;
	top: -8px;
	width: 90% !important;
}
@media (max-width: 768px){
	.logo{
		height: 70px !important;
		top: -5px;
	}
}
@media (max-width: 980px){
	.logo{
		height: 90px !important;
		margin: 0 auto !important;
		right: 0 !important;
		left: 0 !important;
		top: -5px;
	}
}
.logo:before, .logo::after{
	content: none;
}
.bg-holder{
	min-width: 100%;
    top: 70px;
    height: 83vh;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.bg-holder img{
	height: 100%;
}
@media (max-width: 768px){
	.bg-holder img{
		height: auto;
		width: 100%;
	}
}

/*************************************************/

form{
	width: 90%;
}
form ul{
	list-style: none;
}
form li{
	margin: 5px 0 10px;
	width: 100%;
}
form label{
	font-size: 1.1em;
	text-transform: uppercase;
}
form input, form textarea{
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #333;
	padding: 10px;
	width: 100%;
}
form input.button{
	cursor: pointer;
	width: 160px;
}

.social-icons a{
	color: #474747;
	display: inline-block;
	height: 28px;
	font-size: 2em;
	text-align: center;
	width: 28px;
}
.social-icons a:hover{
	color: #c7312b;
}
.social-icons{
	padding: 0 10px;
}
