/* Global styles */

html, body {
	font-size: 12px;
	height: 100%;
	width: 100%;
	color: #737373;
	background-color: #FFF;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.img-responsive-center {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
a.btn:link, a.btn:visited {
	font-family: 'Karla', sans-serif;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
}
a.btn-XL, a.btn-XL:visited {
	padding: 2.5rem;
	font-size: 1.5rem;
	background-color:#000;
	color: #FFF;
	font-weight: 700;
	border-bottom: 5px solid #FFF;
	border-radius: 0;
}
a.btn-XL:hover, a.btn-XL:focus {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-bottom: 5px solid #ff6c00;
}
.header {
	text-align: left;
	line-height: 3.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.header h1 {
	font-size: 5rem;
	font-weight: 700;
	color: #FFF;
}

@media screen and (max-width: 800px) {
	.header {
		background-color: lime;
	}
	.header a.btn-XL {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (min-width: 800px) {
	.header h1 {
		font-size: 10rem;
	}
}
.header h2 {
	font-size: 2.25rem;
	font-family: 'Karla', sans-serif;
	font-weight: 500;
	color: #FFF;
	margin: 3rem 0;
}
@media screen and (min-width: 800px) {
	.header h2 {
		font-size: 2.5rem;
	}
}
h1, h2, h3, h4 {
	font-family: 'Karla', sans-serif;
	font-weight: 500;
}
strong {
	color:#000;
}
p {
	font-size: 2rem;
	font-family: 'Vollkorn', serif;
	font-weight: 300;
	color: #737373;
}
a:link, a:visited {
	color: #ff6c00;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #ff6c00!important;
	text-decoration: none;
}
a.btn-goto:link, a.btn-goto:visited {
	background-color:#000;
	color: #ff6c00;
	border-bottom: 3px solid #415b51;
}
a.btn-goto:hover, a.btn-goto:focus {
	background-color: #415b51;
}
a.btn-download:link, a.btn-download:visited {
	background-color:#d2914d;
	color: #FFF;
	border-bottom: 3px solid #a76b2d;
}
a.btn-download:hover, a.btn-download:focus {
	background-color:#a76b2d;
}
a.backto:link, a.backto:visited {
	color: #737373;
	margin: 20px 0;
	text-decoration: underline;
	display: inline-block;
}
a.backto:hover {
	color: #737373;
	text-decoration: none;
}
.backto span {
	font-size: 2.5rem;
	color: #ff6c00;
	vertical-align: middle;
}
.backto span:hover {
	color: #ff6c00;
}
#menu-close {
	border-radius: 50% 50% 50% 50%;
	-webkit-box-shadow: 5px 5px 17px -7px rgba(0,0,0,0.58);
	box-shadow: 5px 5px 17px -7px rgba(0,0,0,0.58);
}
/* Side Menu */

#sidebar-wrapper {
	margin-right: -500px;
	right: 0;
	width: 500px;
	background: #FFF;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
	border-left: 5px solid #000;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 500px;
	list-style: none;
	padding: 0 0 0 3rem;
}
.sidebar-nav li {
	line-height: 40px;
}
.sidebar-nav li a {
	color: #000;
	display: block;
	font-size: 2rem;
	font-family: 'Karla', sans-serif;
	font-weight: 300;
	text-decoration: none;
}
.sidebar-nav li a:hover {
	color: #ff6c00;
	text-decoration: none;
}
.sidebar-nav li a span {
	padding-left: 0;
	margin-left: 0;
	vertical-align: middle;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: 55px;
	line-height: 55px;

}
.sidebar-nav > .sidebar-brand a {
	color: #999999;
	text-transform: uppercase;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
#menu-toggle {
	top: 0;
	right: 0;
	position: fixed;
	z-index: 1;
	border-radius: 50% 50% 50% 50%;
	background-color:#fff;
	border: none;
	-webkit-box-shadow: 5px 5px 17px -7px rgba(0,0,0,0.58);
	box-shadow: 5px 5px 17px -7px rgba(0,0,0,0.58);
	color:#ff6c00;
}
#menu-toggle:hover {
	animation: Heartbeat 2s ease 0s 1 normal forwards;
}
@keyframes Heartbeat {
	0% {
		animation-timing-function: ease-out;
		transform: scale(1);
		transform-origin: center center;
	}

	10% {
		animation-timing-function: ease-in;
		transform: scale(0.91);
	}

	17% {
		animation-timing-function: ease-out;
		transform: scale(0.98);
	}

	33% {
		animation-timing-function: ease-in;
		transform: scale(0.87);
	}

	45% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}
#menu-toggle .material-symbols-outlined, #menu-close .material-symbols-outlined {
	color: #ff6c00;
	font-size: 2.5rem;
}
#sidebar-wrapper.active {
	right: 500px;
	width: 500px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
@media screen and (max-width: 800px) {
	#sidebar-wrapper.active {
		right:400px;
	}
}
#sidebar-wrapper hr {
	border-color: #000;
	color: #000;
}
.toggle {
	margin: 15px 15px 0 0;
}
/* Full Page Image Header Area */

.header {
	display: table;
	width: 100%;
	background: url(../img/bg.jpg) no-repeat right fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 2rem;
}
/* Intro */

.intro {
	padding-top: 3rem;
	padding-bottom: 3rem;
	font-family: 'Karla', sans-serif;
	font-weight: 600;
}
.intro h2 {
	font-weight: 500;
	color: #000;
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 2.25rem;
}
.intro-photo1 {
	border: 5px solid #000;
}
.intro-photo2 {
	border: 5px solid #000;
	margin-top: -10rem;
	position: relative;
}


/* Callout */

.tattoos {
	color: #ffffff;
	display: table;
	height: 400px;
	width: 100%;
	background: url(../img/tattoo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 800px) {
	.tattoos {
		background-size: auto;
	}
}

.tattoos2 {
	color: #ffffff;
	display: table;
	height: 400px;
	width: 100%;
	background: url(../img/tattoo2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.case-bg {
	color: #ffffff;
	display: table;
	height: 400px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Portfolio */

.portfolio {
	padding: 25px 0;
}
.portfolio h2 {
	padding: 10px;
	color: #FFF;
	display: inline-block;
	background-color: #000;
	font-family: 'Karla', sans-serif;
	font-weight: 300;
}
.portfolio h3 {
	color: #000;
	font-family: 'Karla', sans-serif;
	font-weight: 300;
	font-size: 1.75rem;
}
.portfolio-item {
	margin-bottom: 25px;
	-webkit-filter: brightness(60%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.portfolio-item:hover {
	-webkit-filter: brightness(100%);
}
.portfolio-item a:hover, .portfolio-item a:focus {
	text-decoration: none;
}
h4.portfolio-item-header {
	padding: 10px;
	color: #FFF;
	display: inline-block;
	background-color: #000;
	font-family: 'Karla', sans-serif;
	font-weight: 300;
}
.portfolio-item p {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	color: #737373;
	position: absolute;
}
#img_wrap {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#img_wrap img {
	max-width: 100%;
	width: 100%;
	height: auto; /* vary this to your needs ie auto, 100%, etc */
	margin: 0 auto;
}
#img_wrap h4 {
	padding: 10px;
	color: #FFF;
	display: inline-block;
	background-color: #000;
	font-family: 'Karla', sans-serif;
	font-weight: 300;
}
#img_wrap #static, #img_wrap:hover #animated {
	display: inline;
}
#img_wrap #animated, #img_wrap:hover #static {
	display: none;
}
.img-portfolio {
	margin: 0 auto;
}
/* Call to Action */

.call-to-action {
	color: #ffffff;
	background: #000;
	padding: 50px 0;
}
.call-to-action .btn {
	margin: 10px;
}
.call-to-action a:link, .call-to-action a:visited {
	color:#ff6c00;
}

/* Case */
.header-case {
	color: #FFF;
	display: table;
	width: 100%;
	position: relative;
	background: url(../img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 3rem 0;
}
.header-case h1 {
	font-size: 3.25rem;
	font-family: 'Karla', sans-serif;
}
.case-intro {
	color: #FFF;
	padding: 3.5rem 0;
}
.case-intro h2 {
	display: block;
	font-weight: 500;
	color: #000;
	font-size: 2.25rem;
	margin-top: 0;
	font-family: 'Karla', sans-serif;
}
.case-intro .client-photos {
	max-width: 100%;
	height: auto;
}
.case-intro .intro-photo1 {
	border: 5px solid #000;
	margin-top: -17rem;
	position: relative;
}
.case-intro .intro-photo2 {
	border: 5px solid #000;
	margin-top: -50rem;
	margin-right: -15rem;
	position: relative;
}

/* Map */

.map {
	height: 500px;
}
/* Footer */
footer {
	padding: 3rem 0;
}
.top-scroll a {
	text-decoration: none;
	color: inherit;
}
.top-scroll a:hover {
	animation: MoveUp 1s ease 0s 1 normal forwards;
}
#contact .LinkedIn {
	fill: #000;
}
#contact h2 {
	font-family: 'Karla', sans-serif;
	font-size: 2.5rem;
}
.top-scroll span {
	font-size: 4rem;
}
.top-scroll:hover {
	color: #ff6c00;
}
footer small {
	margin-bottom: 3rem;
	display: inline-block;
}