header .container {
  padding-bottom:50px;
}
header h1, .lead {
  color: black;
}
header h1 {
  font-size: 48px;
}

header {
    background: url('../img/gatineau.jpg');
    background-size: cover;
    height:auto;
    min-height: 960px;
  }
header .carousel-iphone {
  margin-right: inherit;
}


  .story{
  	overflow: hidden;
  	padding: 100px 0px 100px 0px;
  	min-height: 200px;
  }

  .story{
    padding-top: 50px;
  }


  .photos{
  	overflow: hidden;
  	padding: 230px 0px 150px 0px;
  	min-height: 600px;
  	background: url('../img/dunes.jpg');
  	background-position: center top;
  	background-repeat: repeat-x;
  	color: white;
  }

  .photos h1,   .photos h2,   .photos h3,   .photos h4 {
  	text-transform: uppercase;
  	font-weight: 300;
  	font-family: 'Roboto Condensed', sans-serif;
  	font-size: 2.8em;
  	color: white;
  }
  .photos{
  	padding-top: 50px;
  	padding-bottom: 50px;
  	min-height: 200px;
  }

  .photos h1{
  	font-size: 24px;
  }
  .social .visibility {
    visibility: visible;
  }
  .social {
    background: url('../img/sea.jpg');
  }


  .english-description {
    text-align: right;
  }
  .french-description {
    text-align: left;
  }


/*Fancy Buttons*/
  .button-fill {
    text-align: center;
    background: #ccc;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin: 25px;
  }
  .button-fill.grey {
    background: #445561;
    color: white;
  }
  .button-fill.orange {
    background: #f26b43;
    color: #fff;
  }
  .button-fill.orange .button-inside {
    color: #f26b43;
  }
  .button-fill.orange .button-inside.full {
    border: 1px solid #f26b43;
  }
  .button-text {
    padding: 0 25px;
    line-height: 56px;
    letter-spacing: .1em;
  }
  .button-inside {
    width: 0px;
    height: 54px;
    margin: 0;
    float: left;
    position: absolute;
    top: 1px;
    left: 50%;
    line-height: 54px;
    color: #445561;
    background: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-transition: width 0.5s, left 0.5s, margin 0.5s;
    -moz-transition: width 0.5s, left 0.5s, margin 0.5s;
    -o-transition: width 0.5s, left 0.5s, margin 0.5s;
    transition: width 0.5s, left 0.5s, margin 0.5s;
  }
  .button-inside.full {
    width: 100%;
    left: 0%;
    top: 0;
    margin-right: -50px;
    border: 1px solid #445561;
  }
  .inside-text {
    text-align: center;
    position: absolute;
    right: 50%;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  /*Fancy Buttons*/




@media (min-width:1024px) {
.capture-logo {
  text-align: right;
}
header .header-text {
  text-align: left;
}

}
