body, html {
	font-family: 'Libre Caslon Text', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
    
scroll-behavior:smooth;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 42px;
	color: #666;
}
h3, h4 {
	font-size: 20px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 17px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #e27b5b;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #31302e;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
/*
* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}

*/
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #31302e;
	z-index: 99999;
}
#status {
	position: absolute;
	left: 10vw;
	top: 0vh;
	margin: -32px 0 0 -32px;
	padding: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
	
}


@media (max-width: 603px) {
    #status {
	position: absolute;
	left: 15vw;
	top: 55vh;
	margin: -32px 0 0 -32px;
	padding: 0;
	
}
}

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #e27b5b;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Bree Serif', serif;
	font-size: 36px;
	color: #e27b5b;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #e27b5b;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 6px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	border-bottom: 2px solid #363636;
}
.on {
	background-color: #222 !important;
	padding: 0 !important;
	padding: 20px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	border-bottom: 2px solid #363636 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
    padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #e27b5b;
	border-color: #e27b5b;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 100px 0;
	background: rgba(0, 0, 0, 0.65);
}
.section-title p {
	font-size: 18px;
	color: #666;
}
.bar1, .bar2, .bar3 {
  width: 15px;
  height: 2px;
  background-color: #EEE;
     margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.btn-custom {
	text-transform: uppercase;
	color: rgba(255,255,255,.8);
	background-color: #a18530;
	border-top: 4px solid #e27b5b;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 300;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background: #a18530;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

.desktop-margins{
    margin-left: 10% !important;
    margin-right: 10%!important;
}

@media (max-width: 768px) {
    .desktop-margins{
          margin-left: 0%!important;
        margin-right: 0%!important;
    }
}
.header-brand{
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 20px;
    color: #e27b5b;
    display: inline;
    

    
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/header.webp) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.intro .overlay {
	background: rgba(0,0,0,0.65);
}
.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	font-family: 'Bree Serif', serif;
	color: #fff;
	font-size: 100px;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro p {
	color: #fff;
	font-size: 38px;
	margin-top: 10px;
	font-weight: 300;
	margin-bottom: 20px;
}
.intro p.small {
	color: rgba(255,255,255,0.85);
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 40px;
}
.navbar-brand{
    
    padding: 0px 0px;
}
header .intro-text {
	text-align: center;
}
.center-logo{
    
    display: block;
    height: 60vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15vh;
}
@media (max-width: 768px) {
    
    .center-logo{
        height: auto;
        width: 80vw;
        margin-top: 25vh;
    }
}
.down-arrow{
    
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 10px;
    display: block;
    margin: 0 auto;
    margin-left: auto;
    text-indent: -99999px;
    position: absolute;

    top: 90vh;
    left: 50%;
    margin-left: -14px;
    width: 27px;
    height: 27px;
    background: url(../img/down-arrow.png) no-repeat center right transparent;
    background-size: auto;
    background-size: 27px 27px;
    opacity: 0.8;
}


@media (max-width: 768px) {
    .down-arrow{
        top: 65vh;
        
    }
    
}


/* About Section */
#about {
	padding: 20vh 0;
	background: #fff;
    text-align: center;
}
#about h1 {
    font-size: 54px;
    font-weight: 600;
    color: #111;
    margin: 2em 0;
}

#about p {
    font-size: 16px;
    line-height: 34px;
    color: #222;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#about .more-text {
    font-size: 12px;
    line-height: 23px;
    margin-top: 2%;
}

#about .tattoo-png{
    
    display: block;
    height: auto;
    width: 90%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;

}

@media (max-width: 768px) {
    #about h1 {
        font-size: 40px;
        margin: 1em 0;
    }

    #about p {
        
        width: 90%;
        
    }   
    
}




/* Artists Section */

#artists h2{
    
    color: #fff;
    font-size: 50px;
    margin-bottom: 50px;
    font-style: italic;
    
}

#artists {
    
    
}

#artists .art1{
    background: url(../img/craig.webp) no-repeat center right transparent;
    background-size: cover;
    
}

#artists .art2{
    background: url(../img/brian.webp) no-repeat center right transparent;
    background-size: cover;
    
}

#artists .art3{
    background: url(../img/alda.webp) no-repeat center right transparent;
    background-size: cover;
    
}

#artists .overlay {
	background: rgba(0,0,0,0.65);
    background: linear-gradient(275deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 100%);   
}

#artists .overlay2 {
	background: rgba(0,0,0,0.85);
    background: linear-gradient(275deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%); 
}

#artists .overlay3 {
	background: rgba(0,0,0,0.85);
    background: linear-gradient(275deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 100%); 
}

@media (max-width: 768px) {
    
    #artists .overlay {
        background: rgba(0,0,0,0.1);
        background: linear-gradient(275deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%);    
    }

    #artists .overlay2 {
        background: rgba(0,0,0,0.65);
        background: linear-gradient(275deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%); 
    }
    #artists .overlay3 {
        background: rgba(0,0,0,0.65);
        background: linear-gradient(275deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 100%); 
    }
}

#artists h3{
    color: #fff;
    font-size: 48px;
    font-style: italic;
}

#artists .row{
    margin: 10%;
}


#artists .right-arrow-block{
    
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 12px;
    display: block;
    position: relative;
    opacity: 0.8;
    left: 95%;
    width: 30%;
}

#artists .right-arrow{
    
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 12px;
    display: block;
    position: relative;
    width: 27px;
    height: 27px;
    background: url(../img/right-arrow.png) no-repeat center right transparent;
    background-size: auto;
    background-size: 27px 27px;
    opacity: 0.8;
    left: 200px;
top: -23px;
}
@media (max-width: 1200px) {
    #artists .right-arrow-block{
        
    left: 75%;
    width: 40%;
    }
    #artists .right-arrow{
        
        width: 27px; 
    }
}

@media (max-width: 768px) {
    #artists .right-arrow-block{
        
    left: 0%;
    width: 100%;
    }
    #artists .right-arrow{
        
       left: 0%;
       top: 0px;
       visibility: hidden;
    width: 100%; 
    }
}

#artists a{
    color: #ccc;
}
#artists a:hover{
    color: #e27b5b;
}
/*===================*/
/* PULSE GROW
/*===================*/

@-webkit-keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse-grow-on-hover {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.pulse-grow-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow-on-hover:hover, .pulse-grow-on-hover:focus, .pulse-grow-on-hover:active {
  -webkit-animation-name: pulse-grow-on-hover;
  animation-name: pulse-grow-on-hover;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}




/* Map Section */
.map-section-image {
	background: #444 url(../img/brianstattoo.jpg) center no-repeat;
	background-size: cover;
	height: 500px;
}
.map-section-image2 {
	background: #444 url(../img/shop4.jpg) center no-repeat;
	background-size: cover;
	height: 500px;
}

@media (max-width: 768px) {
    .map-section-image2 {
	background: #444 url(../img/shop4_small.jpg) center no-repeat;
	background-size: cover;
	height: 400px;
}
}
#map-container {
	height: 500px;
	padding: 0;
}


/* Contact Section */

#contact-section {
	padding: 100px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeefef+100 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 239, 239, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(238, 239, 239, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(238, 239, 239, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); //* IE6-9 */
}

#contact-section h2 {
	text-align: center;
    line-height: 30px;
}

#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	padding-top: 20px;
	text-transform: uppercase;
	text-align: center;
}

#contact-section p {
	font-size: 14px;
	text-align: right;
	padding-right: 30%
}

#contact-section .subtext {
	font-size: 14px;
	text-align: center;
	padding-right: 0%;
    margin-top:10px;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#contact-section form {
	padding: 30px 0;
}

#contact-section i.fa {
	color: #c9cbce;
	text-align: center;
	padding-right: 30%;
}

@media (max-width: 768px) {
    #contact-section p {
        text-align: center;
        padding-right: 0%
    }
    
    #contact-section .subtext {
	
    width: 100%;
}
    
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

#contact-section .btn {
	background: #fbfbfb;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #aaa;
	font-size: 15px;
}

#contact-section .btn:hover,
#contact-section .btn:focus {
	background: #EBE3CD;
	border: 1px solid #4D4938;
	color: #111;
}

#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: 0px;
}


/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 0 0 0 0;
}
#footer h3 {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
}


@media (max-width: 603px) {
  #footer .contact-item{
    padding-bottom: 50px;
  }      
}


#footer .copyrights {
	padding: 20px 0;
	margin-top: 0px;
	background: #262626;
}
#footer .social {
	margin: 20px 0 20px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #e27b5b;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #fff;
}
#footer p {
	font-size: 15px;
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}

@media (max-width: 768px) {
#about .vcenter {
	float: left;
}
#about .about-text-right {
	margin-top: 30px;
	margin-left: 20px;
}
}
