@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	background: #fff;
	color: #5f6062;
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 4% 4% 4% 4%;
}

/* LINKS */
a {
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .08em;
	color: #000;
}

	a:hover {	
		border-bottom: solid 3px #ccd7d0;
	}
	
	.bx-next:hover {
		border-bottom: none !important;
	}

a.bold {
	font-weight: bold !important;
}

img {
	max-width: 100%;
}

ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
	
	ul li {
		list-style-type: none;
	}

h1, h1 a {
	font-family: "mrs-eaves-xl-serif", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 65px;
	line-height: 65px;
	color: #000;
}

h1 a {
	border-bottom: solid 1px #ccd7d0;
}

p {
	font-size: 18px;
	line-height: 27px;
}

p a {
	font-size: 16px;
}

.small {
	font-size: 11px;
	line-height: 18px;
}

.uc {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.wrapper {
	margin: 0 auto;
	width: 1350px;
	max-width: 100%;
}

/* HEADER */
	.header a, .footer a {
		color: #5f6062;
		font-weight: normal;
	}
	
		.header a:hover, .header a.current {
			padding-bottom: 2px;
			border-bottom: solid 3px #5f6062;
		}
		
	
	.header ul li {
		display: inline-block;
		margin: 8px 1em 0 0;
	}
	
	.header ul li.logo {
		/* border-right: solid 1px #ccd7d0; */
		margin-top: 0;
		padding-right: 20px;
		width: 44px;
		height: 33px;
		position: fixed;
		z-index: 9999999;
		cursor: pointer;
		cursor: hand;
	}
	
		.header li.logo a:hover {
			border-bottom: none;
		}
	
	.scoot {
		display: inline-block;
		position: relative;
	}
	
		.menu {
			display: inline-block;
		}

		.get_mobile_menu {
			display: none !important;
		}
	
/* CONTENT */
.content, .scoot {	
	padding: 0 86px;
}

.anchor {
	position: relative;
	top: -4vh;
	display: block;
	width: 0;
	height: 0;
}

/* INTRO */
.intro {
	margin-bottom: 50px;
}

	.social a img {
		position: relative;
		top: 2px;
		width: 13px;
		height: 13px;
	}
		
	.social a:hover {
		border: none !important;
	}

/* PORTFOLIO */
.portfolio {
	max-width: 100%;
	max-height: 80%;
	margin: 20px auto 70px auto;
	text-align: center;
	}
	
	.portfolio_caption {
		display: block;	
		margin-top: 20px;
	}
		
		.portfolio_title {
			display: block;
			margin: 0;
			font-size: 12px;
			font-weight: bold;
			color: #000;
			text-transform: uppercase;
			letter-spacing: .08em;
		}
		
		.portfolio_category {
			display: block;
			text-transform: uppercase;
			letter-spacing: .08em;
		}
		
		.portfolio_description {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			line-height: 18px;
			color: #5f6062;
		}

		.portfolio_credits {
			font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif !important;
			font-size: 9px;
			line-height: 14px;
			color: #c0c0c0 !important;
			display: block;
    			text-transform: uppercase !important;
    			letter-spacing: .1em;
    			margin-top: 3px;
		}

	.portfolio.comics img {
		max-height: calc(90vh - 45px) !important;
		width: auto;
	}


.newline {
	display: block;
}
		
		
.responsive-container {
		width: 100%;
		max-height: 75vh !important;
		display: flex;
		align-items: center;
}
	/*
	.img-container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		
		text-align:center;
		font: 0/0 a;
	}
	*/
		
		.responsive-container img {
			width: auto;
			max-width: 90% !important;
			max-height: 90% !important;
			margin: 0 auto;
		}


.more {
	margin: 0 auto 100px auto;
	width: 100%;
	text-align: center;
}

	.more a {
		display: inline-block;
		border-top: solid 1px #eee;
		border-bottom: 0;
		padding: 15px 0;
		color: #c0c0c0;
		font-weight: 500;
		font-size: 11px;
		letter-spacing: .16em;
	}

	.more a:hover {
		color: #5f6062;
		border-top: solid 1px #ccd7d0;
	}



/* CONTACT */
.contact {
	margin-bottom: 50px;
}

input, textarea {
	width: 100%;
	max-width: 500px;
	display: block;
	margin-bottom: 20px;
	padding: 5px 0;
	background-color: transparent;
	border: 0;
	border-bottom: solid 1px #b1b8b6;
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	letter-spacing: .08em;
	text-transform: uppercase;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
	/* Remove mobile safari default */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
}

input:focus, textarea:focus {
	outline: none;
	width: calc(100% - 12px);
	max-width: 488px;
	padding: 3px 5px;
	border: solid 1px #f0f0f0;
	background: #f0f0f0;
}

textarea {
	resize: vertical;
	min-height: 100px;
}

input.submit {
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .08em;
	width: auto;
	color:Fff;
	background: #ccd7d0;
	border-bottom: 0;
	padding: 8px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}

.contact_error {
	text-align: left;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #5f6062; //#ccd7d0;
	letter-spacing: .1em;
	display: block;
	margin: 0 0 5px 0;
}

.contact_error.hide {
	display: none;	
}


		.contact_edit {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			line-height: 20px;
			color: #000;
			font-weight: normal;
			text-transform: none;
		}


/* FOOTER */
.footer {
	width: 100%;
	text-align: justify;
	margin: 20px auto;
	padding-top: 15px;
	border-top: solid 1px #ccd7d0;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.footer .floatme {
	display: inline-block;
}

	.footer .floatme li {
		display: inline-block;
		margin: 0 0 0 1em;
	}
	
	.footer .floatme li:first-child {
		margin: 0 0 0 0;
	}
	

.footer:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.scoot.get_fixed_menu {
    position: fixed;
	z-index: 999999;
}

.content.get_fixed_menu {
	padding-top: 27px;
}

.clear {
	clear: both;	
}

.menu-icon {
	display: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 30px;
	height: 20px;
	border-top: solid 1px #ccd7d0; /*#5f6062;*/
	border-bottom: solid 1px #ccd7d0;
	position: fixed;
	top: 15px;
	right: 15px;
}

.menu-icon:before {
	content: " ";
	display: inline-block;
	width: 30px;
	height: 10px;
	border-bottom: solid 1px #ccd7d0;
	position: fixed;
	top: 15px;
	right: 15px;
}



@media only screen and (max-width: 1024px) {
	h1, h1 a {
		font-size: 50px;
		line-height: 50px;
	}
	
}
	
@media only screen and (max-width: 768px) {
	h1, h1 a {
		font-size: 40px;
		line-height: 40px;
	}
	
}
