html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background-image: url("wallpaper.jpg");
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #696969;
}

#wrapper
{
	border-left: 10px solid #696969;
	border-top: 10px solid #696969;
	border-right: 10px solid #696969;
	background: #FFFAF0;
	width: 1092.8px;
	/*width: 60%;*/
	height: auto;
	margin: 30px auto;
}


@media screen and (max-width: 1366px)
{
	#wrapper{
	border-left: 5px solid #696969;
	border-top: 5px solid #696969;
	border-right: 5px solid #696969;
	background: #FFFAF0;
	width: 80%;
	height: auto;
	margin: 30px auto;}
}

@media screen and (max-width: 414px)
{
	#wrapper{
	border-left: 5px solid #696969;
	border-top: 5px solid #696969;
	border-right: 5px solid #696969;
	background: #FFFAF0;
	/*width: 97.07%;*/
	width: 364px;
	height: auto;
	margin: 0px auto;}
}

.container
{
	width: 100%;
	margin: 0px auto;
}

#menu-wrapper
{
	background: #90BEBC;
}

@media screen and (max-width: 414px)
{
	#menu-wrapper
	{
		display: none;
	}
}

#menu
{
	overflow: hidden;
	height: 65px;
}

#menu ul
{
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}


#menu li
{
	display: inline-block;
}

#menu a
{
	display: block;
	letter-spacing: 1px;
	padding: 0 30px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 60px;
	font-size: 1.0em;
	font-weight: 600;
	border: none;
	color: #FFFAF0;
}

#menu a:hover
{
	border-radius: 5px 5px 0px 0px;
	background: #696969;
}

#menu #menu .current_page_item a
{
	text-decoration: none;
}

#menu .current_page_item a
{
	border-radius: 5px 5px 0px 0px;
	background: #696969;
}

#header-wrapper
{
	overflow: hidden;
	background: #696969;
}

#header
{
	position: relative;
	overflow: hidden;
	text-align: center;
}

#logo
{
	margin: 0 auto;
	padding: 0.5em 0em 0.5em 0em;
	text-transform: uppercase;
}

#logo h1
{
	letter-spacing: 0.10em;
	font-size: 2.9em;
	color: #FFFAF0;
}

@media screen and (max-width: 414px)
{
	#logo h1
	{
		font-size: 2em;
		width: 94%;
		margin: auto;
	}
}

.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

#banner
{
	overflow: hidden;
	padding-top: 0.25em;
	padding-left: 0.25em;
	/*padding-bottom: 0.25em;*/
	border-bottom: 10px solid #696969;
	margin-bottom: 0px;
}


#banner	.image
{
	display: inline-block;
	/*object-fit: contain;*/
	height: 450px;
	width: auto;
}
		
#banner	.image img
{
	display: block;
	/*width: auto;
	height: auto;
	max-width: MaxSize; 
	max-height: MaxSize;
	background-image: url("babypic.jpeg");
   	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;*/
	object-fit: contain;
}

#bannerleft
{
	width: 58%;
	float: left;
}

#bannerright
{
	width: 35%;
	float: left;
	text-align: justify;
	line-height: 2.2em;
	padding-right: 0.9em;
	padding-top: 2em;
	padding-left: 0.7em;
	font-size: 1.25em;
}

@media screen and (max-width: 1366px)
{
       	#bannerleft
	{
		width: 68%;
		float: left;
	}
	
	#bannerright
	{
	width: 27%;
	float: left;
	text-align: justify;
	line-height: 2em;
	padding-right: 0.3em;
	padding-top: 1.1em;
	padding-left: 0.7em;
	font-size: 1.2em;
	}		
}

@media screen and (max-width: 414px)
{
	#banner
        {
		overflow: hidden;
		margin-bottom: 0.4em;	
		margin-left: auto;
		border-bottom: 5px solid #696969;	
        }
        
        #banner	.image
	{
		display: inline-block;
		height: auto;
		width: 356.72px
	}	
       	
       	#banner img 
       	{
               	display: block;
               	width: 100%;
               	height: auto;
       	}
       	    	
       	
       	#bannerleft
	{
		width: 100%;
		float: none;
	}

	#bannerright
	{
	width: 94%;
	float: none;
	text-align: justify;
	line-height: 1.5em;
	padding-right: 0.9em;
	padding-top: 0.1em;
	padding-bottom: 1.1em;
	padding-left: 0.5em;
	font-size: 1em;
	}
}	

#portfolio-wrapper
{
	padding-top: 1em;
	padding-bottom: 2em; 
	padding-left: 0em;
	padding-right: 0em;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#portfolio
{
	overflow: hidden;
}

#portfolio .title h2
{
	font-size: 1.2em;
	color: #363636;
	text-align: center;
}

#column1, #column2, #column3, #column4 p
{
	text-align: justify;
}

#column1,  #column2,  #column3,  #column4
{
	width: 33.3333333333%;
}

#column1b,  #column2b,  #column3b,  #column4b
{
	width: 33.3333333333%;
}

#column1,  #column2
{
	float: left;
}

#column1b,  #column2b
{
	float: left;
}

#column3
{
	float: left;
}

#column3b
{
	float: left;
}

#column4
{
	float: right;
}

#column4b
{
	float: right;
}


@media screen and (max-width: 414px)
{
	#portfolio-wrapper
	{
		display: none;
	}
}

#portfolio-wrapper2
{
	padding-top: 0px;
	padding-bottom: 2em; 
	padding-left: 0em;
	padding-right: 0em;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.1);
}


@media screen and (min-width: 415px)
{
	#portfolio-wrapper2
	{
		display: none;
	}
}

@media screen and (max-width: 414px)
{
	
	#column1,  #column2,  #column3,  #column4
	{	
	width: 100%;
	}

	#column1b,  #column2b,  #column3b,  #column4b
	{
	width: 100%;
	}

	#column1,  #column2
	{
	float: left;
	}	

	#column1b,  #column2b
	{
	float: left;
	}

	#column3
	{
	float: left;
	}

	#column3b
	{
	float: left;
	}

	#column4
	{
	float: right;
	}

	#column4b
	{
	float: right;
	}
}

#rcorners1 {
    border-radius: 25px;
    background: url(pbkids.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 175px;
    height: 175px;
}

#rcorners2 {
    border-radius: 25px;
    background: url(amazon.png);
    background-position: left top;
    background-repeat: no-repeat;    
    width: 175px;
    height: 175px;
}

.button
{
	display: inline-block;
	margin-top: 1.5em;
	padding: 0.50em 1em 0.50em 1em;
	background: #696969;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 8px 0px 8px 0px;
	font-size: 0.90em;
	color: #FFFAF0;
}


.button:hover
{
	display: inline-block;
	margin-top: 1.5em;
	padding: 0.50em 1em 0.50em 1em;
	background: #90BEBC;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 8px 0px 8px 0px;
	font-size: 0.90em;
}

.button:before
{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FFFAF0;
}

#rsvp-wrapper
{
	padding-top: 1em;
	padding-bottom: 2em; 
	padding-left: 0em;
	padding-right: 0em;
	text-align: center;
}

#rsvp
{
	overflow: hidden;
}

ul.style3 .contact-container
{
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}


.contact-left
{
	float: left; 
	width: 44%; 
	height: 370px; 
	padding-right: 6%;
}

.form-container
{
	overflow: hidden;
}

.form-container input[type=text]
{
	width: 77%;
	float: right;
}

.form-container input[type=email]
{
	width: 77%;
	float: right;
}

.form-container select
{
	width: 77.5%;
	float: right;
}

.form-container textarea
{
	width: 98.239%;
	height: 123px;
	float: right;
}

.details-wrap
{
	float: right; 
	height: 345px;
	width: 46%
}

#details
{
	text-align: justify;
	line-height: 1.5em;
	/*font-size: 1.25em;*/
	padding-right: 2em;
	padding-top: 0.65em;
}

.submitbutton
{
	padding: 0.50em 1em 0.50em 1em;
	background: #696969;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	border: 0;
	border-radius: 8px 0px 8px 0px;
	font-size: 0.80em;
	color: #FFFAF0;
}


.submitbutton:hover
{
	padding: 0.50em 1em 0.50em 1em;
	background: #90BEBC;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	border: 0;
	border-radius: 8px 0px 8px 0px;
	font-size: 0.80em;
}

.container2
{
	width: 100%;
	/*margin: 0px auto;*/
	margin-top: 0px;
	background: #696969;
}

#contact2
{
	overflow: hidden;
	height: 46px;
	margin: 12.8px 0px 0px 0px;
}

#contact2 a
{
	display: block;
	border: none;
}


@media screen and (max-width: 414px)
{
	#rsvp-wrapper
	{
		display: none;
	}
	
	.details-wrap
	{
		float: none; 
		height: 245px;
		width: 100%
	}

	#details
	{
		text-align: justify;
		line-height: 1.5em;
		/*font-size: 1.25em;*/
		padding-right: 2em;
		padding-top: 0.65em;
	}
	
	.contact-left
	{
		float: none; 
		width: 100%; 
		height: 370px; 
		padding-right: 6%;
	}
	
	.form-container input[type=text]
	{
		width: 71%;
		float: right;
	}

	.form-container input[type=email]
	{
		width: 71%;
		float: right;
	}

	.form-container select
	{
		width: 74.5%;
		float: right;
	}
	
	.phone
	{
		font-size: 0.96em;
	}
}

#rsvp-wrapper2
{
	padding-top: 1em;
	padding-bottom: 2em; 
	padding-left: 0em;
	padding-right: 0em;
	text-align: center;
}


@media screen and (min-width: 415px)
{
	#rsvp-wrapper2
	{
		display: none;
	}
}

td
{
	padding-left: 0;
}

td#data 
{
	padding-left: 10px;
}

#copyright
{
	overflow: hidden;
	padding: 2em 0em;
	text-align: center;
}

#copyright p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: #999999;
}

#copyright a
{
	text-decoration: none;
	color: #bfbfbf;
}