header {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    background-image: none;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.padder {padding: 20px; }
.padder p {  font-size: 0.9em;}

.bg-primary {
 
  background-color: #FFFFFF;
    color: #5a616b;
	}
#bridal {  background-color: #5a616b;}
.tall  {height: 100%; width: 200%; text-align:center;}
.tall img {height: 100%; width: auto; max-width: auto;}

 section {padding-top: 40px;}

@media (min-width: 768px) {
header {
    min-height: 100%;
}
}
h2 {
	padding: 10px  5% 0  5%;
	float:left;
}
 
#page img { width: 80%}

.text-muted {
font-size: smaller;
    color: #5a616b;
}
.greenBG {
   background: #213526;
}
.navbar {
    min-height: 100px;
    margin-bottom: 20px;
	background: #213526;
 }
.right {float: right;}
.contactButton{font-family: 'Merriweather', serif; text-transform: uppercase; float: right; margin: 10px 2%; padding: 10px 20px; color:#ffffff; border: 1px solid #dddddd;
      }
.contactButton:hover {color:#5a616b; background-color: #dddddd;
      }
.navbar-nav {
    clear: right; margin-right: 2%;
}
@media only screen and (max-width : 480px) {
	.navbar-brand {
		position: relative;
		margin-left: 56px;
		color: #FFF !important;
	}
	.navbar-brand>img {
		width: 2.5em;
		position: absolute;
		top: -2px;
		left: -26px;
	}
	.contactButton {
		padding: 10px 18px;
	}
	.contactButton:first-of-type {
		float: left;
	}
	.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
		color: #FFF;
	}
}
@media only screen and (max-width : 320px) {
      .contactButton {
		padding: 10px;
	}  
}
@media(min-width: 460px) and (max-width: 810px){

}