* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:lightslategray;
}

body {
    /* background-color: black; */
    background: url(/images/ocean.jpg);
}

header {
border:cornsilk double 3px;
/* background-image: url(../images/ocean3.jfif); */
text-align: center;
/* width: 80%; */
text-shadow: darkslategray 0px 10px 5px;
background-color: black;
}

h1 {
    color: cornsilk;
    word-spacing: 1.5vw;
}

header p {
    font-style: italic;
    color: slategray;
}

nav {
    text-align: center;
    color: cornsilk;
    word-spacing: 30px;
    /* background-color: black; */
    text-shadow:black 0px 5px 5px;
}

nav a {
    color: cornsilk;
}

h2 {
    color: cornsilk;
    text-align: center;
}

h3 {
    color: cornsilk;
}

/* #note {
    color: gold;
} */

#intropic {
    border:cornsilk solid 2px;
    background-image: url(/images/ocean.jpg);
}

#intropictxt {
    text-align: center;
    height: 30em;
    /* width: 30em; */
    backdrop-filter: blur(3px);
}

/* PLAN HERE
1. when you hover, it goes bw and zooms in
2. eventually having my art as a site header here
3.when you click, it brings you to a gallery of my art for this site
4. abbr thing saying what it is (maybe a subtitle or article for it? */

#pagebody {
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px;
    background-color: black;
    border: cornsilk double;
    overflow: auto;
}

/* #profile {
    
} */

#hobbies {
    border: cornsilk 2px solid;
    /* background: url(../images/ocean.jpg) no-repeat; */
    background-size: cover;
    /* filter: blur(1px); */
    background-image: url(/images/ocean.jpg);
    overflow: hidden;
}

#hobbies a {
    color: cornsilk;
}

#hobbiestxt {
    background-color: transparent;
    backdrop-filter: blur(3px);
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* aside {

} */

aside p {
    text-align: center;
}

aside abbr{
    color: cornsilk;
}

#gallery {
    /* columns: 2; */
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#gallery p {
    font-size: 3vw;
    color: cornsilk;
}

aside img {
    /* max-height: 300px; */
    /* margin-bottom: 20px; */
max-width: 45vw;
}

.imgleft {
    /* here */
}

.imgleft img {
    border-radius: 75px;
    float: left;
    
}

.imgleft p {
    border: cornsilk double;
    float: right;
    border-radius: 100px;
    width: 20vw;
    overflow: hidden;
    height: 20vw;
    background-image: url(/images/ocean.jpg);
    top: 50px;
}

/* fix this dang text in bubble problem smh. try same strat as before but this time swap imgleft and 
imgleftxtbg elements and play with bg */

/* .imglefttxtbg {
    backdrop-filter: blur(3px);
    background-color: transparent;
} */

.imgright {
    /* here; */
}

.imgright img{
    border-radius: 75px;
    float: right;
}

.img {
    float: left;
}

footer {
    border: cornsilk solid 3px;
    /* background-image: url(../images/ocean3.jfif); */
    text-align: center;
    margin-top: 10px;
    color:cornsilk;
}

footer a {
    color: cornsilk;
}