@charset "utf-8";
/* CSS Document */

html,body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/* For desktop more than 1400px*/
	h1 {
		font: 40px 'Courgette', cursive;
		letter-spacing: 0;
		color: #b88213;
	}
	
	h2 {
		font: 28px 'Cormorant';
		letter-spacing: 0em;
		color: #ab8d50;
		font-weight: 700;
	}

		p {
			font: 22px 'Cormorant';
			color: #ab8d50;
			font-weight: 300;
		}
		
			p a {
				color: #ab8d50;
				text-decoration: underline;
			}
		
			p a:hover {
				color: #ab8d50;
				text-decoration: none;
				cursor: pointer;
			}


#header {
	margin: 0px;
	width: 100%;
	background-color: #e0dbc4;
	padding: 8px 0px 8px 0px;
	background-image: url(../images/wedding.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

		img.logo {
			display: block;
			width: 33%;
			float:left;
		}
		
	#header_content {
		display: block;
		margin: auto;
		width: 52%;	
		text-align: right;
	}
	
nav ul { 
	display: inline;
	list-style-type: none;
	width: auto;
	padding: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: 8%;
	float:right;
	text-align: right;
	}
	
	nav li {
		display: inline-block;	
	}

		nav li a {
			color: #ffffff;
			font: 22px 'Cormorant';
			font-weight: 700;
			text-decoration: none;
			padding: 3px 5px 3px 5px;
			margin-right: 5px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			-khtml-border-radius: 10px;
			}
	
			nav li a:hover {
				color: #ffffff;
				background-color: #b88213;
				cursor: pointer;
				text-decoration: none;
				padding: 3px 5px 3px 5px;
				margin-right: 5px;
			}
		
#content {
	width: 52%;
	margin: 0 auto;
	padding-bottom: 20px;
}

		img.content_pic_right {
			display: block;
			float: right;
			margin-top: 15px;
			margin-left: 15px;
			margin-bottom: 15px;
			border: #b88213 2px solid;
		}
				
	#content ul {
		font: 22px 'Cormorant';
		color: #ab8d50;	
		text-align: left;
		font-weight: 300;
	}
	
	#content table {
		font: 22px 'Cormorant';
		color: #ab8d50;
		font-weight: 300;
	}
	
		#content table td.head_cell {
			font-weight: 700;		
		}
		
		#content table tr.head_row {
			background-color: #b88213;
			color: #ffffff;
		}
		
		#content table tr.desc_row {
			background-color: #e0dbc4;
		}
		
			#content table a {
				color: #ab8d50;
				text-decoration: underline;
			}
		
			#content table a:hover {
				color: #ab8d50;
				text-decoration: none;
				cursor: pointer;
			}
		
			#content table input {
				font: 18px 'Cormorant';
				color: #ab8d50;
				font-weight: 300;
				text-decoration: none;
				width: 100%;
				border: #cccccc 1px solid;
			}
			
			#content table textarea {
				font: 18px 'Cormorant';
				color: #ab8d50;
				font-weight: 300;
				text-decoration: none;
				width: 100%;
				border: #cccccc 1px solid;
			}
			
			#content table button {
				color: #ab8d50;
				font: 22px 'Cormorant';
				font-weight: 300;
				text-decoration: none;
				width: auto;
				border: #cccccc 1px solid;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				border-radius: 4px;
				-khtml-border-radius: 4px;
				cursor: pointer;
			}

#footer {
	font: 18px 'Cormorant';
	width: 100%;
	display: block;
	margin: 0px;
	background-color: #e0dbc4;
	font-weight: 300;
	text-align: center;
	color: #b88213;
	padding: 5px 0px 5px 0px;	
}

	#clear {
		clear: both;
		font-size: 0px;
		height: 0px;
		overflow: hidden;
	}
	
	#scrollup {
		display: none;
		width: 50px;
		height: 50px;
		bottom: 18px;
		right: 18px;
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		background-color: rgba(000,000,000,0.2);
		opacity: 0.6;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-khtml-border-radius: 2px;
	}
	
		#scrollup:hover {
			background-color: rgba(000,000,000,0.4);
		}
	
	#cookie {
		display: none;
		font: 18px 'Cormorant';
		letter-spacing: 0em;
		font-weight: 300;
		color: #b88213;
		background-color: #e0dbc4;
		opacity: 0.8;
		position: fixed;
		padding: 12px 0px 12px 0px;
		bottom: 0px;
		width: 100%;
	}
	
		#button {
			font-weight: 700;
			color: #ffffff;
			font-size: 15px;
			background-color: #b88213;
			padding: 6px 6px 6px 6px;
			margin-left: 6px;
			border: #ffffff 2px solid;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			-khtml-border-radius: 2px;
			cursor: pointer;
			width: auto;
			float: right;
		}
	
	
@media only screen and (max-width: 1399px) {

img.content_pic_right {
	display: none;
		}
		
nav li a {
	font: 18px 'Cormorant';
	font-weight: 700;
	}
	
img.logo {
	width: 60%;
	}

}


@media only screen and (max-width: 1024px) {

img.content_pic_right {
	display: none;
	}
		
	
#cookie {
	font: 14px 'Cormorant';

	}
	
nav ul {
	text-align: center;
	}
	
nav li a {
	font: 18px 'Cormorant';
	font-weight: 700;
		
	}
	
img.logo {
	width: 60%;
	}
	


}

@media  all and (max-width: 480px),
            screen and (-webkit-min-device-pixel-ratio: 2.0) and (max-width: 720px) {
	
#content {
	width: 80%;
}

#header_content {
		width: 80%;	
}

	
#narrowmenu {
	margin: 0;
	padding: 0;
	float: right;
	width: 40px;
	height: 40px;
	background-image: url(../images/menu-icon.png);
	border: #ffffff 2px solid;
	background-color: #b88213;
}

a:hover#narrowmenu {
	background-color: #000000;
	border-radius: 4px 4px 0 0;
	
}

nav ul { 
	display: none;
	list-style-type: none;
	color: #b88213;
	position: absolute;
	padding: 20px;
	background: #fff;
	border: 5px solid #b88213;
	right: 10px;
	top: 10px;
	width: 50%;
	border-radius: 4px 0 4px 4px;
	}
	
nav li{
	display: list-item;
	margin-bottom: 15px;
	}

nav li a {
	color: #b88213;
	text-align: center;
	font: 20px 'Cormorant';
	font-weight: 700;
	width: 100%;
	padding: 10px 10px;
	}
	
nav:hover ul {
		display: block;
	}
	
#content table {
	font: 18px 'Cormorant';
	color: #ab8d50;
	font-weight: 300;
}		

}





