/* This stylesheet is meant for custom styles, on top of The Ben Template */
/*CUSTOM DVNO CSS*/
@media only screen and (max-width: 700px) {
    body .cursor {
        display: none;
    }
}

body {
    cursor: none;
}
a {
	cursor: none;
}
video {
    cursor: none;
}

 .cursor{
   position: fixed;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background-color: #f5f5f5;
   pointer-events: none;
   mix-blend-mode: difference;
   z-index: 999;

   transition: transform 0.2s;
 }

.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;}

.rowstyle {
  margin-left: 1em;
  margin-right: 1em;}

.socialmedia{
	width: 350px;
	margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;}

.zindex{
	z-index: 999;}

.zindexcoroa{
	z-index: 999;}

.img {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);}

.prints {
	margin-top: -40px;}

.video{
  object-fit: cover;
  background-size: cover;
}

.backdrop-filter{ saturate(180%); blur(60px);
}

h4.reduce{
	font-size: 15px
}




.parent {
  position: relative;
  top: 0;
  left: 0;
}
.image1 {
  position: relative;
  top: 20px;
  left: 10px;
}
.image2 {
  position: absolute;
  top: 200px;
  left: 360px;

}
.image3 {
	z-index: 2;
  position: absolute;
  top: 350px;
  left: 20px;
}

.divinemargins {
	margin-top: 10px;
	margin-bottom: 10px;
}