*{
  margin: 0;
  padding: 0;
}

@font-face {
font-family: sant joan;
src: url(https://dl.dropbox.com/s/iwvkrg8ccgd1pf4/SantJoanDespi-Regular.otf);
}

@font-face {
font-family: kitten;
src: url(https://dl.dropbox.com/s/iu9a60e3nidrio6/KittenSlantTrial.ttf);
}


body{
  margin: 0;
  background-size: 1000px;
  background-image: url(1.1.png);
}

/*Page Header*/
.cinna{
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  float: center;
  height: 150px;
}

.title{
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -45px;
  margin-left: -8px;
  pointer-events: none;
}

svg {
  font-size: 60px;
  font-weight: bold;
  font-family: kitten;
  width: 450px;
  height: 70px;
  fill: white;

}

.svgText {
  fill: white;
  stroke: #AE8257;
  stroke-width: 4px;
  stroke-linejoin: round;
  paint-order: stroke;
}



/*Main Page Element*/
.layout {
  width: 900px;

  display: grid;
  grid:
    "header header" 50px
    "leftSide body" 670px
    "footer footer" 30px
    / 180px 720px;

  justify-content: center;
  align-content: center;
}



/*Top Navigation Bar*/
.navbar {
  grid-area: header;
  background: #fad4e6; 
  background-image: url(pinkstripes3.png);
  border: 2px double #f4bad4;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.navbar ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
}

.navbar ul li{
  list-style: none;
  vertical-align: middle;
  line-height: 45px;
  font-size: 30px;
}

.navbar ul li a{
  text-decoration: none;
  color: #fff;
  font-family: 'Handjet', sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 1px #AE8257;
  transition: 0.4s ease-in-out;
}

.navbar ul li a:hover{
  color: #AE8257;
}



/*Sidebar*/
.sidebar { 
  grid-area: leftSide;
  background: #fffcd5;
  background-image: url(yellowdots5.jpg);
  border-left: 2px double #f4bad4;
}

.pfp{
  width: 135px;
  margin: auto;
  margin-top: 20px;
  float: center;
  display: block;
}

.log{
  margin-top: 20px;
  padding: 10px;
  height: 335px;
  overflow-wrap: break-word;
  overflow-x: hidden; 
  background-color: rgb(255, 255, 255, 0.5);
  border-top: 2px double #f4bad4;
  border-bottom: 2px double #f4bad4;
  font-family: sniglet; 
  font-size: 14px;
  text-align: left;
  color: #c9a27c;
  line-height: 20px;
}

.icon{
  height: 30px;
  float: left;
  border: 2px solid #f4bad4;
}

.name{
  font-family: sant joan;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  float: left;
  margin-left: 10px;
}

.date{
  font-family: sniglet;
  font-size: 10px;
  color: #d3b293;
  line-height: 15px;
  float: left;
  margin-left: 10px;
}

.footnote{
  font-family: sniglet; 
  font-size: 15px;
  text-align: center;
  color: #c9a27c;
  line-height: 20px;
}


/* Divider */
.solid{
  border-top: 2px solid rgb(220, 185, 150, 0.5);
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}



/*Main Body Area*/
.body { 
  grid-area: body;
  max-height: 670px;
  overflow-y: scroll;
  overflow-wrap: break-word;
  background: #000;
  background-image: url(strawberries2.jpg);
  border-left: 2px double #f4bad4;
  border-right: 2px double #f4bad4; 
}

.main-text{
  margin-inline: 20px;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  color: #AE8257;
  text-shadow: 1px 1px 1px #dabda0;
  background-color: rgb(255, 255, 255, 0.5);
  border: 2px double #f4bad4;
  border-radius: 15px;
}



/*Bottom Footer*/
.footer { 
  grid-area: footer; 
  background: #fad4e6; 
  background-image: url(pinkstripes3.png);
  border: 2px double #f4bad4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}


/*Back Outline*/
.box{
  margin: auto;
  width: 900px;
  height: 750px;
  border-radius: 15px;
  background: #AE8257;
  outline: 1.5px solid #AE8257;
  z-index: -1;
}


/*Cinnamoroll Gif*/
.cinnasit{
  margin-left: 800px;
  margin-top: -104px;
  position: absolute;
}

.cinnasit:hover{
  content: url(cinnatickle.gif);
  margin-left: 793px;
  margin-top: -98px;
}



/*Very Bottom Text*/
.credit{
  text-align: center;
  font-family: sant joan;
  font-size: 15px;
  padding: 10px;
  color: #90ccfe;
}


/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 6px;
 }

::-webkit-scrollbar-track {
background-color: transparent;
-webkit-border-radius: 8px;
border-radius: 8px;
border: 0px solid #ccc;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 8px;
border-radius: 8px;
background: #fad4e6;
 border: 1px solid #f4abcc;
}


/*ABOUT Page*/


.bio{
  padding: 10px;
  margin-top: 20px;
  height: 335px;
  background-color: rgb(255, 255, 255, 0.5);
  border-top: 2px double #f4bad4;
  border-bottom: 2px double #f4bad4;
  font-family: sniglet;
  font-size: 15px;
  color: #AE8257;
  text-align: center;
  vertical-align: middle;
}


/*BLOG Page*/

.cinnabook{
  margin-left: 25px;
  margin-top: 10px;
  position: absolute;
}

.blogtitle{
  padding: 10px;
  height: 60px;
  max-width: 180px;
  background: #fff6fa;
  border-bottom: 2px double #f4bad4;
  text-align: right;
  vertical-align: middle;
  font-family: kitten;
  color: #f5c8dc;
  text-shadow: -1px 0px 1px #cf568d;
  font-size: 40px;
}

.blogtitle p{
  margin-right: 15px;
  margin-top: 8px;
}

.bloglist{
  margin: 0;
  padding: 0;
  height: 468px;
  background: #fff;
  border-bottom: 2px double #f4bad4;
}

.bloglist ul{
  padding: 15px;
  font-family: sant joan;
  font-size: 20px;
  color: #d3bfab;
  text-shadow: -1px 0 1px #AE8257;
}

.bloglist ul li{
  list-style: none;
  vertical-align: middle;
  line-height: 35px;
  font-size: 22px;
}

.bloglist ul li a{
  text-decoration: none;
  color: #f4bad4;
  font-family: sant joan;
  font-weight: bold;
  text-shadow: -1px 0 1px #AE8257;
}

.bloglist ul li a:hover{
  color: #ee9cc1;
}

.footnote2{
  height: 118px;
  padding: 10px;
  background: #fff6fa;
  font-family: sniglet; 
  font-size: 15px;
  text-align: center;
  color: #c9a27c;
  line-height: 20px;
}

.blogpost{
  margin-inline: 20px;
  margin-top: 20px;
  padding: 20px;
  overflow-wrap: break-word;
  overflow-x: hidden; 
  background-color: rgb(255, 255, 255, 0.5);
  border: 2px double #f4bad4;
  border-radius: 15px;
  font-family: sniglet; 
  font-size: 14px;
  text-align: left;
  color: #c9a27c;
  line-height: 20px;
}

.icon{
  height: 30px;
  float: left;
  border: 2px solid #f4bad4;
}

.name{
  font-family: sant joan;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  float: left;
  margin-left: 10px;
}

.date{
  font-family: sniglet;
  font-size: 10px;
  color: #d3b293;
  line-height: 15px;
  float: left;
  margin-left: 10px;
}

