/* COMMENT THINGY*/
body {
  margin-top:120px ;
  background-color: #e4d5be;
  font-family: 'Bobby Jones Soft Regular';
}

button{
  font-size: 30px;
}

h1 {
  font-family: 'Bobby Jones Soft Regular';
  text-align: center;
  font-size: 40px;
}
@font-face {
  font-family: 'Bobby Jones Soft Regular';
  src: url("Fonts/Bobby Jones Soft Regular.tff");
}

.logo{
  max-width: 125px;
  max-height: 125px;
  background-color: inherit;
}
.box{
  height: auto;
  background-color: #f6f0e7;
}
#--PREVEIW--{
  background-color: #e4d5be;
  width: 100%;
  align-items: center;
}
.container{ /*On desktop view*/
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0px 25vw;
  background-color: #f6f0e7;
}
.container p{
  flex: 1;
}
.text{ /*On desktop view*/
  padding-left: 8vw;
}
@media (max-width: 1910px){ /*laptop view*/
    .text{
      padding-left: 4vw;
    }
    .container{
      margin: 0px 20vw;
    }
} 
/*About us stuff*/
.text1{
  text-align: center;
  padding: 0px;
}

p {
  font-size: 16pt;
}
.box1{
  padding-top: 10px;
  background-color: #f6f0e7;
  margin: 20px 300px;
}

.sampleimg{
  margin-left: 100px;
  flex:0;
  width: 125px;
  height: 125px;

}
.box2{
  flex:1;
  background-color: #f6f0e7;
  margin: 0px 30px;
}
.text2{
  text-align: center;
  padding: 30px;
}

footer{
  margin-bottom: 0px;
}
.currentproductimg{
  padding: 30px 30px;
}

.productimg{
  width: 300px;
  height: 300px;
  
}
div.sticky{
  font-family: 'Bobby Jones Soft Regular';
  font-size: 22px;
  color: #2f88a3;
  text-align: center;
  text-decoration: none;
  position: sticky;
  padding: 20px;
  bottom: 02;
}

.daymakers{
  font-size: 60px;
  margin-left: 20px;
  color: #417e8d;
}

x.home{
  font-family: 'DynaPuff', cursive;
}

.links{
  text-align: end;
  margin-left: auto;
  margin-right: 10%;
  gap: 30px;
}