html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color: #DDDDFF;
}

#headerImage {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/weddingtable.jpg);
    background-repeat: no-repeat;
	border: 0;
	padding: 0;
	background-size: cover;
}

#titletext {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-family: "Tahoma", Arial, sans-serif;
	margin-top: 10px;
}
	
#titletextscript {
	display: block;
	color: #EEE;
	padding-bottom: 10px;
	text-align: center;
	font-family: Dancing Script;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	margin-top: 15px;
}

#comholder {
	width: 96%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

#comholderreverse {
	width: 96%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    flex-direction: row-reverse;
}
	
#comitem {
	width: 540px;
	max-width: 100%;
	font-family: Helvetica;
	text-align: center;
	font-size: 12px;
}

#comitemimg {
	width: 340px;
	max-width: 100%;
	font-family: Helvetica;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
	
#comtitle {
	color: #444;
	text-align: center;
	font-size: 32px;
	font-family: Dancing Script;
	padding-bottom: 10px;
}

#comimg {
	width: 300px;
	max-width: 100%;
	Height: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	box-shadow: 4px 4px 10px black;
	vertical-align: text-top;
	margin-bottom: 20px;
}

#comscript {
	text-align: justify;
	color: #444;
	font-family: "Tahoma", Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
}

#contacttitle {
	display:block;
	color: #444;
	text-align: center;
	font-size: 32px;
	font-family: Dancing Script;
	padding-top:10px;
}

#contacttxt {
	display:block;
	color: #444;
	text-align: center;
	font-size: 18px;
	font-family: "Tahoma", Arial, sans-serif;
	padding-bottom:15px;
}

#contacttxt  a {
	color: #222;
}

#contacttxt  a:hover {
	color: #222;
	text-shadow: 0px 0px 2px #222222;
}


