h3 {
  color:#fa9789 ;
  font-family: "verdana", "sans serif";
 
  text-transform: capitalize;
  text-align:center;
  background-color: #9bbfd1;
  margin: 75px;
  padding: 20px;
  margin-bottom: 12px !important;
  text-shadow:
    -1px -1px 0 #a84c40,
     1px -1px 0 #a84c40,
    -1px  1px 0 #a84c40,
     1px  1px 0 #a84c40;

    border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

p, ol {
  color: #17016e;
  font-family:baskerville, serif;
  font-size:16px;
}

body {
  background-image: url("https://elilenti.neocities.org/webstuff/IMG_40811.webp");
  background-size: 90%; 
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-position:right;
  margin-left: 220px;
}

a {
  color: #96030a;
  font-size:16px;
} 

h2 {
  color:#17016e;
  font-family:"Lucidia Handwriting", serif;
  font-size:18px;
  text-align:center;
  font-weight:normal;
}



section {
  padding: 40px;
  width: 70%;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;

  background-color: #F2A491bf;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

ul {
  color:#17016e;
  font-family:baskerville, serif;
  font-size:16px;
}

abbr {
  color:#17016e;
  font-family:baskerville, serif;
  font-size:16px;
}

figcaption {
  text-align:right;
  color:white;
  font-family:baskerville, serif;
  font-size:18px;
}

blockquote {
  color:white;
  font-family:baskerville, serif;
  font-size:18px;
}

code {
  color:#ff049b;
  font-size:18px;
  text-align: center !important;
}

h1 {
  color:#fa9789 ;;
  font-family: "Lucida Handwriting", "sans serif";
  text-transform: capitalize;
  background-color: #9bbfd1;
  text-align:center;
  padding: 25px;
  text-shadow:
    -1px -1px 0 #a84c40,
     1px -1px 0 #a84c40,
    -1px  1px 0 #a84c40,
     1px  1px 0 #a84c40;

    border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

d1 {
  text-indent:50px;
  color:#17016e;
  font-family:baskerville, serif;
  font-size:18px;
}

dt {
  font-weight:bold;
}

ui {
  color:#17016e;
  font-family:baskerville, serif;
  font-size:16px;
}

b {
  color: #17016e;
}

img {
  width:70%;
}
  
.simpleflips{
  font-weight: bold;
  font-size:30px;
  color:red !important; 
  text-align:center;
  text-transform:uppercase;
}

#codingtime p {
  color:blue;
}


.container{
  display:flex;
  flex-wrap: wrap;
}

.intro{
  flex:1;
  background-image:url(https://elilenti.neocities.org/webstuff/sectionbackground.png);
  padding: 40px;
  width:50%;
  height:auto;
  margin-right:40px;
  margin-left:75px;
}

.intro_noback{
 flex:1;
  padding: 40px;
  width:50%;
  height:auto;
  margin-right:40px;
  margin-left:75px;

}

.intro:last-child {
  width:50%;
  height:auto;
  margin-right: 75px;
  margin-left: 0px;
}

nav {
   background: #9bc6ac;
  
  padding: 0px;
  width:10%;
  border-style:solid;
  border-width:5px;
  border-color:#413717;
  margin-bottom:75px;
  margin-left: auto;
  margin-right: auto;
}
  
h6 {
  color:#17016e;
  font-size:16px;
  text-decoration:underline;
  line-height:9px;
}

.sidebar {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    background-image: url( https://elilenti.neocities.org/webstuff/sectionbackground.png);
    background-repeat: repeat;
    /*border-style: solid;
    border-width: 2px;
    border-color:#6ded8b; */
    overflow-x: hidden;
    padding-top: 20px;
    margin-right: 20px;
    
}

.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    color:#fa9789 ;
    display: block;
    transition: 0.3s;
   
}


.sidebarheader {
  padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
  color:#fa9789 ;
    display: block;
    transition: 0.3s;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:5px;
    text-shadow:
    -1px -1px 0 #a84c40,
     1px -1px 0 #a84c40,
    -1px  1px 0 #a84c40,
     1px  1px 0 #a84c40;
     
   /*text-shadow needed to outline home button, but if done here, will outline all other links as well. probably need ID class but im lazy */
   /* maybe */
}


.sidebar a:hover {
    background-color: #fab993cc;
}

#sidebarsubs a{
    text-decoration: none;
    font-size:16px;
    display: block;
    color: #3d016e;
    transition: 0.3s;
    line-height: 1;
    padding-top:0px;
    padding-bottom:0px;
    text-indent:-25px;
    padding-left:40px;
    
}


.contactdown {
  display: flex;
  align-items: flex-end;
}

#sidebarsubs p{
  text-decoration: none;
  font-size:16px;
  display: block;
  color: #3d016e;
  transition: 0.3s;
  line-height: 1;
  padding-top:0px;
  padding-bottom:0px;
  text-indent:-25px;
  padding-left:40px;
}

.songalbum
{
  background-image:url(https://elilenti.neocities.org/webstuff/sectionbackground.png);
  
  padding: 10px;
  width:25%;
  border-style:solid;
  border-width:2px;
  border-color:#6ded8b;
  margin-bottom:15px;
margin-left: 500px;
  margin-right: 500px;

}

.quotes
{
font-style:italic;
padding-left:40px;
padding-right: 40px;
}

.smallimg
{
  width:35%;
  height:35%;
}

.medimg
{
  width:55%;
  height:55%;
}

.button
{
  width:81px;
  height:33px;
  flex:1;

}


.albumpicture {
  width:23%; 
  height:23%; 
  margin-bottom:10px; 
  margin-top:25px; 
  border-style: solid; 
  border-width: 2px; 
  border-color:#6ded8b;
}

.thumbnail{
  width:15%; 
  height:15%; 
  margin-top:5px; 
  border-style: solid; 
  border-width: 3px; 
  border-color:#6ded8b;
}

.thumbnailnoborder{
  width:15%; 
  height:15%; 
  margin-top:5px; 
}


.btrfy{
  width:40px;
  height:40px;
  margin-left:50%;
  background-image: url(https://elilenti.neocities.org/webstuff/tumblr_18975fbd46fbe0891ad6711da92e7b33_4c7363a4_400.gif);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;



}

