/* START OF CSS */
/* START OF CSS */
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}

/* MAIN FONT AND BG COLOR*/
body{
background-image: url('https://octylien.neocities.org/Resources/HomeBG.png');
/* background-image: url('https://i.imgur.com/jdEamQr.png'); */
background-color: #cc3143;
margin: 2%;
font-family: 'Karla', sans-serif;
font-size: 16px;
color: #deb2e7;
text-shadow: 1px 1px #290831;
overflow:auto;
width: 990px;
}


/* LEFT SIDE FRAME (DISABLED)*/
.sidebg{
width: 200px;
position: fixed;
top: 4%;
left: 1%;
}

/* LEFT SIDE*/
.side{
background-image: url('https://octylien.neocities.org/Resources/HeartBoxBGhalf.png');
border: 8px double #8C516B;
background-color: black;
width: 100%;
padding: 1rem 1.5rem 1rem 1rem;
text-align: justify;
font-size: 16px;
display: flex;
flex-direction: column;
gap: 0.5rem;
}



.avatar{
width: 100%;
opacity: 0.9;
}

.desc{
padding: 0.5rem;
}

.sideheaders{
font-family: 'Love Ya Like A Sister', serif;
font-weight: normal;
font-size: 24px;
}

.side ul{
padding-left: 0rem;
}

.side li{
/* list-style-image: url('https://i.imgur.com/iqIEW3A.gif'); */
font-size: 16px;
}

.container{
display: flex;
flex-direction: column;
margin-left: 200px;
}

.headerwrapper{
display: flex;
flex-direction: row;
justify-content: space-between;
}

.title{
font-family: 'Love Ya Like A Sister', serif;
font-weight: normal;
color: #deb2e7;
font-size: 46px;
align-self: end;
margin-left: 0rem;
}

.headerimg{
width: 285px;
align-self: end;
margin-right: -1rem;
margin-bottom: -1rem;
position: relative;
z-index: -1;
}

.boxgap{
display: flex;
flex-direction: column;
gap: 1rem;
}


.boxbg
{
background-image: url('https://octylien.neocities.org/Resources/HeartBoxBG.png');
opacity: 0.9;
}

.box{
background-image: url('https://octylien.neocities.org/Resources/HeartBoxBGhalf.png');
display: flex;
flex-direction: row;
background-color: black;
border: 8px double #8C516B;
}

.boxsmall
{
background-color: black;
display: flex;
flex-direction: row;
background-color: black;
border: 3px solid #8C516B;
right:2px;
}

.left{
border-right: 3px solid #8c516b;
padding: 0.7rem;
text-align: center;
}

.icon{
border: 2px solid #8c516b;
}

.right{
padding: 1rem;
}

a{
color: #8C516B;
text-decoration: none;
}

a:visited{
color: #8C516B;
}

a:hover{
font-weight: bold;
color: #8C516B;
}

a:active{
color: #8C516B;
font-style: italic;
font-weight: normal;
}

h1 {
  text-shadow: 2px 0 #290831, 0 2px #290831, 2px 0 #290831, 0 2px #290831;
}

::-webkit-scrollbar{
width: 8px; 
}
    
::-webkit-scrollbar-track{
background-color: transparent;
}

::-webkit-scrollbar-thumb{
background-color: #8C516B;
}

#credit{
font-size: 12px;
position: fixed;
width: 200px;
/* Avoid negative space (Previously 780px)*/
height: 780px;
bottom: 0;
right: 0;
}

@media(max-width:760px){
body{
margin: 0;
padding: 1rem;

}

/* SIDE DIMENSIONS FOR MOBILE */
.sidebg{
background-image: none;
position: relative;
top: 0;
margin-bottom: 1rem;
width: 100%;
height: auto;
left: 0%;
}
.side{
height: auto;
width: 100%;
text-align: center;
padding: 1rem;
}
.desc{
font-size: 16px;
}
.side ul{
padding: 0;
}
.side li{
display: inline;
margin-left: 4px;
}
.avatar{
width: 50%;
margin: 0 auto;
}
.container{
margin: 0;
}

/* HEADER IMAGE MOBILE */
.headerimg{
width: 180px;
left: -5%;
}
.title{
font-size: 35px;
margin: 0;
}
}

/* END OF CSS */
/* END OF CSS */