/*** RESET STYLES ***/
/* #F6EFE1 #B47342 */
/*******************
Site by Neal Mohr
11/15/20
*******************/


/*** RESET STYLES ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol{
	list-style:none;
}
html,body{
	background-color:#F6EFE1;
	height:100%;
	font-size:16px;
}
#grid-container{
	width:100%;
	height:100%;
	
}
html.wf-loading * {
     opacity: 0;
 }

/*** STRUCTURE ***/
body{
	opacity:0;
}
button{
	padding:20px;
	background:transparent;
	border:#B47342 2px solid;
	font-size:1.3em;
	border-radius:.25em;
	transition:all .5s ease;
}
button:hover{
	background:#B47342;
	color:#ffffff;
}

/*** FONTS ***/
h1,h2,h3,h4,h5,h6,button{
	font-family: 'IBM Plex Serif', serif;
	font-weight:700;
}
p, li, div{
	font-family: 'IBM Plex Mono', monospace;
	font-weight:300;
}

/*** HEADER ***/
header{
	max-width:100%;
	background-color:transparent;
}
header h1{
	font-size:4vw;
	text-align:center;
	color:#1a1a1a;
	padding:2vh 0;
}

/*** NAVIGATION ***/
nav{
	max-width:100%;
	border-left:4vw solid #F6EFE1;
	border-right:4vw solid #F6EFE1;
}	
nav ul{
	background-color:#B47342;
	display:flex;
	padding:20px;
	justify-content: space-evenly;
	max-width:100%;
}
nav li{
	font-size:2vw;
	height:100%;
	width:100%;
	font-weight:900;
}
nav a{
	text-decoration:none;
	color:#000000;
	height:100%;
	max-width:100%;
	padding:5px;
	border-bottom:2px solid transparent;
	transition:all .3s ease;

}
nav a:hover{
	border-bottom:2px solid #F6EFE1;
	color:#F6EFE1;
}

/*** FRONT PAGE HERO ***/
#hero{
	background: url(../img/shrooms_bg.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*** PHOTOGRID ***/
section#photogrid{
	max-width:75%;
	margin:0 auto;
	margin-top:10px;
}
.grid-item{
	text-align:center;
	margin-bottom:10px;
}

.grid-item img{
	text-align:center;
	margin:0 auto;
	max-width:100%;
}
.grid-item img:hover{

}
.grid-item .photogrid-card-caption{
	text-align:center;
}
/*** PHOTO CAROUSEL ***/
#photo-carousel{
	display:none;
	padding:20px 0;
}

.slick-track
{
    display: flex !important;
    height:50vh;
}

.slick-slide
{
    height: inherit !important;
    display: flex !important;
    justify-content: center;
    align-items: center; 
    overflow:hidden;
}
.slick-slide > div{
	height:100%;
}
.slick-slide img, .slick-slide a{
	width:100%;
	height:100%;
	object-fit:cover;
}
@supports(object-fit: cover){
    .container img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}

/*** ABOUT MOONVILLE PRINT SHOP ***/
section#about{
	max-width:1200px;
	margin:0 auto;
	padding:0 10vh;
	
}
#about h2{
	max-width:75%;
	text-align:center;
	font-size:40px;
	padding:20px 20px 20px 20px;
	margin:0 auto;
	border-bottom:#B47342 5px dotted;
}
#about #about-paragraphs{
	padding:20px;
	max-width:100%;
	display:grid;
	column-gap: 3em;
	justify-items: center;
	justify-content: space-around;  
	grid-template-columns: 1fr 1fr;
}
#about h3{
	font-size:30px;
	color:#B47342;

}
#about p{
	text-align: justify;
	margin:10px;
	font-weight:600;
	font-size:20px;
	line-height:1.5;
}
#about-photo{
	text-align:center;
}
#about img{
	max-width:50%;
	margin:30px auto 00px auto;
	text-align:center;
}
#about p a{
	color:#B47342;
}
#about p a:hover{
	color:#ffffff;
}

/*** CONTACT PAGE ***/
section#contact{
	max-width:75%;
	margin:0 auto;
	padding:30px 0 0 0;
	font-size:1.5em;
	text-align:center;
}
#contact p{
	text-align: center;
	margin:10px auto;
	max-width:800px;
	line-height:1.5;
	font-weight:600;
	font-size:20px;
	line-height:1.5;
}
#contact-buttons{
	margin:2em auto;
	display:flex;
	justify-content: space-evenly;
	max-width:100%;
	transition:all .5s ease;
	padding-top:50px;
}




@media screen and (min-width: 1200px){
	#hero{
		background:url(../img/shrooms_bg-wide.png);
		background-size:100%;
		background-repeat:no-repeat;
		background-position:bottom center;
	}
	section#contact{
		max-width:50%;
	}
	
}

@media screen and (max-width: 1080px){

	#photogrid{
		display:none;
	}
	#photo-carousel{
		display:block;
	}
	#about img{
		max-width:90%;
		margin:20px auto 0px auto;
	}

	#about #about-paragraphs{
		grid-template-columns:1fr;
		padding:10px 20px;
	}

}


@media screen and (max-width: 780px){
	header h1{
		font-size:3.8em;
	}
	nav ul{
		flex-wrap:wrap;
		flex-direction:column;
	}
	nav li{
		font-size:2em;
	}


	section#about{
		padding:0;
	}
	#about p{
		font-size:1.2em;

	}



	section#contact {
		max-width:100%;
		padding-top:10px;
	}
	#contact p{
		margin:10px 20px;
	}
	#contact-buttons{
		flex-direction:column;
		margin:1em auto;
		padding-top:0;
	}

	#contact-buttons button{
		width:60vw;
		margin:.3em auto;
	}
	

}

@media screen and (max-width: 480px){
	#about #about-paragraphs{
		width:100%;
		padding:0;
	}
	#about #about-paragraphs div{
		padding:5%;
		max-width:90%;
	}
	#about #about-paragraphs div:nth-child(even){
		background-color:#B47342;
		max-width:100%;
	}
	#about #about-paragraphs div:nth-child(even) h3{
		color:#F6EFE1;
	}
	#about-paragraphs p{
		text-align:left;
		font-size:16px;
	}

}