﻿/* GENERICS */
/*html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x:hidden}*/

@font-face {
  font-family: 'Grand Haven';
  src: url(fonts/GrandHaven.otf);
}

body { margin: 15px; }

body {
	color: #fff;
	font-family: "meursault-variable", serif;
	font-weight: 500;
	font-style: normal;
	background: #000 url(images/bg2.jpg) top center no-repeat fixed;
	background-size: cover;
}

body {
	width: auto;
}

a {
	text-decoration: underline;
	transition: 0.3s;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a.insta {
	width: 25px;
	height: 25px;
	background: url("images/ig-up.png") top center no-repeat;
	background-size: contain;
	transition: 0.3s;
	display: block;
	margin: 0 auto;
}

a:hover.insta {
	background: url("images/ig-down.png") top center no-repeat;
	background-size: contain;
	transition: 0.3s;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}


/* HEADER AND LAYOUT */
.w3-content {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.w3-content p {
	max-width: 900px;
	margin: 0 auto 1.2em;
	text-align: left;
}

.w3-content p img {
	margin: 20px;
}

.w3-top-padder {
	margin-top: 20px;
}

.w3-header-title {
	letter-spacing: 4px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
}

.w3-header-title h5 {
	font-size: 120px;
	margin: 65px 0 34px;
	line-height: .8em;
	font-family: 'Grand Haven', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -5px;
}

.w3-header-title h5 a {
	text-decoration: none;
	color: #deacd3;
	transition: 0.6s;
}

.w3-header-title h5 a:hover {
	color: #fff;
}

.w3-header-line {
	max-width: 400px;
	margin: 0 auto;
	border-bottom: 1px solid #deacd3;
	position: relative;
	bottom: 22px;
}

.w3-header-nav {
	width: max-1000px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 8px;
	color: #000;
	text-transform: uppercase;
}

a.navpiece {
	text-decoration: none;
	font-size: 17px;
	padding: 0 12px;
}


/* COLORED TEXT */
a:hover.navpiece, .w3-content h6, .close:hover {
	color: #deacd3;
}


/* HOMEPAGE */
.w3-image { margin-top: 1.4em; }



/* MULTIPLE PAGE CLASSES */
.w3-center p {
	text-align: center;
}

.w3-content h6 {
	margin: 50px 0 5px;
	font-size: 35px;
	line-height: .8em;
	font-family: 'Grand Haven', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
}

.w3-content.contentpadder {
	margin-top: 50px;
}


/* ABOUT MEG */
.w3-content p img.megimage {
	margin: 0 20px 20px 0;
	float: left;
	width: 400px;
}


/* HAIR GALLERY */
.w3-gallery {
	z-index: 999;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery a {
	display: block;
	margin: 10px;
}
      
.gallery img{
	height: 200px;
}
      
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}
      
.lightbox img {
	max-width: 90%;
	max-height: 90%;
}
      
.close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	background-color: transparent;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-family: 'Grand Haven', sans-serif;
	color: #fff;
}




/* FOOTER */
p.photocredit { font-size: 10px; text-align: center; }
span.subline { font-style: italic; font-size: 12px; }




/* RESPONSIVE CLASSES */

@media (max-width:480px){
	
	body {
		background: #000;
		background-size: auto;
	}
	
	.w3-content.contentpadder {
		margin-top: 20px;
	}

	.w3-content p {
		text-align: center;
	}
	
	.w3-header-title h5 {
		font-size: 53px;
		margin: 36px 0 40px;
	}
	
	.w3-content h6 {
		font-size: 26px;
		line-height: 1em;
	}
	
	.w3-header-line {
		max-width: 65%;
		bottom: 19px;
	}

	a.navpiece {
		padding: 0 8px;
	}
	
}