@import url(/styles/basics.css);

/* SITE CONTAINER */

site {
    width: 950px;
    height: 690px;
    padding: 5px;
    background: #dde0d9;
    border: var(--border);
    border-radius: 3px 3px 300px 3px;
    display: block;
    flex-direction: row;
    position: relative;
    margin-top: 20px;
}

/* MAIN BODY */

.part {
    background-image: url(/imgs/style/backgrounds/corkboard.png);
    margin: 5px;
    padding: 10px;
    border: var(--border);
    border-radius: 10px;
}

.part2 {
    text-align: left;
    background-image: url(/imgs/style/backgrounds/gridpaper.png);
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    padding: 8px;
    border-width: 2px;
    border-radius: 3px;
}

content {
    margin: 10px;
    width: 928px;
    height: fit-content;
}

/* NAVIGATION */

#nav {
    width: 180px;
    position: relative;
    z-index: 2;
    right: 680px;
    top: 100px;
}

#navigation {
    position: absolute;
    rotate: 358deg;
}

#navigation img {
    filter: var(--shadow);
}

#paper {
    position: relative;
    width: 298px;
}

#envelope {
    position: relative;
    z-index: 3;
    width: 300px;
    top: -106px;
}

#nav .scrollable {
    height: 270px;
    width: 255px;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 8px;
    padding: 0 15px 100px 15px ;
}

ul.navhead {
    text-align: left;
    margin-bottom: 5px;
    margin-left: -40px;
    list-style: none;
    text-decoration: underline wavy black 1px;
}

.navlink li {
    text-align: left;
    list-style: none;
    margin-top: 5px;
}

.navdeco {
    margin-left: 5px;
    width: 20px;
}

/* SIDE INFO */

#pfpme {
    width: 265px;
    border: var(--border);
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

#quickinfo {
    margin-top: -15px;
    text-align: left;
}

#quickinfo h2 {
    font-family: 'Frosting';
    font-size: 50px;
    margin-top: 15px;
    color: #4f5745;
}

#quickinfo h3 {
    margin-top: -40px;
}

#badges {
    width: 100px;
    position: absolute;
    left: 200px;
    top: 310px;
}

/* INFO!! */

#introdump {
    width: 602px;
    height: 310px;
}

#introdump h3,
#faves h3 {
    text-decoration: underline wavy black 1px;
    margin-bottom: 5px;
}

#introdump .scrollable {
    height: 230px;
}

#babies {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#babies img {
    width: 110px;
    transition: transform .2s;
}

#babies img:hover {
    transform: scale(1.5);
}

/* BUG SAYS */

#bugsays {
    height: 200px;
    position: relative;
    right: 10px;
    filter: var(--shadow);
}

#bug {
    position: relative;
    width: 200px;
    right: 20px;
}

.speechbubble {
    position: relative;
    background: var(--green);
    border: 2px;
    border-radius: 100px;
    height: 150px;
    width: 250px;
    left: 50px;
}

.speechbubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 24px solid transparent;
	border-top-color: var(--green);
	border-bottom: 0;
	border-left: 0;
	margin-left: -12px;
	margin-bottom: -24px;
}

#statuscafe {
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

#statuscafe-username {
    position: absolute;
    color: transparent;
    font-size: 0px;
}

#statuscafe-username a,
#statuscafe-username a::selection {
    color: transparent;
    pointer-events: none;
    background-color: transparent;
}

#statuscafe-content {
    width: 200px;
}

/* FAVORITES */

#faves {
    width: 400px;
    position: relative;
    left: -50px;
    top: -30px;
    background-image: url(/imgs/style/backgrounds/linedpaper.png);
}

#faves .scrollable {
    height: 235px;
}

/*CDs*/

#cds {
    position: relative;
    left: -120px;
    top: -100px;
}

.cd {
    height: 380px;
    filter: var(--shadow);
}

#eeidiswcw {
    position: absolute;
    rotate: 17deg;
    left: -90px;
    top: 185px;
}

#dancefever {
    position: absolute;
    rotate: 348deg;
    left: 0px;
    top: 45px;
}
