html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}
* {margin:0;padding:0;}
body{line-height:1em;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none; line-height: 1;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
a:hover{text-decoration:none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
ul {list-style:none;}
hr{display:block;height:1px;border:0;border-top:1px dashed #ddd;margin:1em 0 3em;padding:0;}
input,select{vertical-align:middle;}


/*new*/

html {
	position: relative;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
   	backface-visibility: hidden;
   	height: 100%;
   	scroll-behavior: smooth !important;
   	background: #ede8e8; /*gray*/
}

body {
	/*color: #f58caa; /*pink*/*/
	color: #1d1d1d;
	/*font-family: 'Inter', sans-serif;*/
	font-family: 'Thasadith', sans-serif;
	height: 100vh;
	width: 100vw;
}

section {
	margin: 0 auto;
	max-width: none;
	overflow: auto;
	padding: 150px 0;
	clear: both;
}

section:not(:first-child) {
	border-top: 30px solid #fff;
}

.wide {
	box-sizing: border-box;
	height: 100vh;
  	width: 100vw;
  	padding: 0 10vh;
  	background: #d38377;
  	background-image: url(img/logo-m.svg);
    background-size: 100%;
    background-position: 600px center;
    background-repeat: no-repeat 
}

.wide * {
	color: white;
}

.vh {
	box-sizing: border-box;
	padding: 20vh 0 0;
	max-width: 1300px;
	background: url(img/logo-m.svg);
	background-size: 1000%;
}

.wrap {
	margin: 0 auto;
	max-width: 900px;
	width: 80%;
	position: relative;
}

#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	z-index: 1;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 30px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 30px;
		}
		#top { top: 0; }
		#bottom { bottom: 0;
}

p, ul {
	font-size: 19px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

h1, h2, h3, h4 {
	font-family: 'Bebas Neue', cursive;
	color: #d38377;
	line-height: 1.1em;
	margin-bottom: 20px;
}

h1 {
	font-size: 100px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 30px;
	line-height: 1.1em;
	margin-bottom: 20px;
}

.hero {
	clear: both;
	font-size: 2em;
	line-height: 1.2em;
}

.hero h2 {
	font-size: 1em;
	line-height: .9em;
	font-weight: 400;
}

.hero-content {
	float: left;
	width: 500px;
}

.hero-visuals {
	width: 675px;
	float: right;
	margin-top: -120px;
	position: relative;
}

.portrait {
	width: 100%;
	transform: perspective(700px) rotateY(-5deg);
	transition: all 0.3s;
	border-radius: 0px;
	border: 15px solid white;
    box-shadow: 0 10px 50px rgba(0,0,0,0.3)
}

.portrait:hover {
	transform: perspective(700px) rotateY(0deg);
}

.peapod {
	width: 80px;
	position: absolute;
	bottom: -70px;
	left: -20px;
	transform: rotate(90deg);
	transition: all 0.3s;
}

.pepper {
	width: 250px;
	position: absolute;
	left: -300px;
	bottom: 0;
	transition: all 0.3s;
}

.pepper:hover {
	position: absolute;
	transform: rotate(6deg);
}

.peapod:hover {
	position: absolute;
	transform: rotate(84deg);
}

.full-image {
	padding: 0;
}

.full-image img {
	background-size: cover;
	display: block;
	width: 100%;
}

.accent-bg {
	background: #d38377;
}

.accent-text * {
	color: #FBF5E4;
}

.spacer {
	display: block;
	height: 75px;
}

.column-block {
	width: 33.33%;
	float: left;
	text-align: center;
}

.centered {
	text-align: center;
}

.column-block li {
	line-height: 1.3em;
}

@media all and (max-width: 1000px) {

.vh {
	box-sizing: border-box;
	padding: 15vh 0 0;
	max-width: 1300px;
}

.hero-visuals {
	width: 350px;
	margin-top: 90px;
}

.hero {font-size: 1.5em;}

}

@media all and (max-width: 500px) {

#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	z-index: 1;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 10px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 10px;
		}
		#top { top: 0; }
		#bottom { bottom: 0;
}

.wide {
	box-sizing: border-box;
	height: 150vh;
  	width: 100vw;
  	padding: 0 5vh;
  }

  .column-block {
	width: 100%;
}

h1 {
	font-size: 76px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

.hero-content {
	width: 100%;
}


}
