@charset "UTF-8";
/* CSS Document */
body{
	top: 50px;
}
#header-section
.img-fluid{
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -1;
	position: relative;
}
.img-fluid img{
	position: relative;
	z-index: -1;
	max-width: 100%;
}
#about{
	position: absolute;
}
.navbar-brand{
	width: 120px;
}
.btn{
position: absolute;
background-color: #85715A;
margin-top: 335px;
margin-left: 90px;
width: 15%;
}
.btn hover{
background-color: #403021;
}
#navbarNav {
	justify-content: center;
}
.nav-item{
	margin-right: 100px;
}
.nav-item:last-child{
	margin-right: 0px;
}
.navbar{
     top: 0;
     left: 0;
     right: 0;
	 z-index: 1000;
}
.container-fluid{
	background: none;
	
}

 
.info-section {
    width: 100%;
    background-color: #b09e89; 
    text-align: center;
    color: #786B59;
    padding-top: 10%; 
}

.info-section h2 {
    margin-bottom: 2%; 
    margin-top: 15%; 
}

.info-section p {
    color: white;
	margin-bottom: 15%; }

.img-fluid{
position: absolute;
}
#submit{
	margin-top: 0px;
}
.contact-form{
	top: 40px;
	background-image:url("imgs/mockup2.jpg");
	background-size: cover;
	
}
.text-center{
color: white;
}
#container{
	width: 100%;
	top:20px;
background-image: url("imgs/mockup2.jpg")
}
.contact-form textarea {
	background-color: rgba(255, 255, 255, 0.4);}
.form-control {
background-color: rgba(255, 255, 255, 0.4);}

.blockquote-footer img {
	width: 900px;
	margin-top: 35px;
	margin-left: 40px;
	
}
.blockquote-footer{
	background-color: #83614E;
	height: 150px;
	margin-top: 68%;
	position: absolute;
	width: 100%;
	margin-bottom: 0px;}
#contact{
	top:0px;
}
