body {
    background-color: rgb(84, 52, 40);
    margin: 0 0 0 0;
}

.projects {
    margin: 20% 0 0 9%;
}

.indexprojects {
    margin: 20% 0 9%;
    line-height: 2.4;}

.morework {
    margin: 20% 0 0 20%;
}


b {
    position: relative;
    left: 20%;
    font-family: "Arial";
    text-transform: uppercase;
    color: rgb(239, 215, 202);
    font-size: 1.3em;
    text-align: left;
    max-width: 40%;
    text-decoration: none;
    line-height: 1.5;
    font-weight: normal;
}

b:hover {
    text-decoration: underline;
    cursor: pointer;
}

section {
    position: relative;
}

h2 {
    margin: 5% 0 0 10%;
    font-style: italic;
    font-family: "Arial";
    color: rgb(239, 215, 202);
    text-align: left;
    max-width: 40%;
    font-size: 2em;
    font-weight: normal;
}

.project-description {
    /* position: fixed;
    bottom: -1000px; */
    margin-top: 10%;
    margin-bottom: 10%;
    float: left;
}


p {
    margin: 3% 0 0 13%;
    font-family: "Arial";
    color: rgb(239, 215, 202);
    text-align: left;
    max-width: 60%;
    font-size:1.2em;
    line-height: 1.2;
}




@media screen and (max-width: 600px) {
    html {
        font-size: 0.6em
    }
}

#daniella {
    z-index: -1;
    display: none;
    width: 800px;
    position: absolute;
    top: -200px;
    right: 10%;
    opacity: 80%;
}

a:hover+#daniella {
    display: block;
}

#flower {
        z-index: -1;
    display: none;
    width: 30%;
    position: absolute;
    top: -300px;
    right: 30%;
}

a:hover+#flower {
    display: block;
}

a {
    margin: 0 0 0 2%;
    font-family: "Arial";
    text-transform: uppercase;
    color: rgb(239, 215, 202);
    font-size: 1.1em;
    text-align: left;
    max-width: 40%;
    text-decoration: none;
    line-height: 1.9;

}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#home {
    float: right;
    margin: 100px;
}


#blur {
    /* font-family: "Arial"; */
    font-size: 100px;
    font-style: italic;
    color: transparent;
    text-shadow: 0 0 15px #fc0000;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 100%;
    z-index: 99;
}

#blur:hover {
    font-size: 100px;
    text-shadow: none;
    color: red;
    cursor: pointer
}

.tab {
    margin-left: 40px;
}

footer {
    position: fixed;
    bottom: 5px;
    left: 0px;
    width: 100%;
    border-top: 2px solid red;
}

#mapleft {
    text-align: right;
    margin-left: 10px;
    max-width: 100%;
    font-size: 20px;
    color: red;
    float: left;
}

#mapleft:hover {
    color: rgb(239, 215, 202);
    cursor: pointer;
    text-decoration: underline;
}

#mapstar {
    text-align: right;
    margin: 0% 0 0 0%;
    max-width: 100%;
    font-size: 20px;
    color: red;
    width: .85em;
}

#mapstar:hover {
    color: rgb(239, 215, 202);
    cursor: pointer;
}

#mapright {
    text-align: right;
    margin-right: 13px;
    max-width: 100%;
    font-size: 20px;
    color: red;
    float: right;
}

#mapright:hover {
    color: rgb(239, 215, 202);
    cursor: pointer;
    text-decoration: underline;
}

#mapright2 {
   text-align: right;
    margin-right: -20%;
    max-width: 100%;
    font-size: 20px;
    color: red;
    float: right;
}

#mapright2:hover {
    color: rgb(239, 215, 202);
    cursor: pointer;
    text-decoration: underline;
}


#work img {
    height: 100vh;
    float: left;
}

#work {
    /* margin-left: 0px; */
    /* viewport-fit: 100%; */
    /* overflow: scroll; */
    float: left;
    /* float: right; */
}

#work-images {

    width: 1000vw;
}

.line {
    margin-top: 1%;
}
/* 
#ellalogoblur {
    display: block;
    z-index: 99;
    width: 35%;
    position: absolute;
    top: 1%;
    position: fixed;
    z-index: 99;
} */

/* #ellalogoblur:hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
} */



.image-container {
    z-index: 99;
    position: fixed;
    display: inline-block;
    top: 2px;
    left: 2px;
    width: 400px; 
    height: 200px; 
    overflow: hidden;
  }

  .image-container img {
    display: block;
    width: 400px; 
    height: 200px; 
    /* height: 100%; Make the image fill the container vertically */ */
  }

  .image-container .overlay-image {
    position: fixed;
    top: 34px;
    left: 0;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    z-index: 99;
  }


  .image-container:hover .overlay-image {
    opacity: 1;
  }


  
/* .logo .blur {
    width: 35%;
    position: absolute; 
    display: inline-block;
}
.logo .img-top {
    width: 35%;
    display: none;
    position: absolute; 
    z-index: 99;
}
.logo:hover .img-top {
    display: inline;
} */



#email{
    margin-top: 50px;
    text-align: right;
    margin: 0 0 30% 15%;
    max-width: 100%;
    font-size: 1rem;
    color: red;


}

#email:hover {
    color: rgb(239, 215, 202);
    cursor: pointer;
    text-decoration: underline;
}

.video-container {
    position: relative;
    width: 300px; /* Set the width of the video container */
    height: 100px; /* Set the height of the video container */
    overflow: hidden; /* Hide any overflowing video content */
  }

  .video-container video {
    width: 80%; /* Make the video fill the container horizontally */
    height: 80%; /* Make the video fill the container vertically */
  }
  video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
    width: 11.2%
}


.iframe-container {
    position: relative;
    width: 800px;;
    height: 800px; /* Set the desired height for the embedded website */
  }

  .iframe-container iframe {
    width: 800px;;
    height: 800px;;
    width: 800px;;
    border: none; /* Remove the border around the embedded website */
  }

link-style{
    margin: 3% 0 0 13%;
    font-family: "Arial";
    color: rgb(239, 215, 202);
    text-align: left;
    max-width: 60%;
    font-size:1.2em;
    line-height: 1.2;
}