/*PARALLAX IMAGES*/

.parallax-image {
    background:transparent center no-repeat;
    background-size:cover;
    height:80vh;
}





/*HEADER*/



/*CONTENTS*/
.nav{
	width: 23%;
	float: left;
	margin: 0.5%;
	border-radius: 10px;
}


/*ABOUT*/

#about{
	padding: 140px 0;
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
}

#about p{
    width: 28%;
    display: inline-block;
    text-align: left;
    padding: 20px;
    color: #45636B;
}




/*GALLERY*/

.galleryrows{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 20vh;
    background: transparent;

}


.galleryrows{
	width: 200vw;
    height: 30vh;
    overflow: hidden;
}


.gallerybox{
	width: 11.5%;
    height: 90%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0.5%;
    border-radius: 10px;
}


/*BLOG*/



/*CONTACT*/



/*FOOTER*/