/* CSS Document */

body,h4,h5,h6 {
	font-family: "Lato", sans-serif;
}
h1,h2,h3 {
	font-family: 'Great Vibes', sans-serif;
}
body, html {
   height: 100%;
	color: #777;
	line-height: 1.8;
}
a {
   text-decoration: none; 
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
	background-image: url("../../images/20221023_164450.jpg");
	min-height: 100%;
}

/* Second image (Portfolio) */
.bgimg-2 {
	background-image: url("../../images/20220718_215317_1.jpg");
	min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
	background-image: url("../../images/20220606_105546_1.jpg");
	min-height: 400px;
}
.bgimg-4 {
	background-image: url("../../images/20221023_173845_1.jpg");
	min-height: 400px;
}
.bgimg-5 {
	background-image: url("../../images/20221023_174103.jpg");
	min-height: 400px;
}
.bgimg-6 {
	background-image: url('../../images/20220212_133309_1.jpg');
	min-height: 400px;
}
.w3-wide {
	letter-spacing: 10px;
}
.w3-hover-opacity {
	cursor: pointer;
}
section {
   background-image: url("../../images/background_circle.png");
}
.e2-img-gallery {
   display: grid;
   justify-content: center;
   align-items: center;
   grid-gap: 1em;
   grid-template-columns: repeat(auto-fit ,minmax(150px,1fr));
   
   
}
.e2-img-box {
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: zoom-in;
   aspect-ratio : 1 / 1;
}
.e2-img-zoom {
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: zoom-out;
   max-height: 100%;
}
.e2-modal {
   z-index:3;
   display:none;
   position:fixed;
   left:0;
   top:0;
   width:100%;
   height:100%;
   overflow:hidden;
   background-color:rgba(0,0,0,0.75);
}
.e2-modal-content {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   width: 100vw;
   cursor: zoom-out;
}
textarea
{
  width:100%;
}
img {
   max-width: 100%;
   max-height: 100%;
}
iframe {
   width: 100%;
   height: 450px;
   border: 0px;
   overflow: hidden;
}
div.table {
   border: 1px solid #404040;
   display: table;
}
div.tr {
   border: 0px;
   display: table-row;
}
div.td {
   border: 1px solid #404040;
   border-bottom: 1px thin;
   display: table-cell;
   padding: 2px;
}


@media not all and (min-resolution:.001dpcm) {
   @supports (-webkit-appearance: none) {
   .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
      background-attachment: scroll;
      min-height: 400px;
   }
   }
}
   
/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
    background-attachment: scroll;
    min-height: 400px;
  }
}*/