@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: hsl(0, 0%, 90%);
    text-align: center;
    /*background-color: hsl(0, 0%, 15%);*/
    background-image: url("https://gulliblemrbob.neocities.org/images/IMG_3537.jpg");
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    font-weight: 400;
}


h1,
h2,
h3,
a,
p {
    margin-bottom: 1rem;
    word-spacing: 3px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: inherit;
    text-decoration: none;
}
/**/
/*header*/
/**/
header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 999;
}

nav {
    background-color: #1e2654;
    line-height: 100%;
    padding: 1vw 6vw;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.navleft ul {
    display: flex;
    justify-content: left;
    gap: 1em;
}
.navright ul {
    display: flex;
    justify-content: right;
    gap: 1em;
}

nav a {
    color: #a5aeb1;
    font-weight: 600;
    font-size: 150%;
}
/**/
/*footer*/
/**/
footer ul {
    background-color: #1e2654;
    line-height: 1rem;
    padding: 1vw 6vw;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

fotter ul li a {
    text-decoration: none;
    color: #a5aeb1;
    font-weight: 600;
    font-size: 1.5rem;
}
/**/
/*interact*/
/**/
a:hover {
    text-decoration: underline;
    color: #395359;
}
/**/
/*font*/
/**/

main h1 {
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
}
main h2 {
    font-size: 1.5rem;
    text-transform: capitalize;
}
main h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: capitalize;
}
main p,
a {
    font-size: 1rem;
}
main a {
    text-decoration: underline;
}
/**/
/**/
/**/
main {
    margin: 2vw 6vw 6vw 6vw;
}

.textbox {
    background-color: rgba(62, 71, 88, .5);
    padding: 2vw;
}
.textbox p {
    text-align: left;
}

.image-gal {
    padding: 2vw;
    background-color: hsl(0, 0%, 80%);
}
.image-gal img {
    height: 6cm;
    /*max-width: 80vw;*/
    margin: 0.1vw 0;
}
.image-gal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 1vw;
}
.recent-photo img {
    max-width: 84vw;
    max-height: 80vh;
    /*display: flex;*/
    padding: 2vw;
    background-color: hsl(0, 0%, 80%);
}
