.project-container {
    max-width: 100%;
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 100%; */
    /* height: 400px;
  overflow: auto;
  overflow-y: hidden;
  position: middle;
  margin: 0px;
  white-space: nowrap;
  background-color: red; */
}
.slide {
    max-width: 100%;
    display: block;
    /* margin:auto; */
}

.slide-stitch {
    display: flex;
    max-width: 100rem;
}

.olive-ten,
.olive-eleven,
.olive-thirteen,
.olive-forteen {
    max-width: 50%;
}

.olive-ten:hover,
.olive-eleven:hover,
.olive-thirteen:hover,
.olive-forteen:hover {
    cursor: zoom-in;
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0, 0.7); /* Fallback color */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 40px !important;
    right: 100px !important;
    color: #f3f3f3 !important;
    font-size: 50px !important;
    font-weight: bolder;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.logo {
    /* position: absolute; */
    width: 64px;
    height: 46px;
    left: 146px;
    top: 31px;
    margin: 31px 307px 0px 146px;
    font-family: 'Cinzel Decorative', cursive;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 46px;
    /* identical to box height */
    color: #f3f3f3;
}

.navbar {
    display: flex;
    flex-direction: row;
    height: 95px;
    width: 100%;
    background: rgb(31, 30, 30);
}

.nav-links {
    display: flex;
    width: 60px;
    height: 30px;
    left: 824px;
    top: 61px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    color: #ffffff;
    opacity: 0.8;
}

.home {
    /* position: absolute; */
    min-width: 68px;
    height: 30px;
    left: 800px;
    top: 31px;
    margin: 31px 26px 4px 285px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    color: #f3f3f3;
    opacity: 0.6;
}

.about {
    /* position: absolute; */
    min-width: 68px;
    height: 30px;
    left: 936px;
    top: 31px;
    margin: 31px 26px 4px 26px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    color: #f3f3f3;
    opacity: 0.6;
}

.navbar-projects {
    /* position: absolute; */
    min-width: 78px;
    height: 30px;
    left: 936px;
    top: 31px;
    margin: 31px 26px 4px 26px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    color: #f3f3f3;
    opacity: 0.6;
}

.resume {
    /* position: absolute; */
    min-width: 78px;
    height: 30px;
    left: 1050px;
    top: 31px;
    margin: 31px 208px 4px 26px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    /* identical to box height */
    color: #f3f3f3;
    opacity: 0.6;
}

.home:hover,
.about:hover,
.resume:hover,
.navbar-projects:hover {
    opacity: 0.8;
    cursor: pointer;
}

.hr-line {
    margin: 4px 39px 45.5px 0px;
    width: 50%;
    border-color: transparent;
}

body {
    position: relative;
    max-width: 100%;
    background: #1f1e1e;
}

.navbar-href-css {
    text-decoration: none;
    color: #f3f3f3;
}

.prototype-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 95px;
    width: 100%;
    background: rgb(31, 30, 30);
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
}
.prototype-link:hover {
    opacity: 0.6;
}

.logo-href-css {
    text-decoration: none;
    color: #f3f3f3;
}

.logo-href-css:link,
.logo-href-css:visited {
    text-decoration: none !important;
    color: #f3f3f3 !important;
}

.logo-href-css:hover {
    text-decoration: none; /* No underline on hover */
    color: #f3f3f3; /* Keep color white on hover */
}

.logo-href-css:active {
    text-decoration: none; /* No underline when active */
    color: #f3f3f3; /* Keep color white when active */
}
