/* Style sheet for Don't Tell Momma's Tattoos */

*{
    Margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

body {
	background-image:url(images/BodyFlash.png);
    background-size: 350px 350px;
	background-attachment:fixed;
    background-position: center;
    background-size: 350px 350px;
    background-repeat: repeat;
    position: relative;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-color: #40bfe8;
    background-image: url('images/HeaderFlash.png');
    background-position: center;
    background-size: 350px 350px;
    background-repeat: repeat;
    position: relative;
}

.BigLogo {
    filter: drop-shadow(8px 8px 8px #353535);
}

.TinyLogo {
    filter: drop-shadow(4px 4px 4px #353535);
}

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

nav img{
    width: 150px;
}

.nav-links {
	flex: 1;
	text-align:right;
}

.nav-links ul li {
	list-style:none;
	display: inline-block;
	padding: 8px 12px;
	position: relative;
}

.nav-links ul li a {
	color: white;
	text-decoration:none;
	font-size: 13px;
}

.nav-links ul li::after {
	content:'';
	width:0%;
	height: 2px;
	background: #40bfe8;
	display: block;
	margin: auto;
	transition:0.5s;
}

.nav-links ul li:hover::after {
	width:100%;
}

.text-box {
	width: 90%;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
}

.text-box h1 {
	font-size: 62px;
}

.text-box p {
	margin: 10px 0 40px;
	font-size: 14px;
	color: white;
}

.text-box img {
	max-height: 70vh;
	max-width: 70vh;
	position: relative;
}

.hero-btn {
	display:inline-block;
	text-decoration: none;
	color: #40bfe8;
	border: 1px solid transparent;
	padding: 12px 34px;
	font-size: 13px;
	background: white;
	position: relative;
	cursor: pointer;
}

.hero-btn:hover {
	border:1px solid transparent;
	background: #40bfe8;
	transition: .5s;
	color: white;
    filter: drop-shadow(8px 8px 8px #353535);
}

nav .fa{
	display: none;
}

h1 {
	font-size:36px;
	font-weight:600;
	color: #353535;
    font-style:italic;
}
	
p {
	color: #777;
	font-size: 14px;
	font-weight:400;
	line-height:22px;
	padding: 10px;
}

.row {
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}

h3 {
	text-align: center;
	font-weight:600;
	margin: 10px 0;
	color: #656565;
}

/*------------------------------*/
/*---------- Artists -----------*/
/*------------------------------*/
.artists {
	width:80%;
	margin:auto;
	text-align: center;
	padding-top: 50px;
}

.artists-col{
	flex-basis:22%;
	border-radius:10px;
	margin-bottom:30px;
	position: relative;
	overflow: hidden;
}

.artists-col img{
	width:100%;
	display:block;
}

.layer {
	background: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition:0.5s;
}

.layer:hover{
	background: rgba(64,191,232,0.7);
    cursor: pointer;
}

.layer h3 {
	width: 100%;
	font-weight:500;
	color: white;
	font-size: 26px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	opacity:0;
	transition: 0.5s;
}

.layer:hover h3{
	bottom: 49%;
	opacity: 1;
}
 
/*------------------------------*/
/*------- Call To Action -------*/
/*------------------------------*/
.cta {
	margin: 100px auto;
	width: 80%;
	background-image: linear-gradient(rgba(25,25,25,0.7), rgba(25,25,25,0.7)), url(images/banner.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	text-align: center;
	padding: 100px 0;
}
	 
.cta h1 {
	color: white;
	margin: 40px;
	padding: 0;
}
	
.cta hero-btn {
	color: #252525;
}
	
/*------------------------------*/
/*------- Bulletin Board -------*/
/*------------------------------*/

.bulletin iframe{
    width: 100%;
    padding: 10px;
}

.bulletin {
	width:80%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 50px;
}
	
.bulletin-col {
	flex-basis: 48%;
	padding: 30px 2px;
}
	
.bulletin-col img {
	width:100%;
}

.bulletin-col h1{
	padding-top: 0;
}

.bulletin-col p {
	padding: 15px 0 10px;
	font-size:18px;
	font-weight:500;
	line-height:28px;
}

.sub-header {
	height: 18vh;
	width: 100%;
	background-image: url(images/BodyFlash.png);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: white;
    background-color: #40bfe8;
    background-image: url('images/HeaderFlash.png');
    background-position: center;
    background-size: 350px 350px;
    background-repeat: repeat;
    position: relative;
}
	 
.sub-header h1 {
	margin-top: -25px;
	color: white;
}

.shop{
    border:8px solid #40bfe8;
}

.closed {
    color: #F08080;
    letter-spacing: 5px;
    font-weight: 600;
    padding-left: 12px;
}

/*------------------------------*/
/*-------- After Care ----------*/
/*------------------------------*/
.bulletin-col li {
    color: #777;
	padding: 15px 0 10px;
	font-size:18px;
	font-weight:600;
	line-height:28px;
}

.aftercare {
	font-size:36px;
	font-weight:600;
	color: #40bfe8;
    font-style:italic;
}
/*------------------------------*/
/*--------- Contact Us ---------*/
/*------------------------------*/
.contact-us {
    width: 80%;
    margin: auto;
    padding-top: 50px;
}

.contact-col {
    flex-basis: 48%;
    margin-bottom: 30px;
    position: relative;
	overflow: hidden;
}

.contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa {
    font-size: 28px;
    color: #40bfe8;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p {
    padding: 0;
}

.contact-col div h5 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #252525;
    font-weight: 400;
}

.contact-col input, .contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #40bfe8;
    box-sizing: border-box;
}

.bulletin a {
	color: #40bfe8;
	text-decoration:none;
}

.bulletin a:hover::after {
	width:100%;
}
/*------------------------------*/
/*----------- Footer -----------*/
/*------------------------------*/
 .footer {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
	 
.footer p {
	margin-bottom: 18px;
}

 .footer h4{
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 600;
}

.footer i {
	color: #191919;
}

.footerlink {
	text-decoration: none;
	color: #777;
}

.copyright {
	color: #252525;
	font-weight:400;
	background-color: #40bfe8;
}

/*------------------------------*/
/*-------- Media Resize --------*/
/*------------------------------*/
@media(max-width:700px){
	.text-box h1 {
		font-size:20px;
	}

	.text-box img {
		max-height: 50vh;
		max-width: 50vh;
		position: relative;
		margin-bottom: 18px;
	}

	.nav-links ul li {
		display: block;
	}

	.nav-links {
		position:fixed;
		background: #252525;
		height: 100vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}

	nav .fa {
		display:block;
		color: white;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	}

	.nav-links ul{
		padding: 30px;
	}
 
	.row {
		flex-direction: column;
	}
	
	.testimonials-col img {
		margin-left: 0px;
		margin-right: 15px;
	}
	
	.cta h1 {
		font-size: 24px;
	}

    .sub-header h1 {
        font-size:24px;
    }
}