html {
    background-image: url(images/star_background.png);
    font-family: 'Courier New', Courier, monospace;
}

body {
    margin: 0;
}

#title {
    background-image: url(images/aboutme_background.png);
    width: 500px;
    margin: auto;
    height: max-content;
    margin-bottom: 0px;
}

#junipertext {
    width: 250px;
    height: 250px;
    
}

#nav
{
    border:50px gray;
    width:80%;
    margin: auto;
    background-image: url(images/aboutme_background.png);
    height: fit-content;
    margin-bottom:0px;
}

#nav h3
{
    text-align:center;
    color:lightsteelblue;
    filter: drop-shadow(1px 1px 0px black) drop-shadow(-1px -1px 0px black)
    drop-shadow(1px -1px 0px black) drop-shadow(-1px 1px 0px black);
}

/* unvisited link */
#nav a:link {
  color: royalblue;
}

/* visited link */
#nav a:visited {
  color: royalblue;
}

/* mouse over link */
#nav a:hover {
  color:dodgerblue;
}

/* selected link */
#nav a:active {
  color:deepskyblue;
} 

.navtext
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    line-height: 50px;
}

/* thanks geeksforgeeks.org for the box */
.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box a {
    padding: 10px;
    background-color: rgb(13, 6, 29);
    border:3px blue ridge;
    border-radius: 3px;
    text-decoration: underline;
}

.modal {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.content {
    position: relative;
    background-image:url("media/aboutmebackground.jpg");
    padding: 1em 2em;
    border-radius: 4px;
    width:60%;
    border:4px olivedrab ridge;
}

.content mark {
    color:yellow;
    background-color: purple;
}

.modal:target {
    display: flex;
}

#aboutme
{
    border:5px darkolivegreen ridge;
    width:50%;
    margin:auto;
    background-image:url("media/aboutmebackground.jpg");
    margin-bottom:50px;
}

#aboutme p
{
    text-align:center;
    color:chartreuse;
    filter: drop-shadow(1px 1px 0px black) drop-shadow(-1px -1px 0px black)
    drop-shadow(1px -1px 0px black) drop-shadow(-1px 1px 0px black);
}

#aboutme h2
{
    text-align:center;
    color:purple
}

#footer
{
    border:5px darkolivegreen ridge;
    margin:auto;
    width:60%;
    min-height:50px;
    background-color:darkolivegreen;
    text-align:center;
}

#footer p
{
    text-align:center;
    color:chartreuse;
    filter: drop-shadow(1px 1px 0px black) drop-shadow(-1px -1px 0px black)
    drop-shadow(1px -1px 0px black) drop-shadow(-1px 1px 0px black);
}

.button-img
{
    margin-top:5px;
}

#zettaMusic
{   
    position: absolute;
    top:20px;
}

#audioMusic
{
    position:absolute;
    top:450px;
}



@media screen and (max-width: 1550px) {

    #zettaMusic {
    margin-top:5%;
    width:250px;
    }
    
}

@media screen and (max-width: 705px) {

    #zettaMusic {
    margin-top:25%;
    width:150px;
    }
    
}

@media screen and (max-width: 960px) {

    #aboutme {
    width:85%;
    }
    
}


a:hover img {
filter: drop-shadow(1px 1px 0px lime) drop-shadow(-1px -1px 0px lime)
drop-shadow(1px -1px 0px lime) drop-shadow(-1px 1px 0px lime);
}

/* unvisited link */
a:link {
  color: olivedrab;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: greenyellow;
}

/* selected link */
a:active {
  color: limegreen;
} 
