body{
  font-family: "Lucida Console", "Courier New",serif;
  font-style: normal;
}

.nav-menue{
  background: conic-gradient(from 0.25turn at 10% 60%, #0000, 180deg, #326c7200, 350deg, #201818);
  height:4cm
}

.nav-text{
  position: relative;
  text-transform: uppercase;
  top: 30%;
  float:right;
  font-size:x-large;
  text-align: right;
  padding-right: 10px;
  text-decoration: none;
  color:#000;
}

.nav-text:hover{
  color:rgb(193, 220, 149);
}


.nav-logo{
  font-size:6ch;
  position: relative;
  text-align: right;
  float:left;
  transform: scale(1,5);
  -webkit-font-smoothing: antialiased;
  font-Weight: 900;
  height:30px;
}

#surname{
  font-Weight: 1000;
  transform: scale(1,4);
  display: inline-block;
}


span{
  padding-left: 9px;
  transform: scale(2,1);
  display: inline-block;
}

  body {
    margin:0;
    background-blend-mode:overlay;
    background-image:radial-gradient(rgba(196, 174, 255, 0.79),50%, rgba(100, 106, 113, 0.28)), radial-gradient(#ceffeab8, 40%, #000), linear-gradient(black,#ffffffed);
    background-size: cover;
    background-attachment: fixed;
  }


  .ProjectName {
    font-size: x-large;
  }

  .ProjectName:hover {
    background-color: bisque;
  }

  .title {
    height: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 70px;
    font-family: "Gill Sans", sans-serif;
  }

  .tab {
  /* background-color: #474747; */
  width:fit-content;
  align-items: center;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active {
  color: rgb(105, 189, 194);
}

tablinks{
}

/* Style the tab content */

.content{
  padding: 0px 10%;
  border-top: none;
  position: relative;
  width: 80%;
  margin: auto;  
  margin-top: 60px;
}

.tabcontent {
  display:flex;
  flex-wrap: wrap;
  width:fit-content;
}

.img-box {
  display: flex;
  position: relative;
  object-fit: cover;
  width: 31.33%;
  height: 10cm;
  margin: 1%;
}


.image {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #6d7e8ab2;;
}

.img-box:hover .overlay {
  opacity: 1;
}

.text {
  color: rgb(0, 0, 0);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* inner link */


.-container{

}

.-title{
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font: 7rem 'fantasy', sans-serif;
  font-weight:bolder;
  display: block;
  text-align: center;
  letter-spacing:-20px;
}

.paragraphy{
  padding-top: 30px;
  padding-bottom: 30px;

}

.-img-box{
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;


}

.-image{
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
}

#lowres{
  width: 40%;
  padding: 10px;
}

#lowres-pro{
  width: 20%
}

.cen-text{
  padding: 70px;
}

figure{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

figcaption{
  font-size: x-small;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .img-box{
    width:100%;
  }
.nav-logo{
  transform: scale(1,3);
}

#surname{
  transform: scale(1,2);
  padding-top: 40px;
}

.nav-text{
  font-size:small;
}
}