
/* *********** This pages is stying for just rsvp.html ********************/

/* Please refer to navigation.css for the header area, navigation menu, page layout
   and footer styling  ************/

 /* *** This styles the sections for rsvp.html *** */



/* ***************** Define the page layout and containers ***************** */

section#pagecontainer {height: 745px;
  width: 99.97%;
  margin: 0 auto;
  border: 2px solid grey;
  background-color: rgba(255,255,255,.2);
}

section.skyimage {
  background-image: url("../images/balloonsky.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

section#pagecontainer aside {position: relative;
}

section#pagecontainer aside#hands {float: left;
  height: 668px;
  width: 32%;
  padding: 0% 1.6% 2.5% 3.5%;}

section#pagecontainer aside#mealselections {float: right;
  height: 570px;
  width: 34%;
  right: 3.3%;
  margin-top: 3.3%;
  padding: 0% 3.5% 2.5% 1.5%;
}


/* ***************** Define the text ******************* */

body {color:darkgrey;} 

section#pagecontainer h6 {font-size: 2em;  /* This is the Top Heading "RSVP is reqd..."" */
  text-align: center;
  margin: 0;
  padding: 1% 0%;
  color: white;
  background-color: rgba(13,5,161,.3);
  font-stretch: extra-expanded;}

section#pagecontainer aside#hands p {font-size: 1.3em; 
  padding-top: 0;
	text-align: justify;}

section#pagecontainer aside#hands p span#rsvpdate {
	font-weight: bold;
	color: white;
	font-stretch: expanded;
}

/* ***************** Define the buttons ******************* */

section#pagecontainer aside#hands div.btn {
  height: auto;
  width: 92%;
  border: 5px solid white;
  padding: 3% 1.5% 0% 1.5%;
  margin-top: 10%;
  text-align: center;
}

section#pagecontainer aside#hands a {text-decoration: none;}

section#pagecontainer aside#hands div.btn div.titlelarge {font-size: 1.7em;
  color: white;
  text-shadow: 3px 3px 1px grey;
}

section#pagecontainer aside#hands div.btn:hover {background-color: rgba(227,5,52,.3);}



/* *********************** Define the menu  ***************************** */

section#pagecontainer aside#mealselections {
	border: 3px solid #C40A67;
	background-color: #F5F5C4;
	line-height: 1;
	padding:0 10px 15px 10px;
	color:black;
	text-align: justify;
	font-size: .94em;
	font-style: italic;
}

/* This is the header labelled "Menu" */
section#pagecontainer aside#mealselections h5 {
	font-weight: bold;
	font-size: 1.6em;
	font-stretch: extra-expanded;
	padding: 0;
	margin: 0;
	font-style: none;
}

section#pagecontainer aside#mealselections p {font-size: .94em;
	margin: .6em 0 0 0;
	padding: 0;}

section#pagecontainer aside#mealselections span#menuchoices {font-style: none;}

/* This is the headers labelled "Entree" + "Main Course" */
section#pagecontainer aside#mealselections div.entreemeal p span.foodheader,
section#pagecontainer aside#mealselections div.mainmeal p span.foodheader {
    font-size: 1.3em;
	font-weight: bold;
	color: #C40A67;
	font-style: none;
}

/* This is the headers for each meal option */
section#pagecontainer aside#mealselections h3 {display: inline;
	font-weight: bold; 
	font-size: .94em;
	font-style: none;
	padding: 0;
	margin: 0;
}

/* This is the description text of each meal" */
section#pagecontainer aside#mealselections div.entreemeal span.italic,
section#pagecontainer aside#mealselections div.mainmeal span.italic
   {font-size: .94em;}

/* To reduce the line space between "OR" (the meal selection choices) */
section#pagecontainer aside#mealselections div.entreemeal p div.spacing,
section#pagecontainer aside#mealselections div.mainmeal p div.spacing
   {line-height: 0.7;}	



/* *********************** Define the footer further - remainder on navigationmenu.css ***************************** */

/* Updating the footer width to match the blue cloud image with hearts */
	footer {width: 100.3%;}

	footer p {color: #1E1E1F;}


/* **************************** Media Queries **********************************  */

@media screen and (max-width: 1400px) {
   	
   /* Increase page container height due to smaller width */
	section#pagecontainer {height: 755px;}

   /* Increase aside width on the left */
     section#pagecontainer aside#hands {width: 38%;}

     section#pagecontainer aside#hands p {background-color: rgba(13,5,161,.3);}

   /* Increase aside height showing the menu */
    section#pagecontainer aside#mealselections {height: 610px;
    	margin-top: 4.2%;}

@media screen and (max-width: 1005px) {

	/* Increase page container height */
	section#pagecontainer {min-height: 705px;
		height: auto;}

   /* Increase aside width on the left */
     section#pagecontainer aside#hands {width: 43.5%;
     	height: 620px;}

	/* Increase aside height showing the menu */
    section#pagecontainer aside#mealselections {min-height: 570px;
    	height: auto;
    	width: 43.5%;
    	margin-top: 2%;
    }

	 /* Reduce font size */
	section#pagecontainer h6 {font-size: 1.7em;  /* This is the Top Heading "RSVP is reqd..."" */
        font-stretch: expanded;}

    /* Reduce 3 x buttons to RSVP */
    section#pagecontainer aside#hands div.btn {margin-top: 8.5%;}

    section#pagecontainer aside#hands div.btn div.titlelarge {font-size: 1.5em;}

}



@media screen and (max-width: 870px) {

	/* Increase page container height */
	section#pagecontainer {min-height: 715px; height: auto;}

	 /* Reduce font size */
	section#pagecontainer h6 {font-size: 1.5em;  /* This is the Top Heading "RSVP is reqd... */
        font-stretch: normal;}

	/* To increase the spacing between the 3 x buttons */
	section#pagecontainer aside#hands div.btn {margin-top: 8%;}

	  /* Reduce 3 x buttons to RSVP */
    section#pagecontainer aside#hands div.btn div.titlelarge {font-size: 1.35em;}

	/* Update meal aside */ 
	section#pagecontainer aside#mealselections {padding-top: .4em;
		margin-top: 3.3%;}

	/* This is the headers for each meal option */
	section#pagecontainer aside#mealselections h3 {font-size: .88em;
	}

	/* Reduce the text size for the most of the menu section meal" */
	section#pagecontainer aside#mealselections h5 {font-size: 1.45em;} /* Label - Menu */

	section#pagecontainer aside#mealselections p,
	section#pagecontainer aside#mealselections div.entreemeal span.italic,
	section#pagecontainer aside#mealselections div.mainmeal span.italic
	  {font-size: .83em;}

	/* To reduce the line space between "OR" (the meal selection choices) */
	section#pagecontainer aside#mealselections div.entreemeal p div.spacing,
	section#pagecontainer aside#mealselections div.mainmeal p div.spacing
	  {line-height: 0.45;}	


@media screen and (max-width: 720px) {

    /* Reduce screen width */
    div#page {max-width: 500px;}

	/* Increase page container height */
	section#pagecontainer {min-height: 1360px; height: auto;}
	
	/* Update top heading "RSVP is reqd...." */
    section#pagecontainer h6 {padding-top: 3%;
    	background-color: white;
    	color: royalblue;}

	/* Remove the background image off both asides as makes too stretched */
    section.skyimage {background: none;}	

    /* Remove the floats of each aside to appear under each other and style each aside */
    section#pagecontainer aside#hands {float: none;
		width: 100%;
		position: relative;
		padding-left: 0;
		margin-left: 0;}

	section#pagecontainer aside#mealselections {float: none;
		width: 85%;
		left: 0;
		right: 0;
		margin: auto;
		min-height: 540px;
		height: auto;
		padding-top: .4em;
		margin-top: 4%;
		margin-bottom: 4%;}

	 /* Update background color to make text more legible - darke1r blue shade over background */
     section#pagecontainer aside#hands p {background-color: rgba(13,5,161,.7);
     	padding: 6px;
     	font-size: 1.2em;}

	/* Resize the 3 x buttons on how to RSVP */
     section#pagecontainer aside#hands div.btn {width: 80%;
     	margin: 0 auto;
        margin: 9%;
    	z-index: 1;
    	background-color: rgba(176,176,176, .3);
    	border: 3px double grey;
    }

     /* Update shadow on buttons to make easier to read */
     section#pagecontainer aside#hands div.btn div.titlelarge {text-shadow: 2px 1px 1px black;}
}


@media screen and (max-width: 470px) {

	/* Resize the 3 x buttons on how to RSVP */
     section#pagecontainer aside#hands div.btn {margin: 11%;
     	margin-left: 8%;
     	padding-left: 0}
}

@media screen and (max-width: 390px) {

	 /* Ensure minimum screen size */
    div#page {min-width: 290px;}

	 /* Reduce font size */
	section#pagecontainer h6 {font-size: 1.2em;}  /* This is the Top Heading "RSVP is reqd..." */

	/* Resize the 3 x buttons on how to RSVP and styling */
     section#pagecontainer aside#hands div.btn {margin: 11%;
     	margin-left: 8%;
     	padding-left: 0}

     section#pagecontainer aside#hands div.btn div.titlelarge {font-size: 1.1em;}

	 /* Update background color to make text more legible - darke1r blue shade over background */
     section#pagecontainer aside#hands p {background-color: rgba(13,5,161,.7);
     	font-size: 1..05em;}

}
