@charset "UTF-8";
/* CSS Document */


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

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: text-bottom;
}


/* global doc settings 
******************************************************************/
h1, h2, h3, h4, h5 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
}

h1	{
	font-size:2em;
	line-height:1.75em;
}

h2	{
	font-size:1.75em;
	line-height:normal;
	padding-top:.5em;
	padding-bottom:.5em;
}




p	{
	font-size: 1em;
	line-height: normal;
	padding-bottom: 1em;
	vertical-align: middle;
}

img {
	/*width: 100%; */
	height:auto;
}


a:focus-visible {outline: 5px solid gold;
}

a:hover {background-color: yellow;}

body {
	
    background-image: url(images/20180120_141414.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
	background-size: cover;
}


/* divs for regions and styles 
*******************************************************/

#wrapper_wedding	{
	background: url(wedding/texture2.jpg);
	background-repeat: repeat;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:3800px;
}


#header {
	z-index:4;
	position:fixed;
	top:0;
	left:0;
	border-style:outset;
	border-color:#630;
	border-width:thin;
	background-color: #4ba13a;
	font-family: 'Teko', sans-serif;
	font-size:2em;
	padding:.1em;
	width:100%;
	text-align: center;
	text-shadow: #333;
}

#header p, h1 {
	color: #06f6f6;
	font-family: 'Righteous', cursive;
	font-weight: 400;
}



#main	{
	z-index:2;
	position:absolute;
	top:2em;
	left:17%;
	right: 17%;
	background-color: #FFC;
	background-image: url("images/20180120_141414.jpg");
	font-family:'Indie Flower', cursive;
	font-size:2em;
	margin:0 auto;
	padding:10%;
	padding-top:4em;	
}


#minimain {
	font-size: 2rem;
	padding: 15%;
}


#main h2 {
	font-family:'Nova Oval', cursive;
	/*font-weight: 800; */
}


/* hidden messages for screenreaders */
.extremargin {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}







#form	{
	z-index:3;
	background-color: #FF9;
	font-family: "Arial Black", Gadget, sans-serif;
	width:80%;
	padding:1.75em;
}
	#form p	{
		line-height:normal;
	}
	
#formfields	{
	z-index:5;
	padding:.75em;
}


#footer	{
	z-index: 5;
	position:absolute;
	top: 2600 px;
	left: 50%;
	width: 100%;
}


.Jtable {
	background-color: rgba(255, 248, 231, .7);
	border-style: inset;
	border-color: aqua;
	border-width: thick;
	
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	max-width: 80%;
	cellspacing: 2; 
	cellpadding: 2; 
	align: center;
}

.Jtable th {
	padding: 2 em;
	padding-bottom: 1 em;
	text-align: center;
	background-color: rgba(255, 237, 194, .9);
	color: cornflowerblue;	
}

.Jtable tr {
	min-width: 20%;
}

.Jtable td {
	padding: 1 em;
	padding-top: 1.1 em;
	text-align: center;
	color:black;	
}



/* classes for regions and styles 
*******************************************************/

.headline {
	font-family: 'Righteous', cursive;
	font-weight: 400;
}

h1.headline {
		font-family: 'Righteous', cursive;
		font-weight: 800;
		font-size: 4em;
}


.centeralign {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-size: 1.5rem;
}

.blue	{
	position:absolute;
	top:1em;
	left:17%;
	right: 17%;
	background-color: rgba(41,186,231,0.53) ;
	font-family:'Indie Flower', cursive;

	margin: 1em;
	padding:2em;
}



.sandybg	{
	background-color: rgba(209,156,22,0.69);
	margin: 1em;
	padding: 1em;
	font-size: 1rem;
}