
@media only screen and (min-width: 1280px) {
    
    .gallery-1, .gallery-2, .gallery-3 .gallery-4 {
        background-image: url("smart-glasses.webp");
        background-size: 700px;
        background-position-x: center;
        background-repeat: no-repeat;
        
    }

    .people {
        gap: 40px;
        flex-direction: column;   
        justify-content: center;
        align-items: center; 
    }
}

@media only screen and (min-width: 700px) {
    /* put people in css not media aswell */

    .people {
        display: flex;
        margin: auto;
    }

    .caleb {
        display: block;
    }

    .binbin {
        display: block;
    }

    .raver {
        display: block;
    }
}

.navbar {
    width: 100%;
    height: 37px;
    background: rgb(245, 243, 243);
    color: rgb(39, 39, 39);
    list-style-type: none;
    display: flex;
    gap: 5px;
    font-family: "Rubik", sans-serif;
    padding: 20px;
    padding-right: 50px;
    text-align: center;
    word-spacing: 20px;
}


.hover {
    display: inline-block;
    transition: transform 0.2s;
}

.hover:hover {
    color: rgb(133, 133, 133);
    transform: scale(1.1);
}

a {
    text-decoration: none;
    color: black;
    font-size: 1.5em;
}

p {
    text-shadow: 4px 4px 17px rgba(0, 0, 0, 0.6);
}

h3 {
    font-weight: lighter;
    font-size: 30px;
    text-align: center;
}

.header {
    text-align: center;
}

body {
    font-family: "Rubik", sans-serif;
}

.line {
    height: 2px;
    width: 100%;
    margin: auto;
    background-color: black;
}

.gallery-1,
.gallery-2,
.gallery-3 {
    width: 40%;
    height: 300px;
    background: rgba(255, 255, 255, 0.322);
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.6);
    transform: scale(1);
    color: white;
}

.gallery-1 {
    background-image: url("nano.webp");
    background-size: cover;
    background-position-x: -20px;
    background-repeat: no-repeat;
    max-width: 100%;
}

.gallery-2 {
    background-image: url("uno.webp");
    background-size: cover;
    background-position-x: -17px;
    background-repeat: no-repeat;
    max-width: 100%;
}

.gallery-3 {
    background-image: url("pico.webp");
    background-size: cover;
    background-position-x: -17px;
    background-repeat: no-repeat;
    max-width: 100%;
}


.gallery-4 {
    width: 100%;
    height: 250px;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.6);
    max-width: 100%;
}

.gallery-4 {
    background-image: url("smart-glasses.webp");
    background-size: 784px;
    background-position-x: center;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 250px;
}

.gallery-box {
    display: flex;
    justify-content: space-around;  
}

.intro {
    display: flex;
}

.project {
    font-size: 20px;
}
.image {
    width: 500px;
    border-radius: 10px;
}
