@charset "UTF-8";
/* custom CSS document for 50Fifty*/

/*HTML tag styling and global styling*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, time {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



/******************Styles 1 - BASIC****************/
header, div{
	background-color: transparent;    /*all background colors need to be set to none in order for body background to show through*/
}

body{
	color: white;
	background-color: #none;    /*all background colors need to be set to none in order for body background to show through*/
	background-color: black;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin:0px;
	padding:0px;
	padding-top: 0em;
	padding-bottom:0em;

}

#backgroundwrapper{
	margin:auto;
	padding:0px;
	background-image:url(../images/backgroundChocSwirl.png);
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: 100% 700px;	
	background-position: top left fixed;
	background-repeat: no-repeat;
	background-color: transparent;    /*all background colors need to be set to none in order for body background to show through*/
	max-width: 2300px;
}

p{
	margin-bottom: 30px;
}


a{
	color: white;
	font-family: "Cinzel", Times, serif;
	font-variant:small-caps;

}

.regText{
	font-family: "Lato", Arial, Helvetica, sans-serif;
}

a:focus, a:hover{
  color: #6a0900;
  text-shadow: none;
  text-decoration: none;
}


h1{
	font-family: "Cinzel", Times, serif;
	font-variant:small-caps;
	font-size:32px;
	letter-spacing: 2px;
}

img{
	width: 200px;
	border-radius: 2px;
	background: #6a0900;
    box-shadow: 2px 2px 5px #220000;
	padding: 2px;
}

table {
    border-collapse: collapse;
}

.fillerRow{
	margin-bottom: 3em;
}

ul{
list-style: none;
}

#backgroundwrapper li{
	line-height: 27px;
}

.Decoration{
	text-decoration:underline;
}


#backgroundwrapper .showSml, .displayMed, .showStack{
	display: none;
}

#backgroundwrapper .displayLgSml{
	display: block;
}

.textAlign{
	text-align:center;
}

.clear{
	clear:both;
}


/******************Styles 2 - NAV****************/
footer nav{
	padding-left: 2em; /*match homeLogo padding*/
	padding-right: 0em;
}

nav a{
	font-size: 20px;
}

.navImg img{
	width: 300px;
}

.navImg td, .navImgHomeSml td{
	padding-right: 30px;
	padding-bottom:10px;
	font-family: "Cinzel", Times, serif;
	font-variant:small-caps;
	font-size: 28px;
	text-align: center;
}

.navImg tr.textRow td{
	padding-bottom: 40px;
}

/*navbar coloring, copied (and edited) from bootstrap.css*/
.navbar-inner {
  z-index: 2000;
  min-height: 30px;
  height: 30px;
   padding-left: 0px;
  padding-right: 0px;
  margin: auto;
  background-color: transparent;
  background-image: none;
  border: 0px solid white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0px 0px rgba(0, 0, 0, 0.065);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
}

.navbar .nav > li > a {
    color: white;
    text-shadow: none;
	text-transform:uppercase;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #6a0900;
  text-shadow: none;
}

.navbar .nav > .active > a,				/*active navbar link*/
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #bbbcbf;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}






/**END copy from bootstrap*/
nav.navFooter{
}

nav.navFooter a{
	font-size: 20px;
}

.navFooter.navbar .nav{
	text-align: center;
	width: 100%;
}

.navFooter.navbar .nav > ul{
	display:inline-block;
	width: 100%;
}

.navFooter.navbar .nav > li{		/*so centers menu items  no matter screen size*/
	width: 25%;
}


.navFooter.navbar .nav > li > a{
	padding-left: 0px;
	padding-right: 0px;
}

.navLSB {
	font-family: "Cinzel", Times, serif;
	font-variant:small-caps;
	font-size: 24px;
}

.navLSB img{
	width: 225px;
	
}

.navLSB{
	padding-left: 4em;
	text-align:center;
	margin-top: 2em;
}

.navLSB p{
	margin-bottom: 5px;

}
.navLSB p:nth-child(2n){
	margin-bottom: 20px;
}

nav.navbarOther{
	padding-left: 35%;
	padding-right: 0em;
	margin-bottom: 0px;
}

.navbarOther{
	margin-top: 3em;

}


/******************Styles 3 - HOME****************/

.homeLogo img{
	width: 460px;
	border-radius: 0px;
	background: none;
    	box-shadow: 0px 0px 0px #220000;
    	padding-left: 3em;
}

.homeLogo{
	text-align: center;
	
	
}

/******************Styles 4 - SOCIAL****************/

.social{
	padding-right: 3em;
}

.social img{
	width: 28px;
	border-radius: 0px;
	background: none;
    box-shadow: 0px 0px 0px #220000;
	float: right;

}

p.socialHome{
	padding-bottom: 3em;
}

.socialTop{
	padding-right: 5em;
	margin-top: 1em;
}

.gallery.socialTop{
	padding-right: 6em;
}

/******************Styles 5 - ARTICLES OTHER****************/
.article, .form{
	background: white;
	border-radius: 5px;
	color: black;
	margin-right:9em;
	margin-left: 9em;
	margin-top: 2em;
	padding: 2em 3em;
	padding-top: 3em;
	border: 4px #6a0900 solid;
	overflow:auto;
	
}

.article h1{
	padding-bottom: 20px;
}



.article img{
	width: 350px;
	margin-left: 1.5em;
	margin-bottom: 2em;
	margin-top: 1em;
	margin-right: 1.5em;
	padding: 4px;
	
}

.article > p img.smlImg{
	width: 300px;
	margin-top: 1em;
}

.article > p img.firstImg{
	margin-top:0em;	
}

.article img.pull-left{
	margin-right: 2em;
	margin-left:0em;
	
}

p.clearLeft{
	clear: left;
}



.article a{
	color: #350500;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-variant:none;
	text-decoration:underline;
}


.article ul{
	padding-right: 3em;
}
/******************Styles 6 - IMAGE ROW****************/
.imgRow{
	text-align: center;
	margin: auto;
	margin-top: 4em;
	margin-bottom: 3em;
}

.imgRow img{
	margin-left: 5px;
	margin-right: 5px;
	width: 250px;
}

.imgRow.galleryImgRow{
	margin-top: 2em;
}

.galleryImgRow table{
	margin:auto;
	text-align:center;
	font-size: 22px;
	
}

.galleryImgRow img{
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;

}


/******************Styles 7 - TESTIMONIALS****************/
.testimonials{
	padding-left: 6em;
	margin-top: 2em;
	font-size: 18px;
}

.smlDTest{
	text-align: center;
}
/******************Styles 8- LOGO****************/
.logo img{
	border-radius: 0px;
	background: none;
    box-shadow: 0px 0px 0px #220000;
	width: 250px;
	padding-left: .5em;
}
.logo{
	text-align:center;
	padding-left:5em;
	padding-top: 3em;
	padding-bottom: 1em;
}

.gallery.logo img{
	padding-top: 1em;
	padding-left:6em;

}

.gallery.logo img{
	width: 225px;

}

/******************Styles 9- FORMS****************/
.form{
	margin-right:0em;
	margin-left: 0em;
	margin-bottom:3em;
}

#form13{
	box-shadow: 2px 2px 5px #220000;
	margin-right: 10em;
	margin-left: 10em;
	color: black;
	
}

#form13 .formIntro{
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-variant:normal;
}

#form13 .wdform_section{
	margin-left: 2em;
	margin-top: .5em;
	margin-right: 2em;
}

#form13 img, #form12 img{
	width: 120px;
}

#form13 .wdform-label-section, #form12 .wdform-label-section{
	font-size: 18px;
}


#form13 .wdform_row:nth-child(5) .wdform-label-section{
	font-size: 16px;
}

#pwebcontact111_box{
	margin-left: 6em;
	font-size:16px;
}

#pwebcontact111_container{
	padding:40px;
	
}

#pwebcontact111_text-3{
	font-size: 15px;
	font-style: italic;
	text-align: center;
	padding-bottom: 20px;
}

#pwebcontact111_text-0, #pwebcontact111_text-1, #pwebcontact111_text-2{
	margin-bottom:6px;
}

#pwebcontact111_text-2{
	margin-bottom: 3px;
}

#pwebcontact111_form div.pweb-field{
	/*width: 100%;*/

}

#pwebcontact111_box a{
	font-family: inherit;
	font-variant: normal;

}

/*******************Styles 9x - FOOTER***************************/
footer{
	margin-top: 3em;
}

/*******************Styles 9x - FOOTER***************************/
.psclogo{
	text-align: right;
	margin-top: 5em;
	padding-right: 3em;
	color: #999999;
	font-size: 13px;
}


.psclogo p{
	margin-bottom: 0px;
}

.psclogo p:nth-last-child(1){
		font-size: 14px;

}

.psclogo a{
	font-family: "Lato", Arial, Helvetica, sans-serif;
	color: #dbdada;
}

.psclogo.phoneNumber{
	margin-top: 0em;
	color: white;
	
}

.psclogo.phoneNumber p{
	font-size: 18px;
}

/******************Styles 9b - FOOTER BADGES****************/
.badgeWedding{					 /*homepage badge alignment and styling*/
	float: left;
	position: relative;
    top: 0px;
	padding-left: 4em;
	background-color: none;
	padding-top:5em;
}

.badgeWeddingOther{				 /*Alignment of container element of badges and sets to block elements so badges center and all fills container*/
	text-align:center;
	padding: 0em;
	padding-left:1em;
	padding-top:2em;
	display:block;
	width:100%;
	padding-bottom:20px;
}

.badgeWedding img{
	width: 90px;
	background: none;
	padding-top:20px;	
}

div.badgeInd{				 	/*floats homepage badges*/
	float: left;
	padding-right: 20px;
}

.badgeWeddingOther div.badgeInd{	 /*alignment for all badges*/
	width: 44%;
	text-align:center;
	padding-right:3%;
	padding-left:3%;
}

.badgeWeddingOther > div > div.badgeInd{  /*adjusting width of row for wedding wire badge only*/
	width: 98%;
}

body >img{
	background:none;
	display:none;
}

/******************Styles 10- BEGIN MEDIA QUERIES****************/
@media (max-width: 1680px){

nav.navbarOther{
	padding-left: 25%;
}

.navLSB img{
	width: 200px;
	
}

.imgRow img{
	margin-left: 5px;
	margin-right: 5px;
	width: 225px;
}

.navImg img{
	width: 250px;
}



}

@media (max-width: 1460px){

body{
	font-size: 18px;
	line-height: 27px;
}

.navImg img{
	width: 225px;
}

.navLSB {
	font-size: 20px;
}

nav.navbarOther{
	padding-left: 20%;
}

nav a{
	font-size: 18px;
}

.imgRow img{

	width: 200px;
}

.testimonials{
	margin-top: 1em;
	font-size: 16px;
}

.homeLogo {
        margin-top:-4em;
        }

}


@media (max-width: 1300px){								/*10.1 - laptops*/

body{
	font-size: 17px;
	line-height: 25px;
}

p{
	margin-bottom: 10px;
}

h1{
	font-size:24px;
	letter-spacing: 2px;
}

.fillerRow{
	margin-bottom:0em;
	height: 30px;
	line-height: 30px;
}

.navImg img{
	width: 175px;
}

.navImg td, .navImgHomeSml td{
	padding-right: 20px;
	font-size: 24px;
}

.navImg tr.textRow td{
	padding-bottom: 20px;
}

.homeLogo img{
	width: 400px;
	
}

.homeLogo{
	margin-top: 0em;
}

nav.navFooter a{
	font-size: 16px;
}

footer{
	margin-top: 1em;
}

.social{
	padding-right: 2em;
}

.psclogo{
	margin-top: 4em;
	padding-right: 1em;
	font-size: 12px;
}

.psclogo.phoneNumber{
	margin-top: 0em;
}
	/******OTHER PAGES FOR LAPTOPS***/
.logo img{
	
	width: 175px;
}

.logo{	
	padding-top: 1em;
	padding-left: 5em;
	
}

.navbarOther{
	margin-top: 1em;
}

nav a{
	font-size: 16px;
}

nav.navbarOther{
	padding-left: 19%;
}

.socialTop{
	padding-right: 3em;
	margin-top: 0em;
}

.navLSB img{
	width: 150px;
	
}

.navLSB{
	margin-top: 0em;
}

.navLSB p:nth-child(2n){
	margin-bottom: 10px;
}

.article, .form{
	border-radius: 5px;
	margin-right:8em;
	margin-left: 10em;
	margin-top: 2em;
	padding: 1em 2em;
	border: 2px #6a0900 solid;
	
}

.article h1{
	padding-bottom: 0px;
}

.article img{
	width: 250px;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1em;
	margin-right: 1em;
	padding: 2px;
	
}

.article > p img.smlImg{
	width: 230px;
	margin-top:1em;
}

.testimonials{
	font-size: 15px;
}

.imgRow img{
	width: 175px;
}

.galleryImgRow img{
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;

}

.gallery.logo img{
	width: 200px;

}


}

@media (max-width: 1260px){								

#form13{
	margin-right: 7em;
	margin-left: 7em;
}

.socialTop{
	padding-right: 1em;
}

.gallery.socialTop{
	padding-right: 1em;
}

.gallery.logo img{
	padding-left:3em;
}

.social img{
	width: 25px;
}
}


@media (max-width: 1150px){														

nav.navbarOther{
	padding-left: 4.5em;
}

.article, .form{
	margin-right:5em;
	margin-left: 5em;
}

.article img{
	margin-left: 1.75em;
}

.article img.pull-left{
	margin-right: 2em;
	
}

.logo img{
	padding-left:0em;
}

}

@media (max-width: 1070px){			/*ipad landscape*/	
													
#form13{
	margin-right: 4em;
	margin-left: 4em;
	
}


nav.navbarOther{
	padding-left: 2em;
}

.gallery.logo img{
	padding-left:1em;
}

.imgRow img{
	width: 150px;
}

}

@media (max-width: 1020px){

														
nav.navbarOther{
	padding-left: 1.65em;
}

.gallery.logo img{
	padding-left:0em;
}

.article img{
	width: 220px;
}

.article p:nth-last-child(3){
	clear: both;

}

.galleryImgRow img{
	width: 200px;
}
}



@media (max-width: 979px){								/*10.2 - pancake button shows*/
#backgroundwrapper{
  	background-size: 1100px 700px;
}


#backgroundwrapper .showSml{
	display:inline-block;
}

#backgroundwrapper .showLg{
	display: none;
}

.article, .form{
	margin-right:4em;
	margin-left: 4em;
}

.article img{
	width: 175px;
}

.navbar .btn-navbar {					/*styles pancake button for smaller devices*/
  background-color: #6a0900;
  *background-color: #6a0900;
  background-image: -moz-linear-gradient(top, #dcdcdc, #8b8a8a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a0900), to(#6a0900));
  background-image: -webkit-linear-gradient(top, #6a0900, #6a0900);
  background-image: -o-linear-gradient(top, #6a0900, #6a0900);
  background-image: linear-gradient(to bottom, #dcdcdc, #8b8a8a);
  background-repeat: repeat-x;
  border-color: #6a0900 #6a0900 #6a0900;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a0900', endColorstr='#ff6a0900', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 5 5px 5 rgba(255, 255, 255, 0.1), 5 5px 5 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 5 5px 5 rgba(255, 255, 255, 0.1), 5 5px 5 rgba(255, 255, 255, 0.075);
          box-shadow: inset 5 5px 5 rgba(255, 255, 255, 0.1), 5 5px 5 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar .icon-bar {
    height: 3px;
    width: 30px;
}

.navbar .btn-navbar{
	width: 50px;
	padding: 5px;
	padding-top: 12px;
	padding-bottom:10px;
	color: black;
	
}

.navbar .btn, .navbar .btn-group {
    margin-top: 8px;
	margin-bottom: 5px;
}


.navbar .btn-navbar p{
	text-align:center;
	margin:auto;
}

.icon-bar{
	margin:auto;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #8b8a8a;
  *background-color: #8b8a8a;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #8b8a8a;
}



.container-fluid{							/*next four styles are for styling pancake button location*/
	padding-left: 0px;
}

.navbar-inner {
	z-index: 2000;
	position: absolute;				/*allows pancake menu to be positioned on top of other elements rather than move them down*/
	right: 3em;
	top: 0em;
	width: 8em;
}

.collapse{							/*positions the dropdown menu*/
	position: absolute;
	right: 1em;
	top: 1.5em;
}

nav .nav{								/*styles the dropdown menus color*/
	background-color: #a6a8aa;
	border: 1px solid #a6a8aa;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;

}

nav .nav:before {
	position: absolute;
	top: 5px;
	right: 9px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #a6a8aa;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}

nav .nav:after {
	position: absolute;
	top:6px;
	right: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #a6a8aa;
	border-left: 6px solid transparent;
	content: '';
}

.navbar .nav > li > a {
	font-size: 16px;
	margin-bottom: 1em;
	color: black;
}

.navbar .nav > .active > a,				/*active navbar link*/
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color:  white;
}

.navLSB{
	padding-left: 3em;
}

.navImg img{
	width: 150px;
}
.homeLogo img{
	width: 80%
}

.logo{	

	padding-left: 4em;
	
}

.navImgHome, .homeLogo{
	margin-top: 1em;
}

#backgroundwrapper .homeLogo{
	margin-right: 3em;
}

.navFooter.navbar .nav > li {
	width:auto;
	padding: 10px;
}

.navFooter.navbar .nav > li > a {
    margin-bottom: 0em;
}

.social{
	padding-right: 3em;
}

.socialTop{
	margin-top: 1em;
	padding-right: 1em;
}

.span1.displayNone{
	display:none;
}

#form13{
	margin-right:2em;
	margin-left: 2em;
}

.galleryImgRow img{
	width: 180px;
}

.testimonials{
	padding-left: 4em;
}

#pwebcontact111_form div.pweb-captcha					/*resizes captcha*/
 {
   transform:scale(0.77);
   -webkit-transform:scale(0.77);
   transform-origin:0 0;
   -webkit-transform-origin:0 0;
  }

}

@media (max-width: 832px){								/*portrait ipad*/

.navLSB{
	padding-left: 2em;
}

#backgroundwrapper .homeLogo{
	margin-right: 1em;
	margin-top: 3em;
}

#form13{
	margin-right: 1em;
	margin-left: 1em;
}

#form13 .wdform_section{
	margin-left: 2em;
}

.galleryImgRow img{
	width: 160px;
}

.testimonials{
	padding-left: 3em;
}

.logo{	
	padding-left: 3em;
	
}
.imgRow img {
    width: 125px;
}

.homeLogo img{
	
	padding-left:0em;
}

}


@media (max-width: 767px){								/*stacks*/

#backgroundwrapper{
  	background-size: 1000px 700px;
}

#backgroundwrapper .homeLogo{
	margin-top: 2em;
	text-align: left;
	margin-right: 3em;
}

.showStack{
	display: inline-block;
}

.displayMed{							/*next two hide and display the home nav images depending on if spans stack*/
	display:inherit;
}

#backgroundwrapper .displayLg{
	display:none;
}

#backgroundwrapper .displayLgSml, #backgroundwrapper > footer > div.span1{
	display:none;
}

.homeLogo img{
	width: 100%;
	margin-top: 1em;
	margin-left: 1em;
}

.homeLogo p{
	float: left;
	width: 30%;
}

.navImgHomeSml img{
	width: 150px;
	border-radius: 2px;
	background: #6a0900;
    box-shadow: 2px 2px 5px #220000;
	padding: 2px;
	margin-top: 0em;
	margin-left: 0em;
}

.navImgHomeSml{						/*displays home nav images so they appear inline with logo once stacks*/
	width:60%;
	margin-left: 1em;
	margin-right:1em;
	float: right;
}

.navImgHomeSml table{
	width: 100%;
}

.navImgHomeSml td{
		font-size: 18px;
		padding-right: 0px;
}

.logo{
	text-align: left;
	padding-left:2em;
}

.navbar-inner {
    position: absolute;
    right: 1em;
}

.social{
	padding-right: 0em;
}

.socialTop {
    padding-right: 1em;
}

footer .social{
	margin-top: -1em;
	margin-right: 1em;
}

.gallery.socialTop{
	padding-right: 1em;
}

#backgroundwrapper > header > .span2, #backgroundwrapper > header > .span3:nth-child(2){
	display: none;
}

#backgroundwrapper > header > .span7, #backgroundwrapper > header > .span6{
	margin-top: -4em;
}

.span3.displayNone{
	display:none;
}

.article, .form{
	margin-right:3em;
	margin-left: 3em;
}

#form13{
	margin-right:2em;
	margin-left: 2em;
}

#form13 .wdform_section{
	width: 90%
}

#backgroundwrapper .form{
	margin: auto;
	width: 80%;
}

.article img{
	width: 230px;
	margin-left: 2.5em;
	margin-bottom: 2.5em;
	margin-top: 0px;
}

.imgRow img {
    margin-left: 5px;
    margin-right: 5px;
	margin-bottom: 10px;
    width: 200px;
}

.imgRow.galleryImgRow{
	margin-top: 0em;
}

.galleryImgRow img{
	width: 200px;
	margin-top: 30px;

}

.galleryImgRow table{
	font-size: 22px;
}

.smlDTest{
	padding-left: 1em;
	padding-right: 1em;
}

.badgeWedding{
	padding: 0em;
	display:block;
	width:100%;
	padding-bottom:20px;
	
}

div.badgeInd{
	width: 30%;
	text-align:center;
	padding-right:1%;
	padding-left:1%;
	
}


.psclogo{
	padding-right:1.5em;
	padding-left: 1.5em;
}

.badgeHide{
	display:none;
}

body > img{
	display:hide;
}

#pwebcontact111_box{
margin-left:0px;

}

@media (max-width: 595px) {	

		
.article img{
	width: 200px;
	margin-left: 1em;
	margin-right:1em;
	margin-bottom: 1em;
	clear:both;
}

.article h1{
	text-align: center;
}

.article img.pull-left{
	margin-right: 1em;
	
}


footer .social{
	
	text-align:right;
}

#form12 .wdform_section{
	margin-left: .5em;
	margin-right: .5em;
	
}

.form{
		padding-left: .5em;
}

#backgroundwrapper .form{
	width: 80%;
}

.pweb-labels-inline form.pwebcontact-form .pweb-field{
	width:100%;
}
}

@media (max-width: 515px) {				/*need to change formatting of article*/


#backgroundwrapper{
  	background-size: 700px 700px;
}

.article{
	padding-left: 1.85em;
	padding-right: 1.85em;
}
.article img{
	width: 250px;
	float: none;
	text-align: center;
	margin:auto;
	margin-bottom: 1em;
	margin-top: 0px;
}

.article h1{
	font-size: 26px;
}

.article .imgP{
	text-align: center;
}

.article img.pull-left{
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 1em;
}

.article p:nth-child(6){
	display: none;
}

.article p.show{
	display:block;
}

.imgRow{
	margin-bottom: 1em;
}

.imgRow img {
    margin-left: 5px;
    margin-right: 5px;
	margin-bottom: 10px;
    width: 180px;
}

.navImgHomeSml img{
	width: 140px;
}

#backgroundwrapper .form{
	width: 90%;
}

#form13{
	margin-right:.5em;
	margin-left: .5em;
}

#form13 .wdform_section{
	margin-left: .5em;
}
}


@media (max-width: 480px) {
	
#backgroundwrapper{
  	background-size: 500px 500px;	
}

#backgroundwrapper .homeLogo{
	margin-top: 4em;
	
}	

.homeLogo{
	text-align: center;
}

.homeLogo p{
	float: none;
	width: 100%;
	text-align:center;
}

.homeLogo img{
	width: 60%;
	margin-top: -5em;
	margin-left: 0em;

}

.navImgHomeSml img{
	width: 150px;
	border-radius: 2px;
	background: #6a0900;
    box-shadow: 2px 2px 5px #220000;
	padding: 2px;
	margin-top: 0em;
	margin-left: 0em;
}

.navImgHomeSml{						/*displays home nav images so they appear inline with logo once stacks*/
	width:80%;
	margin: auto;
	float: none;
}


.loo img{
	width: 140px;
}

.logo{
	padding-left:1em;
}

.article, .form{
	margin-right:1em;
	margin-left: 1em;
	
}

#backgroundwrapper > header > .span7, #backgroundwrapper > header > .span6{
	margin-top: -6em;
}

.socialTop{
	margin-right: -2em;
}

.social img{
	width: 28px;
	margin-right: 10px;
}

.galleryImgRow img{
	width: 160px;
}

.galleryImgRow table{
	font-size: 20px;
}


div.badgeInd:nth-child(2){
	padding-left:5%;
}

div.badgeInd:nth-child(3){
	padding-right:0%;
}

.badgeWeddingOther > div > div.badgeInd{  /*adjusting width of row for wedding wire badge only*/
	width: 20%;
}

}
	
@media (max-width: 396px) {
.navImgHomeSml img{
	width: 130px;
}

.galleryImgRow img{
	width: 140px;
}

.psclogo.phoneNumber {
    margin-top: 0em;
}

.psclogo.phoneNumber p{
	text-align:center;
}

div.badgeInd{
	width:100%;
}

div.badgeInd:nth-child(2) {
    padding-left: 1%;
	padding-top: 1em;
}



}



@media (max-width: 360px) {

#backgroundwrapper{
  	background-size: 400px 400px;	
}

.navImgHomeSml img{
	width: 120px;
}

.galleryImgRow img{
	width: 120px;
}

}