body {
  background-color: #ffd6e7;
  background-image: url("images/almondblossom.png");
  background-repeat: repeat;
	background-position: 50% -240px;
	background-attachment: scroll;
  font-size: 20px;
  font-family: "windows", "barbiefont";
  margin: 0;
  
}

p {
  line-height: 1.6em; /*I find the default HTML line-height tends to be a bit claustrophobic for main text*/
}
#content li {
  line-height: 1.6em; /*I find the default HTML line-height tends to be a bit claustrophobic for main text*/
}

a:hover, a:focus {
  background-color: #a2c8de;
}

img {
  max-width: 100%;
  height: auto;
}
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .small {
  max-width: 60%;
  height: auto;
  }
}
.caption {
  margin-top: 0;
  font-size: 0.9em;
  font-style: italic;
}

/*The horizontal rule appears at the top of the footer to visually separate the footer
from the content. You can also use <hr> to divide sections in the content!*/
hr {
  border-width: 5px 0 0 0;
  border-style: dotted;
  border-color: #ff75af; 
}

/*#CONTAINER is the rectangle that has contains everything but the background!*/
#container {
  margin: 3em auto;
  width: 90%;
	max-width: 700px;
	background-color: white;
  color: #a2c8de; 
  border-radius: 30px 30px 20px 20px;
  overflow: hidden;
  box-shadow: 0 -2px 10px 0 #d70552 inset;
}

#content {
  padding: 10px 5% 20px 5%;
  font-family:  "windows";
}


/*HEADER STYLE*/
#header {
  position: relative; /*doesn't change this element, but needed for the pink ring's positioning*/
  background-color: #f9a8ca;
  padding: 0 5%;
  border-color: #0052f0;
  border-style: solid;
  border-width: 0 0 5px 0;
  background-clip: padding-box;
  box-shadow: 0 -2px 12px 0 #4a3521 inset;
  -moz-border-radius: 20px; 
  font-family: "windows";
}
#header ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin-bottom: 1em;
  margin-top: 1em;

}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
 
}
#header li a {
  color:  #830037e;
  background-color: #c99eb0;
  border-radius: 25px;
  border: 3px solid #ff65a6;
  padding: 6px 30px;
  box-shadow: 0 -2px 12px 0 #5d0a3c inset;
  font-family:  "windows";
  text-transform: lowercase;
  text-decoration: none;
}
#header li a:hover {
  background-color: #ff65a6;
  font-family:  "windows";
  text-decoration: none;
}
#header li a:active {
  background-color: #ff65a6;
  font-family:  "windows";
  text-decoration: none;
  box-shadow: 0 -2px 12px 0 #fe83ff inset;
}
/*Floating ring*/
#header:after {
    position: absolute;
    right: 5%;
    bottom: -27px;
    content: '';
    background-color: #ffd6e7;
    box-shadow: 0 -1px 8px 0 #4a3521 inset;
    border-radius: 50%;
    border: 5px solid #0052f0;
    width: 40px;
    height: 40px;
    font-family:  "windows";
    pointer-events: none;
}

/*POST LIST STYLE*/
#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  font-family:  "windows";
  list-style-type: none;
}
#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  font-family:  "windows";
  list-style-type: none;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
  font-family:  "windows";
}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

/*DISQUS STYLE*/
#disqus_thread {
  margin-top: 1.6em;
}

/*FOOTER STYLE*/
#footer {
  font-size: 0.8em;
  color: #422408;
  padding: 0 5% 10px 5%;
  font-family:  "windows";
}
.divider {
height: 19px;
background-image: url("/images/candybar7.gif");
border: none;
}


/*FONTS STYLE*/
 h1 {
   font-family: "barbiefont";
   font-size: 24px;
   text-align: center;
 }
 @font-face {
    font-family: "barbiefont";
    src: url("./barbiefont.ttf") format("truetype");
  }
 
  div {
    font-family: "barbiefont";
    font-size: 20px;
  }
@font-face {
    font-family: "windows";
    src: url("https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf?#iefix") format("opentype");
   }
  body  {
    font-family: "windows";
  }
   h2 {
    font-family: "windows";
   }
   p2 {
      font-family: "windows";
   }
            body {
                font-family: 'windows', 'barbiefont';
                margin: 0;
                background-color: #08031A;
                /* you can delete the line below if you'd prefer to not use an image */
                background-size: 65px;
                color: #fceaff;
                background-image: var(--body-bg-image);
            }
  
            #container {
                max-width: 900px;
                /* layout width! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                /* this centers the entire page */
            }


            /* the area below is for all links on your page
    EXCEPT for the navigation */
            #container a {
                color: #a2c8de;
                font-weight: bold;
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }


            #header {
                width: 100%;
                background-color: white;
                /* header color here! */
                height: 150px;
                /* this is only for a background image! */
                /* if you want to put images IN the header, 
      you can add them directly to the <div id="header"></div> element! */
                background-image: var(--header-image);
                background-size: 100%;
            }


            /* navigation section!! */
            #navbar {
                height: 40px;
                background-color: #A2C8DE;
                color: #422408;
                /* navbar color */
                width: 100%;
            }


            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }


            #navbar li {
                padding-top: 10px;
            }


            /* navigation links*/
            #navbar li a {
                color: #422408;
                /* navbar text color */
                font-size: 24px;
                font-weight: 800;
                text-decoration: none;
                /* this removes the underline */
            }


            /* navigation link when a link is hovered over */
            #navbar li a:hover {
                color: #a49cba;
                text-decoration: underline;
            }


            #flex {
                display: flex;
            }


            /* this colors BOTH sidebars
    if you want to style them separately,
    create styles for #leftSidebar and #rightSidebar */
            aside {
                background-color: #4A3521;
                width: 200px;
                padding: 20px;
                font-size: smaller;
                /* this makes the sidebar text slightly smaller */
            }




            /* this is the color of the main content area,
    between the sidebars! */
            main {
                background-color: #4a3521;
                flex: 1;
                padding: 20px;
                order: 2;
                font-family: "windows";
            }


            /* what's this "order" stuff about??
    allow me to explain!
    if you're using both sidebars, the "order" value
    tells the CSS the order in which to display them.
    left sidebar is 1, content is 2, and right sidebar is 3! */


            */ #leftSidebar {
                order: 1;
            }


            #rightSidebar {
                order: 3;
            }


            footer {
                background-color: #A2C8DE;
                width: 100%;
                height: 40px;
                padding: 10px;
                font-family: "windows";
                text-align: center;
            }


            h1,
            h2,
            h3 {
                color: #0052f0;
            }


            h1 {
                font-size: 25px;
            }


            strong {
                /* this styles bold text */
                color: #0052f0;
            }


            /* this is just a cool box, it's the darker colored one */
            .box {
                background-color: #0052f0;
                border: 1px solid #A2C8DE;
                padding: 10px;
                font-family: "windows";
            }


            /* CSS for extras */


            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #ffd6e7;
            }




            /* BELOW THIS POINT IS MEDIA QUERY */


            /* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */


            @media only screen and (max-width: 800px) {
                #flex {
                    flex-wrap: wrap;
                }


                aside {
                    width: 100%;
                }


                /* the order of the items is adjusted here for responsiveness!
      since the sidebars would be too small on a mobile device.
      feel free to play around with the order!
      */
                main {
                    order: 1;
                }


                #leftSidebar {
                    order: 2;
                }


                #rightSidebar {
                    order: 3;
                }


                #navbar ul {
                    flex-wrap: wrap;
                }
            }
