body {
  background-color: #e3e7ed;
  /* background: radial-gradient( #ffc1db00,#ffc1db00, #72a1e2a0); */
  /* background: radial-gradient( #ffffff00,#ffffff00, #65758ba0, #000000a0); */
  font-family: Montserrat;
}

#wrapper {
  margin: 24px auto;
  width: 1200px;
  /* background: radial-gradient( #ffffff,#ffffff,#8293ab, #8293ab); */
  padding: 24px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto 1fr;
  grid-column-gap: 24px;
  
}

.centertext {
    text-align: center;
    margin-top: 0;
}


.specialheader {
  /* position: absolute; */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  grid-area: 1 / 1 / 3 / 6;
  
  z-index:1;
  padding: 1rem;
  margin-left: 1rem;
  background-image: url("../assets/images/common/name_bg.png");
  background-repeat: no-repeat;
}

.specialheader:hover {
  background-image: url("../assets/images/common/name_bg.png"), url("../assets/images/common/name_hover.png");
  background-repeat: no-repeat;
  /* padding-right: 25rem; */
}
.bird {
  grid-area: 2 / 1 / 6 / 3;
  z-index:4;
  /* padding-left: 2rem; */
}
.name_text_front {
  grid-area: 7 / 4 / 7 / 10;
  padding-top: 2.5rem;
  padding-right: 1.4rem;
  z-index:3;
  font-size: 14px;
  text-align: right;
  color: #99999900;
}
.birdfront{
  grid-area: 4 / 9 / 7 / 12;
  z-index:3;
  /* padding-left: 2rem; */
}
.frontbackground{
  /* If four <grid-line> values are specified, grid-row-start is set to the first value, grid-column-start is set to the second value, grid-row-end is set to the third value, and grid-column-end is set to the fourth value. */
  /* grid-column: 3 / span 8; */
  grid-area: 4 / 1 / 19 / 7; 
  z-index:1;
  /* background-position: center; */
  /* margin-top: 1rem; */
  /* position:relative; */
}

.backgroundprojects {
  grid-area: 3 / 2 / 22 / 12; 
  z-index:1;
  margin-left: 1rem;
}



.projectsheader {
  /* grid-area: 5 / 5 / 5 / 9;  */
  padding-bottom: 1rem;
  grid-column: span 12;
  z-index: 5;
  font-size: 30px;
  text-align: center;
}

.projects {
  grid-area: 5 / 4 / 45 / 10; 
  z-index: 6;
  margin: 0;

  padding: 0;
}

.projects ul {
  list-style-type: none;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  justify-content: center;
  
}
.projects li {
  text-align: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3rem;
  font-size: small;

}



.projects li:hover {
  background-image: url("../assets/images/common/choice_gallery.png");
  background-repeat: no-repeat;
  background-position: center;
}

#myCarousel {
  margin-bottom: 24px;
  /* grid-area: 13 / 4 / 15 / 10;  */
  grid-column: span 12;
  z-index: 7;
  text-align: center;
  --f-carousel-slide-height: 60%;
}

#myCarousel .f-carousel__slide {
  grid-column: span 12;
  
  text-align: center;
  padding: 24px;
  background: #eee;
}

.projects audio {
  margin-top: 2rem;
}
.projects video {
  margin-top: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.projects a {
  color: black;
  font-size: medium;
  font-weight: bold;
}
.projects a:hover {
  color: black;
}
.projects a:visited {
  color: black;
}
.artiststatementheader {
  /* grid-area: 6 / 3 / 19 / 6;  */
  padding-bottom: 2rem;
  z-index: 5;
  font-size: 30px;

}
.artiststatement {

  /* margin-top: 1rem; */
  padding-right: 1rem;
  grid-area: 5 / 2 / 17 / 7; 
  z-index:3;
  text-align: center;
  font-size: 20px;
  transform: rotate(-2deg);
}

.artiststatement p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.eye {
  grid-area: 2 / 6 / 10 / 10;
  z-index:2;
  margin-left: 2.5rem;
  color: white;
  text-align: center;
}



.tear {
  grid-area: 14 / 9 / 30 / 11;
  /* grid-column: span 12; */
  z-index:2;
  margin-left: 2.5rem;
}

nav {
  grid-area: 2 / 10 / 8 / 13;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
  z-index:2;
  text-align: center;
  /* position:absolute;
  z-index:2; */
}

nav ul {
  list-style-type: none;
  display: inline-block;  
  margin: 0;
  padding: 0; 
  /* background-image: url("menu_bg1.png"); */
}
nav li a {
  color: black;
  display: block;
  margin: 0;
  padding: 3rem; 
  /* padding-bottom: 1.5rem; */
  /* padding-top: 0.6rem; */
  text-decoration: none;
  font-size: 20px;
  /* background-image: url("menu_bg1.png");
  background-repeat: no-repeat; */
}

li.link1 {
  background-image: url("../assets/images/common/menu_bg1.png");
  background-repeat: no-repeat;
  background-position: center;
}

li.link2 {
  background-image: url("../assets/images/common/menu_bg2.png");
  background-repeat: no-repeat;
  background-position: center;
}

li.link3 {
  background-image: url("../assets/images/common/menu_bg3.png");
  background-repeat: no-repeat;
  background-position: center;
}

nav a:hover {
  /* background: radial-gradient(#72a1e2a0, #ffc1db00); */
  background-image: url("../assets/images/common/underscore.png");
  background-repeat: no-repeat;
  background-position: center;
}

nav a:visited {
  color: black;
}

.language {
  grid-area: 1 / 11 / 1 / 13;
  z-index:2;
  /* padding-top: 10%; */
  padding-left: 17%;
  background-color: rgba(250, 235, 215, 0);
}

.button1 {
  padding-top: 1rem;
  border: none;
  background-color: #8794a800;
}
.button2 {
  padding-top: 1rem;
  border: none;
  background-color: #8794a800;
}
.button1:hover {
  background-image: url("../assets/images/common/select_lang.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  /* background-size: 100%;  */
  
}
.button2:hover {
  background-image: url("../assets/images/common/select_lang.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  /* background-size: 100%;  */}

.socialmedia {
  grid-area:  8 / 11 / 8 / 13;
  font-size: 30px;
  text-align: right;
  margin-right: 3rem;
  color: black;
  z-index: 6;
}

.socialmedia a {
  color: black;
}

.socialmedia a:visited {
  color: black;
}

.socialmedia a:hover {
  color:#4b80b2;
}

/* audio {
  grid-area:  3 / 1 / 10 / 13;
  z-index: 5;
  margin-left: 1rem;
} */

.prefooter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position:absolute;
  z-index: 0;
  grid-column: span 12;
  background-color: aquamarine;
  background-image: url("../assets/images/common/prefooter.png");
  background-repeat: no-repeat;
  background-position: center;
}

footer{
  /* grid-area: 21 / 3 / 25 / 11; */
  position:relative;
  z-index: 5;
  grid-column: span 12;
  margin-top: 5rem;
  text-align: center;
  padding: 1rem;
  background-image: url("../assets/images/common/footer.png");
  background-repeat: no-repeat;
  background-position: center;
}

.formname {
  width: 35rem;
}
.formemail {
  width: 35rem;
}

.textareafield {
  resize: none;
}

.kharakh {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:3rem;
  
}
.kharakh:hover {
  /* background-image: url("../assets/images/kharakh/crosshair_active.png"); */
  /* opacity: 0; */
  background-image: url("../assets/images/kharakh/crosshair_active.png");
  background-size: 3rem;
}
.kharakh1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
h3 {
  text-align: center;
  margin-top: 0;
}
h1 {
  text-align: center;
  margin-bottom: 0;
}

h2 {
  text-align: center;
}

/* .kharakhcontainer:hover {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../assets/images/kharakh/crosshair_active.png");
} */
/* .forminquiry {
  background-color: #4b80b2;
  
  
}
.forminquirytext {
  background-color: aquamarine;
} */

/* @media screen and (max-width: 500px){
  #wrapper {
    width: 75%;
  }
} */