@charset "UTF-8";

body {
    *// background-color: lightgrey; *//
}

a.logo {
  font-family: "Bodoni Ornaments";
  font-size:400%;
  position: fixed;
  top: 2%;
  right: 3%;
  background-color: white;
  color: black;
  z-index: 9999;
}

div.big-logo {
    font-family: "Bodoni Ornaments";
    font-size:3000%;
    display: flex;
    justify-content: center;
    margin-top: 17vh;
    color: black;
    mix-blend-mode: soft-light;
}

div.coral {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


a {
    text-decoration: none;
    color: black;
    font-size:medium;
    font-family:Arial, Helvetica, sans-serif;
    background-color: white;
    text-wrap: pretty;
    margin-bottom: 0vh;
}

a:hover {
    background-color: limegreen;
}

div.contact {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    position:fixed;
    left: 3%;
    right: 4%;
    top:40%;
    display: flex;
    justify-content: center;
    text-wrap: pretty;
}

div.navigation {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    width: 70%;
    top: 4%;
    left: 3%;
    padding-top: 0%;
}

 div.footer {
    display: flex;
    position: fixed;
    bottom: 0%;
    padding-bottom: 5vh;
    padding-top: 4vh;
    width: 100%;
    font-family:Arial, Helvetica, sans-serif;
    justify-content: center;
}

footer {
    color: black;
    background-color: white;
}

img {
    width: 300px;
    height:max-content;
    margin-bottom: 1vh;
    outline: 1px dashed black;
}

img.zoom {
    width: 100%;
    height: auto; 
    margin-bottom: 1vh;
    outline: 1px dashed black;
}

div.zoom {
    position: absolute;
    width: 80vw;
    left: 10vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-decoration: none;
    color: black;
    font-size:medium;
    font-family:Arial, Helvetica, sans-serif;
    z-index: -99;
    margin-top: 14vh;
    padding-bottom: 12vh;
}

div.images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 15vh;
}

div.works {
    width: 300px;
    margin-bottom: 5vh;
}