@font-face {
    font-family: monument;
    src: url(Monument.ttf);
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #1d3752;
    color: rgb(255, 255, 255);
}

.menu_logo{
    display: block;
    padding-top: 40px;
    position: relative;
}

.menu_logo img{
    width: 350px;
    height: 100px;
    text-align: center;
    align-items: center;
    display: block;
    position: relative;
}

.barefootcontent {
    width: 70%;
    margin: 100px auto;
    /* border: 1px solid #5c5c5c; color: #fff;*/
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.project__container-title h1{
    color: #fff;
    font-family:"monument", sans-serif;
    font-size: 4.5vw;
    text-transform: uppercase;
    text-align: center;
}

.project__container-subtitle {
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.project-overview{
    padding-top: 50px;
    padding-bottom: 50px;
}

.project-overview p{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.project-unique{
    padding-top: 10px;
    padding-bottom: 70px;
}

.project-unique p{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.bare-pinot {  display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    grid-template-areas:
      "bare1 bare2 bare2"
      "bare1 bare2 bare2"
      ". bare2 bare2";
  }
  
  .bare1 { grid-area: bare1; }

  .bare1 img{
    width: 790px;
    height: 440px;
  }
  
  .bare2 { grid-area: bare2; }

  .bare2 img{
    width: 900px;
    height: 840px;
}

.bare-moscatto {  display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    grid-template-areas:
      "bare3 bare4 bare4"
      "bare3 bare4 bare4"
      ". bare4 bare4";
}
  
  .bare3 { grid-area: bare3; }

  .bare3 img{
    width: 790px;
    height: 440px;
}
  
  .bare4 { grid-area: bare4; }

  .bare4 img{
    width: 900px;
    height: 840px;
}

  
  .bare-rose {  display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    grid-template-areas:
      "bare5 bare6 bare6"
      "bare5 bare6 bare6"
      ". bare6 bare6";
  }
  
  .bare5 { grid-area: bare5; }

  .bare5 img{
    width: 790px;
    height: 440px;
  }
  
  .bare6 { grid-area: bare6; }

  .bare6 img{
    width: 900px;
    height: 840px;
  }

.pagination a {
    color: rgb(255, 255, 255);
    float: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    font-family:"monument", sans-serif;
    font-size: 5vw;
}
  
.pagination a.active {
    background-color: dodgerblue;
    color: white;
}
  
.pagination a:hover:not(.active) {color:#2980b9;
}

footer a{
    text-decoration: none;
}

.anime-js-title .letter {
    display: inline-block;
    line-height: 1em;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #5260e6; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    font-family: "monument", sans-serif;
}
  
#myBtn:hover {
    background-color: #7da7d9; /* Add a dark-grey background on hover */
}

.btn {
    background-color: transparent;
    border: 2px solid ;
    border-color: #f2f2f2;
    color: white;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 13px;
    text-align: center; 
    font-family:"monument", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: inline;
    margin-bottom: 50px;
  }
  
  
  .btn a{
    text-decoration: none;
  }
  
  /* Darker background on mouse-over */
  .btn:hover {
    background-color: #2980b9;
  }

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #00000000;
    border-radius: 10px;
}