#custom-cursor {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  border-color: #712600;
  background-color: white;
  position: fixed;
  top: 0;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: transform 500ms;
}

#custom-cursor.zoom {
  transform: scale(3);
}

#custom-cursor::after {
  content: "";
  border-radius: 70%;
  border-color: #712600;
  position: absolute;
  top: -8px;
  left: -8px;
  border: 2px solid #712600;
  width: 16px;
  height: 16px;
}


.montserrat-extralight {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
  }

.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

nav {
    background-color: none;
    text-align: end;
    float: right;
    padding-top: 30px;
    padding-right: 40px;
}

.logo {
    background-color: none;
    width: 300px;
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    float: left;
    margin-top: 12px;
}


ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navbar {
    display: inline-block;
    margin-right: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    font-size: 16px;
    color: #712600;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    cursor: none;
}

a:hover {
    color: #712600;
    opacity: 60%;
}

main {
    padding-left: 70px;
    display: inline-block;

}

.showcase-grid {

    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}

body{
    cursor: none;
    background: rgb(150,116,68);
    background: linear-gradient(321deg, rgba(150,116,68,0.19793855042016806) 1%, rgba(195,184,173,0.19793855042016806) 47%, rgba(153,135,129,0.19793855042016806) 100%);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 37px;
}

body:hover #custom-cursor {
  opacity: 1;
}

section {
    background: rgb(150,116,68);
    color: black;
    padding: 20px;
    display: flex;
    flex-direction: row;
}

.boxes {
    display: grid;
    padding-top: 40px;
    grid-column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}


.biofont {
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #4b392f;
    padding-top: 25px;
    padding-right: 200px;
    float: inline-start;
    text-align: left;
    line-height: 20px;
    font-size:11px
}

.portrait {
    max-width: 64%;
    min-width: 64%;
    padding-bottom: 50px;
    margin-left: 0;
    float: inline-end;
    object-fit:cover;
}

#homeimg {
    max-width: fit-content;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    position: relative;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


footer{
    
    background-color: none;
    color: #712600;
    display: block;
    text-align: center;
    font-size: small;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}



.exhibitions {
    position: relative;
    width: 50%;
}
  
.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    margin: 10px;
    margin-left: 60px;
}
  
.exhibitions:hover .image {
    opacity: 0.3;
}
  
.exhibitions:hover .middle {
    opacity: 1;
}
  
.text {
    background-color: none;
    color:#4b392f;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    padding: 16px 32px;
    text-align: center;
}
  
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.column1 {
    padding-top: 500px;
    padding-bottom: 30px;
}

.column2 {
    padding-top: 20px;
    padding-bottom: 30px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 10px;
}


.exhibitiontext {
    display: inline-block;
    text-align: justify;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size:12px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #4b392f;
}

.exhibitiontext2 {
    display: inline-block;
    text-align: justify;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size:12px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 20px;
    color: #4b392f;
}

.glassblowntitle {
    display: inline-block;
    text-align: justify;
    line-height: 5px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #4b392f;
}

.glassblowntext {
    display: inline-block;
    text-align: justify;
    line-height: 5px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size:12px;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #968d88;
}

.exhibitiondiv {
    padding-top: 150px;
}

.linkref {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size:12px;
    color: black;
    text-decoration:underline;
}



* {box-sizing: border-box}
body {font-family: "Montserrat"; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 720px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 30px;
  margin-top: -22px;
  color: #dac9b8;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #4b392f (0,0,0,0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #dac9b8;
  font-size: 12px;
  padding: 8px 12px;
  position:absolute;
  top: 1;
}

/* The dots/bullets/indicators */
.dot {
  cursor: none;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #dac9b8;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #4b392f;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

* {box-sizing: border-box;
}
* {
  font-family: "Montserrat";
  color: #4b392f;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #712600;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
  }
  
  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background: rgb(150,116,68);
    background: linear-gradient(321deg, rgba(150,116,68,0.8562018557422969) 1%, rgba(195,184,173,0.8421962535014006) 47%, rgba(153,135,129,0.8421962535014006) 100%);
    border-radius: 15px;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=message] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    background: white;
    border: 2px;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=message]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #4b392f;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: #712600;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }