/* LAYOUT/STRUCTURE */
html {
    height: 100%;
}
h1 {
    margin:0;
    padding:0;
    display: flex;
    justify-content:space-between;
    align-items:end;
}

nav ul {
    margin: 0;
    padding:0;
    display: flex;
    justify-content:space-evenly;
    align-items:center;
}
main{
    flex: 1;
    padding:0px;
    width: 50em;

}

body {
    margin:0;
}

body span {
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    margin:20px 0 20px 0;
    width: fit-content;


}
#about {
    display: flex;
    align-items:center;
}

.status {
    margin:0;
    padding:0;
    
}

p {
    margin:.3em;
    text-indent: 1.5em;
    max-width: 42em;
}


.email {
    display:flex;
    justify-content:center;
}


h2{
    margin:0;
}

h4 {
    margin:0;
    
}


.sidebar ul {
    margin-right:2em;
    padding:0;
    margin-top:0;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    height:5%; 
    /* the height command keeps the column from filling the page! */

}

section {
    display:flex;
    justify-content:space-around;
}

datetime {
    display: flex;
    justify-content: end;
    padding: 0 3em 0.5em 0; 
}

form {
    width: 50em;
    display: flex;
    flex-direction: column;
    flex-basis: 50px 100px;
}

article {
    border: 2px solid #2C8C99;
    margin-top: 10px;
    margin-bottom: 10px; 
    padding: 2px; 
    justify-self: center;
    width: 98%;
}

article img {
    display: flex;
    justify-self: center;
}

audio {
    margin: 10px; 
    display:flex;
    justify-self: center;
}

/* STYLE & DECORATION */
html {
    background-color: #D2D6EF;

}
body {
    background-color:#D2D6EF;

}
/* Rylee World */
h1 {
    color: #A1C084;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 42pt;
    text-align: center;
    text-shadow:3px 3px 1px #FB6376; 
} 

h2 { 
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #643173;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: none;
   
} 

h2 a {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #643173;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: none;

}

h3 {
    padding-bottom: 0.4em;
    
    margin: 0; 
}

h4 {
    color:#FB6376;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #A1C084;
}

#about {
    color:#643173;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


/* navigation bar */
nav {
border: 2px solid #2C8C99;
}
nav a { 
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-decoration: none;
    color: #FB6376;
  
    
}

nav ul {
    list-style: none;
}




body span {
    font-family: Georgia, 'Times New Roman', Times, serif;
}
/* about me contact */


.email { 
    font-style:italic;
    border: 2px solid #2C8C99;
    color:#fb6576;

}

main {
    background-color: white;
   
  
}

.sidebar a {
    text-decoration:none;
    color:#643173;
}

.sidebar ul {
    list-style:none;
    text-decoration: none;
    color: #643173;
}
/* Website in Progress */
 p {
    color:#643173;
    font-family:Georgia, 'Times New Roman', Times, serif;
 }



datetime {
    color:#2C8C99;
}

article {
    color:#643173; 
    font-size: 16px;

}
article a {
    text-decoration: none;
    color:#643173;
}