/* Reset CSS */
* {
    box-sizing: border-box;
}

body {
    margin: 0 auto; 
    font-family: Futura, sans-serif;
    padding: 0;
    background-color: #FCF7EF;
    color: #574825;
    font-size: 8pt;
}

header {
    padding: 10px;
}
.logo {
     display: block;
    margin: 0 auto; 
    text-align: center;
    width: 200px; 
	margin-top: 33px;
}
.logo img{
	width: 100%;
	
}

nav {
    text-align: center;
	font-size: 12pt;
	width: 100%;
	
}

nav ul li {
    display: inline-block;
    margin-right: 150px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    color: #655E3D;
    text-decoration: none;
	position:relative;
	text-align: center;
}

/* here starts the home page*/

.home-video{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.hometext1{
	position: absolute;
	top: 730px;
	font-size: 16pt;
	color: #FCF7EF;
	margin: 150px;	
	text-align: center
}

.home-video video {
  width: 100%;
  
}

.home-img1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 40%;
	height: auto;
	z-index: -999;
}
.home-img2{
	position: absolute;
	top:100%;
	right: 0;
	width: 30%;
	z-index: -999;
}
.hometext2 {
  position: absolute;
  text-align: left;
  color: #FCF7EF;
  bottom: -700px;
  left: 41%; 
  margin-right: 700px;
	font-size: 16pt;
}



/* here starts the about page*/

.about-img1{
	position: absolute;
	width: 30%;
}
.about-img2{
	position: absolute;
	width: 35%;
	right: 0;
}
.about-img3{
	position: absolute;
	width: 30%;
	left: 20%;
	margin-top: 830px;
	
}
.mission-img{
	display: block;
	margin-top: 1800px;
	position: absolute;
	width:100%;
}
.about-text1{
	position: absolute;
	text-align: left;
	font-size: 12pt;
	margin-top: 10%;
	margin-left: 34%;
	margin-right: 37%;
}
.about-text2{
	position: absolute;
	text-align: left;
	font-size: 12pt;
	margin-top: 30%;
	margin-left: 34%;
	margin-right: 37%;
}
.about-text3{
	position: absolute;
	text-align: left;
	font-size: 12pt;
	margin-top: 79%;
	margin-left: 55%;
	margin-right: 10%;
}
.mission-title{
	position: absolute;
	text-align: left;
	font-size: 90pt;
	margin-top: 100%;
    margin-left: 100px;
}
.mission-text{
	position: absolute;
	text-align: left;
	font-size: 12pt;
	margin-top: 110%;
	margin-left: 20%;
	margin-right: 20%;
}

/*here starts the products page*/

.products-img1 {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}
.text-container {
  display: flex;
 justify-content: center;
	margin-top: 39%;
}

.text-container a {
  margin-right: 120px;
  text-decoration: none; 
  color: #FCF7EF;
  font-size: 12pt;
}

.text-container a:hover {
  text-decoration: underline;
}


.first-row{
    display: flex;
    justify-content: center;
    margin-top: 80px; 
	
}
.second-row {
	 display: flex;
    justify-content: center;
	margin-bottom: 180px;
    
}

.image-container {
    width: 300px;
    height: 400px;
    margin-left:80px;
	margin-right:80px;
	margin-top:40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 40px; 
}


.image-text {
    position:sticky;
	margin-top:10px;
    bottom: 0;
    width: 100%; 
    font-size: 16px;
    padding: 10px;
    
}

/*here starts the gallery page*/
.gallery-body{
	background-color: #C4A58E;
	color: #FCF7EF;
}
.navgal ul li a{
	color: #FCF7EF;
}
.gal1 {
  position: absolute;
  width: 41%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.gal1 img {
  width: 100%;
}

.gal2 {
  position: absolute;
  width: 30%;
  height: 388px;
  top: 0;
  right: 0;
  bottom: 60px;
  z-index: -1;
  overflow: hidden;
}

.gal2 img {
  width: 150%;
	object-fit: cover;
 

}
.gal3{
	width: 568px;
	height: 330;
	bottom: 100px;
	position: absolute;
	justify-content: center;
	right:30%;
	margin-top: 50px;
	z-index: -1;
}
.gal4{
	position: absolute;
	width: 30%;
	height: 524px;
	right:0;
	top: 385px;
}
.gal4 img{
	width: 100%;
}
/* here starts the contact page */

.form {
    margin-left: 65px;
	margin-top: 180px;
	height: 445px;
    width: 35%; 
    padding: 20px;
    background-color: #FFFFFF;
}


.contact{
	text-decoration: underline;
}

/* Form styles */
.container form {
    padding: 0px;
    border-radius: 5px;
}

.heading {
    font-size: 16pt;
    font-style: oblique;
    margin-bottom: 0;
}

.h6 {
	font-size: 8px;
    opacity: 50%;
    font-style: italic;
}

form label {
    display: block;
    margin-bottom: 5px;
}

form input,
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 0.25px solid #ccc;
    border-radius: 5px;
	height: 0.25px
}

button {
    width: 140px;
    height: 40px;
    padding: 13px;
    background-color: #655E3D;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    float: right;
}

button:hover {
    background-color: #4B4630;
}

.image {
    position:absolute;
    right: 0;
	top:0px;
    width: 40%;
	z-index: -1;
}

.video {
    position:absolute;
    top: 280px;
    right: 450px;
    width: 300px;
    height: 560px;
    z-index: 1;
}

/*footer*/
.footer {
	position: fixed;
  width: 100%;
	font-size: 12pt;
  height: 100px;
  background-color: #616250;
  color: #FFF;
  text-align: center; 
  line-height: 100px;
	bottom: 0;
	transition: bottom 0.3s ease; 
}
.show-footer .footer {
  bottom: 0;
}
.bodyhome{
	background-color: #584825;
}