/*/ paleolithictime - watersoup /*/

/*/ Home Page /*/
body {
    background-color: #fff4db;
}

/*/ Top Banner /*/

h1 {
    display: inline-block;   
    top:0px;
    height: auto;

    margin: 2px 15px;
    
    font-family: abril fatface, times;
    font-size: 75px;
    color: black;
}

.star {
    width: 3%;
    height: 3%;
    margin-top: 38px;
}

.homebutt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 5%;
}

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

.headerweblink a {
font-family: pixelify sans;
font-size: 25px;
color: #b3672d;

border: dotted 2px #854718;
border-radius: 10px;
padding: 5px;
margin: 10px;
margin-top: 5px;
text-decoration: none;

}

/*/ Schmeat Main /*/

#homebutt_main {
    margin: 5px auto;
    max-width: 550px;
}

h2 {
    font-family: pixelify sans, times;
    font-size: 20px;
    color: #854718;
}

p {
    font-family: dotgothic16, times;
    font-size: 12px;
    color: #b3672d;

    text-indent: 30px;
    text-align: justify;

}

li {
    margin: 5px 110px;
    max-width: 215px;

    font-family: dotgothic16, times;
    font-size: 13px; 
    color: #b3672d;   
}

details {
    margin: 5px;

    font-family: dotgothic16, times;
    font-size: 12px;
    color: #b3672d;    
}

.postcontainer {
padding: 0px 20px;
margin: 20px 0px 50px;

}

#welc {
    border: dashed 2px #b3672d;
    border-radius: 50px;
    padding: 10px 20px;

}

#monthsticky {
  width: 50%; 
}

.stickynote {
    position: relative;
    text-align: center;
}

.writeonstick {
    position: absolute;
    left: 37px;
    bottom: 50px;
    max-width: 350px;
    text-align: left;

    font-size: 11px;
}


/*/ Footer (Boko-maru)/*/

#mickeyleft {
    position:fixed;
    bottom: -15px;
    left: -5px;
    margin: 5px 5px;
    width: 25%;

}



#mickeyright {
    position:fixed;
    right:-20px;
    bottom: -20px;
    margin: 10px 10px;
    width: 20%;

}


/*/ paleolithictime - BLOG PAGE /*/

/*/ Top Banner (Same as homepage) /*/

/*/ Schmeat Main /*/

#bloggy_main {
    margin: 5px auto;
    max-width: 1000px;

    background-color: tomato;
}

#blog_bg {
    display: flex;
    min-width: 1150px;
    margin: auto;

    background-color: tomato;


}

/*/ Footer (Boko-maru)/*/