#gallery {
    background-image: url('../images/gallery.jpg') ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 260px;
}
.page-header h1{
    line-height: 40px;
    letter-spacing: 0.6px;
    font-size: 50px;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    padding-top: 50px;
    position: relative;
}
.header-content {
    line-height: 20px;
    font-size: 18px;
    color: #ffffff;
}
#instafeed {
    padding-top: 5vh;
}
.instaimg img {
    margin-bottom:30px;
}
.instaimg img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.button-wrapper {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 30px;
}
.button {
    position: relative;
    outline:none;
    height: 40px;
    text-align: center;
    width: 130px;
    border-radius:40px;
    background: #fff;
    border: 2px solid; 
    letter-spacing:1px;
    text-shadow:0;
}
.button:hover {
    color:white;
    background: #706e6e;
}
.button:active {
    letter-spacing: 2px ;
}

