body{
	background-color:#b9cbb3;
	font-family: sans-serif;
	overflow-x: hidden;
}
a:hover,button:hover{
	cursor: pointer;
}
.checkback{
	text-align: center;
	background-color: #fff;
    opacity: .8;
    border-radius: 10px;
    max-width: 900px;
    margin: 75px auto 0 auto;
	padding: 5px;
	position:absolute;
	z-index: 9999999;
	display:none;
}
nav{
	font-size: 16px !important;
	/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
	width: 93%;		
	position: relative;
	background:/*#8B5260*/#c8b39d;
	color: /*#fff*/ #000;
	text-align: center;
	padding: 10px 5px;
	margin: 20px auto 0 auto;
}
nav a{
	text-decoration: none;
}
nav:before, nav:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -1em;
	border: 35px solid /*#5B3038*/#b59b7c;
	z-index: -1;
}
nav:before {
	left: -43px;
	border-right-width: 1.5em;
	border-left-color: transparent;
}
nav:after {
	right: -43px;
	border-left-width: 1.5em;
	border-right-color: transparent;
}
nav ul{
	list-style-type:none;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
nav ul:before, nav ul:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: /*#281518*/#614e36 transparent transparent transparent;
	bottom: -1em;
}
nav ul:before {
	left: 0;
	border-width: 1em 0 0 1em;
}
nav ul:after {
	right: 0;
	border-width: 1em 1em 0 0;
}
nav ul li{
	margin:3px;
	margin-top: 9px;
	padding-bottom:3px;
	opacity: .7;
}
nav ul li:hover, nav ul li.selected{
	opacity: 1;
	border-bottom: 1px solid #000;
	margin-bottom: 2px;
}
nav ul li a{
	color:/*#fff*/ #000;
}
content{
	background-color: #f7f7f7;
    display: block;
	padding: 20px 20px 100px 20px;
	text-align: center;
	opacity: .85;
	border-radius: 0 0 10px 10px;
	width: 82%;
    max-width: 900px;
	margin: 0 auto 20px auto;
	z-index: -5;
}
content iframe, content img{
	width: 100%;
	max-width: 600px;
}
content h2{
	margin-top: 50px;
}
content h5{
	font-weight: normal;
}
content h5 a{
	text-decoration: underline;
}
content h5 a:hover{
	text-decoration: none;
}
content h4 a{
	text-decoration: underline;
}
content h4 a:hover{
	text-decoration: none;
}
content a{
	text-decoration: none;
	color:#000;
}
content p, content div, content ul{
	max-width: 600px;
	margin: 10px auto;
	line-height: 30px;
	text-align: left;
}
content p a{
	border-bottom: none;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}
content p a:hover{
	border-bottom: none;
}
content.registry description p a.itemlink:hover{
	text-decoration: none;
}
content.registry description p a.itemlink{
	text-decoration: underline;
	font-weight: 700;
	text-transform: lowercase /*uppercase*/;
}
content.registry ul{
	display: flex;
	font-size: 1.2em;
	font-weight: 600;
	margin:0 auto;
	padding:0;
}
content.registry ul li{
	list-style-type: none;
	border-radius: 5px 5px 0 0;
	opacity: .6;
	background-color: #fff;
	padding: 10px;
	margin:0 10px;
	line-height: 20px;
}
content.registry ul li:hover{
	cursor: pointer;
}
content.registry ul li.toggled{
	opacity: 1;
}
content.registry ul li span{
	font-size: .8em;
	font-weight: 300;
}
content.registry div{
	opacity: 1;
	background-color: #fff;
	padding: 20px;
	margin-top: -20px;
	border-radius: 5px;
	box-shadow:0px 0px 20px 20px #ccc;
}
content.registry div.hidden{
	display: none;
}
content.registry item{
	display:flex;
	margin: 20px 0;
}
content.registry item a img{
	padding: 20px 20px 20px 0;
    width: 250px;
}
content.registry item description{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
}
content.registry item description checkbox{
	display:flex;
	margin-top: 20px;
}
content.registry item description checkbox:hover input{
	cursor: pointer;
}
content.registry item description h4{
	text-transform:capitalize;
	font-size: 1.3em;
    margin-bottom: 0;
}
content.registry item description p{
	margin: 0;
}
content.registry item description checkbox input[type=checkbox]{
	margin-top:10px;
}
content.registry item description checkbox name{
	display: none;
}
content.registry item description checkbox name.visible{
	display: block;
}
content.registry item description checkbox name input, item description checkbox name button{
	margin: 0 5px;
}
/* content.rsvp form{
	display: none;
} */
content.rsvp form p{
	text-align: center;
}
content.rsvp form textarea{
	height: 100px;
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0 auto 20px auto
}
content.rsvp form .hidden{
	display: none;
}
content.rsvp form div{
	text-align: center;
}
content.rsvp form matches div#namechoose{
	text-transform: capitalize;
}
content ul.menu{
	list-style-type: none;
	text-align: center;
	padding:0;
}
@media only screen and (max-width: 750px) {
	nav{
		padding: 0;
	}
	nav:before{
		bottom: 220px;
		left: -43px;
	}
	nav ul{
		display: block;
	}
	nav ul:before{
		bottom: 272px;
		transform: rotate(90deg);
	}
	nav ul li{
		border-bottom: /*#4f292f*/ #614e36 solid 3px;
		margin: 0;
		padding: 3px;
		padding-top: 9px;
	}
	nav ul li:hover, nav ul li.selected{
		border-bottom: /*#4f292f*/ #614e36 solid 3px;
		margin: 0;
	}
}
@media only screen and (max-width: 650px) {
	content.registry item description checkbox{
		display: block;
	}
	content.registry item description checkbox name input{
		margin: 5px 0;
	}
}
@media only screen and (max-width: 530px){
	content.registry item description checkbox name button{
		margin: 0;
	}
}
@media only screen and (max-width: 600px) {
	content.registry item{
		display: block;
		text-align: center;
	}
	content.registry item description h4{
		margin-top: 0;
	}
	content.registry item img{
		margin-top: 50px;
	}
	content.registry item description p.price{
		text-align: center;
	}
	content.registry item description checkbox name button{
		margin: 0 auto;
    	display: block;
	}
}
@media only screen and (max-width: 400px) {
	nav{
		width: 100%;
	}
}