﻿/* CSS Document */
/* Colors Codes 
	Black			#000000
	Peach			#ffdab9
	Light Purple	#aa91b1
	Saphire Blue	#0067a5
	Emerald Green	#50C878
	Ruby Red		#F62217
	Crystal			#68a0b0
	Diamond			#b9f2ff
	
*/
html {height:100%; }
body {min-height:100%; height:100%; margin-bottom:50px; background-image: url("../images/Body_BG_Blk_Peach_Stripe.png"); }
h2 {text-align: center; font-weight:bold;}
a {text-decoration:none; }
.w3-main {height:100%; overflow:hidden;}
#request td {height:50px; }
#announcements {font-size:calc(8px + .25vw); }
.menulinks {font-size:calc(8px + .5vw); }
.conheading, .aboutheading {font-weight:bold; }

/* Header Info */

/* Images */

/* Footer Info */
footer {background-color:#ffdab9; color: #000000; clear: both; border-top: 3px solid #000000; position: relative; bottom: 0; height: 50px; width: 100%; }

/*Horizontal Rule Colors */
#hrsaph {height: 3px; color:#0067a5; }
#hremer {height: 3px; color:#50C878; }
#hrruby {height: 3px; color:#F62217; }
#hrcrys {height: 3px; color:#68a0b0; }
#hrdiam {height: 3px; color:#b9f2ff; }

/*Wedding Package Colors */
#wedpacksaph {font-family:Edwardian Script ITC; font-size:calc(1.75em + 1.5vw); font-style:italic; font-weight:bold; color:#0067a5; }
#wedpackemer {font-family:Edwardian Script ITC; font-size:calc(1.75em + 1.5vw); font-style:italic; font-weight:bold; color:#50C878; }
#wedpackruby {font-family:Edwardian Script ITC; font-size:calc(1.75em + 1.5vw); font-style:italic; font-weight:bold; color:#F62217; }
#wedpackcrys {font-family:Edwardian Script ITC; font-size:calc(1.75em + 1.5vw); font-style:italic; font-weight:bold; color:#68a0b0; }
#wedpackdiam {font-family:Edwardian Script ITC; font-size:calc(1.75em + 1.5vw); font-style:italic; font-weight:bold; color:#b9f2ff; }

/*Wedding Package Text Colors */
#wedpacktextsaph {font-family:Arial; font-size:calc(.75em + 1vw); color:#0067a5; }
#wedpacktextemer {font-family:Arial; font-size:calc(.75em + 1vw); color:#50C878; }
#wedpacktextruby {font-family:Arial; font-size:calc(.75em + 1vw); color:#F62217; }
#wedpacktextcrys {font-family:Arial; font-size:calc(.75em + 1vw); color:#68a0b0; }
#wedpacktextdiam {font-family:Arial; font-size:calc(.75em + 1vw); color:#b9f2ff; }

/*List Style*/
#licircle {list-style-type:circle; }
#lisquare {list-style-type:square; }

