/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	overflow-x:  hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width:  100%;
	height:  auto;
}

body {
	font-size: 16px;
   color: #000000;
   background: #FFFFFF;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   line-height:  1.5;
   padding:  20px;
}

h1, h2, h3 {
    font-family: 'Vollkorn', serif;
    font-weight: 400;
}

h1 {
    font-size: 40px;
    margin: 0 0 20px 0;
}

h2 {
	font-size:  40px;
	margin:  0 0 20px 0;
}

h3 {
	font-size:  30px;
	margin-bottom:  15px;
}

p {
	margin-bottom:  15px;
}

header {
	background-color:  #FFFFFF;
	padding-top:  20px;
	top:  0px;
	left:  20px;
	right:  20px;
	position:  fixed;
	z-index:  1000;
}

.main-nav {
	background:  #000000;
	padding:  4px 20px;
	color:  #FFFFFF;
	height:  40px;
	z-index: 1000;
}

.main-nav img {
	width:  40px;
	height:  auto;
}

.main-nav .nav-btn {
	float:  right;
	color:  #FFFFFF;
	font-size:  30px;
	line-height:  40px;
	display:  block;
}

.main-nav nav {
	position:  absolute;
	right:  0px;
	top:  68px;
	border-top:  20px solid #FFFFFF;
	overflow:  hidden;
	z-index:  1000;
	opacity:  0;
	pointer-events:  none;
}

.main-nav.open nav {
	width:  100%;
	opacity:  1;
	pointer-events: auto;
}

.main-nav ul {
	background:  #2b2b2b;
	left:  0px;
	padding:  20px 0;
	transform: translateX(100%);
  	-webkit-transform: translateX(100%);
  	display:  block;
  	transition: transform 0.3s ease-in-out;

}

.main-nav.open ul {
	transform: translateX(0);
  	-webkit-transform: translateX(0);
}

.main-nav ul li {

}

.main-nav ul li a {
	font-size:  25px;
	line-height:  40px;
	text-align:  center;
	display:  block;
	text-decoration:  none;
	color:  #FFFFFF;
	padding:  10px 20px; 
	font-family: 'Vollkorn', serif;
   font-weight: 400;
}

section {
	min-height:  calc(60vh);
	padding:  0px 0 20px 0;
	display:  flex;
	column-gap: 20px;
}

#about-mabel {
	margin-top:  68px;
}

section .content {
	background:  #dededd;
	display:  flex;
	align-items:  center;
	flex: 1 1 40%;
}

section .content .inner {
	margin:  40px 80px;
}

section .image {
	
}

section .image img {
	width:  100%;
	height:  100%;
	display:  block;
	object-fit:  cover;
}

label {
  display: block;
  padding-bottom: 5px;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  margin:  0 0 5px 0;
  font-family: 'Open Sans', sans-serif;
}

textarea {
  height: 150px;
}

button {
  height: 34px;
  background: #000000;
  color: white;
  border: none;
  outline:  none;
  border-radius: 4px;
  cursor: pointer;
  padding:  0 20px;
}

button:hover {
}

.alert {
	border: 2px solid #90cf90;
  background: #dbefdb;
  padding: 20px;
  border-radius: 4px;
}

blockquote {
	font-style:  italic;
	margin-bottom:  15px;
}

.caption {
	font-weight:  400;
	display:  block;
}

.cycle-pager {
	text-align:  center;
	margin-top:  20px;
}

.cycle-pager span {
	border: 1px solid #000000;
	display:  inline-block;
	margin:  0 3px;
	width:  15px;
	height:  15px;
	border-radius:  50%;
	cursor:  pointer;
	color:  transparent;
}

.cycle-pager span.cycle-pager-active {
	background:  #000000;
}

#mabels-friends {
	background:  #2b2b2b;
	padding:  20px;
}

#mabels-friends .friends {
	text-align:  center;
}

#mabels-friends .friends a {
	width:  150px;
	display:  inline-block;
}

#mailing {
	background:  #dededd;
	padding:  20px 0;
	text-align:  center;
	margin:  20px 0;
}

#mailing .holder {
	display:  inline-block;
}

#mailing .holder form > * {
	display:  inline-block;
	width:  auto;
	margin:  0 5px;
}

#footer {
	background:  #2b2b2b;
	padding:  40px 20px;
	color:  #FFFFFF;
	text-align:  center;
}

#footer .holder {
	width:  100%;
	max-width: 1200px;
	margin:  0 auto;
}

#footer hr {
	border:  none;
	border-bottom:  1px solid rgba(255,255,255,0.6);
	margin:  40px 0;
}

#footer a {
	color:  #FFFFFF;
	text-decoration:  none;
}

.grid {
	display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
}

@media (min-width:  1800px) {
	section .content .inner {
    margin: 40px auto;
	    max-width: 600px;
	}
}

@media (max-width: 1200px ) and (min-width: 601px) {

	section .image {
		flex:  1;
	}

	section .content {
		flex: 1;
	}

	section .content .inner {
		margin:  40px 20px;
	}

}

@media (max-width: 600px) {

	header {
		position:  absolute;
	}

	section {
		display:  block;
		column-gap:  0;
	}

	section > *:nth-child(even) {
		margin-top:  20px;
	}

	section .content .inner {
		margin:  40px 20px;
	}

	.grid {
	  grid-template-columns: 1fr;
	}
	
}