:root{
  --background:#21262d;
  --navbar-color: #0000ff;
  
	--light: transparent;
	
	--gray-600: transparent;
	--gray-700: transparent;
	--gray-800: transparent;
	--gray-900: transparent;
	--primary: #805ad5;
  --primary_rgb: 128, 90, 213;
  --background: 33, 38, 45;
  --body-background: url('sparklewpd.gif');
}

*{
  box-sizing: border-box;
  word-break: break-word;
	overflow-wrap: break-word;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
	font-family: "SegoeUI", "Segoe UI";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	background-image: url('https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExM3N3YzdmYTJoZWt0NXhzOXJjaWQ0M3RqczM2ZDZ3ajZvZDMybXF5ZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/l0MYrokk2rXUsebKw/giphy.gif');
	background-position: center center fixed;
	overflow-x: hidden;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	color: #805ad5;
	text-decoration: none;
	background-color: transparent;
}

article, aside, figcaption, figure, footer, header, main, nav, section {
	display: block;
}

img{
  vertical-align: middle;
  border-style: none;
}

a {
	 color: var(--primary);
    text-decoration: none;
    background-color: transparent;
}

ul, ol {
    padding-inline-start: 20px;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

bdi {
    overflow: hidden !important;
}


/* fonts */

@font-face {
  font-family: "Pixelated MS Sans Serif";
  src: url("https://mutilationmayhem.neocities.org/fonts/MS Sans Serif.ttf");
  font-weight: normal;
  font-style: normal;
}

.font-weight-bold {
    font-weight: 600 !important;
}

h5 {
    font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
}


.bg-transparent {
    background-color: transparent;
}

.btn {
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.2rem;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	border-color: #805ad5;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;

}

.btn {
  display: block;
  width: 98.5% ;
  margin-left: auto;
  margin-right: auto;
}



.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.text-center{
  text-align: center;
  
}
.w100{
  width: 100%;
}


.hide-scrollbar{
  scrollbar-width: none;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

/* margin */
.m1 {
  margin-top: 1rem;
}

.mt-2, .my-2 {
  margin-top: 0.5rem;
}


.mb-2, .my-2{
  margin-bottom: 0.5rem;
}

.mr2 {
  margin-right: 0.5rem;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-1, .mx-1{
  margin-left: 0.25rem;
}

.mx-auto, .ml-auto{
  margin-left: auto;
}

.mx-auto, .mr-auto{
  margin-right: auto;
}

@media (min-width: 768px) {
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
}

@media (min-width: 768px) {
    .mr-md-2 {
        margin-right: 0.5rem !important;
    }
}

@media (min-width: 768px) {
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
}

/* padding*/
.pr-2{
  padding-right: 0.5rem;
}

/* row */

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.row-2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

/* column */

.col {
  position: relative;
  width: 100%;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-2, .col-3 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-2{
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* navigation bar */

.srd {
    width: 100%;
    background-color: #805ad5;
    padding: 2px;
    padding-top: 2px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    color: white;
    font-size: 11.5px;
}

@media (min-width: 768px) {
    .srd {
        font-size: 16px;
    }
}


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background: #21262d;
}

.container, .container-fluid {
    padding-bottom: 4vh;
}

@media (min-width: 768px) {
    .navbar {
        padding: 0.5rem 1.5rem 0.2rem 0.5rem;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
}

.navbar-light {
	box-shadow: 0 0.1px 2px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
  display: inline-block;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}


.top-fixed{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}


.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #21262d;
}

.navbar .container, .navbar .container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

/* navbar logo + banner */

#header--icon {
	height: 43.75px;
}


#foolboy-LOGO{
  height: 40px;
  width: 200px;
}

.logo{
    object-fit: contain;
    object-position: left center;
}

.logo-container{
  flex-grow: 1;
  margin-left: 0.25rem;
}
.site-banner {
	width: 100%;
	height: 100%;
	max-height: 30vh;
	object-fit: contain;
	top:30%;
}


.banner-wrapper > div {
	position: relative;
}
.banner-wrapper > div > div{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.foot {
  background-color: #d4d0c8;
  padding: 10px;
  text-align: center;
  color: white;
  position: absolute;
  height: 20px;
  bottom: 0;
  width:100%;
}

.flex-grow-1{
  flex-grow: 1;
}

.flex-row {
  flex-direction: row;
}
.flex-nowrap {
  flex-wrap: nowrap;
}

.d-flex{
  display: flex;
}

/* content + tint */

.container {
  height: 100%;
	width: 100%;
	padding-bottom: 4vh;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  background: rgba(33, 38, 45, 0.9);
}

.main-cr {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.main-cc {
  position: relative;
  width: 100%;
  height: 100%;
  order: -1;
  padding-left: 0;
  padding-right: 0;
}

.main-cc{
  overflow: visible; 
  padding-top: 5px; 
  height: 100%; 
  flex-basis: 0; 
  flex-grow: 1; 
  max-width: 100%;
}

.card-container{
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  display: flex;
}


h1{
  height: 100%;
}

/*post*/
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.35rem;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card-header1 {
    font-size: 1rem;
    font-weight: 600;
    color: #c9d1d9;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.card-title {
    margin-bottom: 0.75rem;
}

.post-actions{
  position:relative;
  display:flex;
}

.post-actions .list-inline {
    flex: none;
}

.post-actions .list-inline {
    margin-bottom: 0;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .post-actions .list-inline {
        flex: auto;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
}


/* post img thumbnail */
.card-thumbnail {
  display: flex;
  align-items: center;
}

.card-thumbnail > a {
    position: relative;
}

.card-block{
  position: relative;
}

.post-img{
    width: 100px;
    height: 90px;
    object-fit: cover;
    border: 0.1px solid var(--primary);
    border-radius: 0.35rem;
    z-index: 2;
    background-color: #505961;
}

.post-title {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
}

@media (max-width: 768px) {
    .post-img {
        width: 80px;
        height: 72px;
    }
}

@media (max-width: 768px) {
    .post-title {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }
}


/* post user, thread, etc*/

.thread-flair{
  background-color: var(--primary);
  margin-right: 3px;
  font-weight: bold;
}

.thread-flair-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExOTB2NHJ6eDVtdm1wbXdweW1pYzA4d2M0em84cXVpNmViMzhlang0ZiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/WVEyd2dU12XmSdyvhH/giphy.gif") repeat;
  background-clip: initial;
  margin-right: 3px;
  font-weight: bold;
}

.thread-flair-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExMjhheWg3dDQ5cjY3MDVydnRsdnI4Y3N6c2VobHJxZDViYWdmbHVhdiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3oplbvM1NB4krLSJpQ/giphy.gif") repeat;
  background-clip: initial;
  margin-right: 3px;
  font-weight: bold;
}

.patron, .pronouns, .post-flair, .thread-flair, .thread-flair-1, thread-flair-2, .mod {
    padding: 1.5px 5px 3px !important;
    border-radius: 5px !important;
    color: white !important;
}

.voting{
  min-width: 90px;
}

.voting {
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    min-width: 40px;
}

.voting.d-md-flex {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .patron, .pronouns, .post-flair, .hole-flair, .mod {
        padding: 1px 5px 2px !important;
    }
}

.arrow-up.active, .arrow-down.active {
    opacity: 1;
    filter: grayscale(0);
}

#voting .arrow-up, .voting .arrow-up, .voting .arrow-down {
    display: block;
    text-decoration: none;
}

.arrow-up, .arrow-down {
    background-size: contain !important;
    background-position-x: center !important;
    width: 40px !important;
    height: 40px;
    opacity: 0.7;
    filter: grayscale(100%);
}

.arrow-up {
    background-image: url(/i/s6/upvote.webp?s6=0) !important;
    background-repeat: no-repeat !important;
}

.arrow-up, .arrow-down {
    position: relative;
    display: inline-block;
}

/* profile */

.username > span {
  margin-left: 0.25rem;
}
.pfp-wrapper-1 {
  width:30px;
  height: 30px;
}

.pfp-wrapper-2{
  width: 25px;
  height: 25px;
}

.pfp-1 {
  border-radius: 50%;
  object-fit: cover;
  width:30px;
  height: 30px;
}

.pfp2{
  border-radius:50%;
  object-fit: cover;
  margin-right: 0.25rem !important;
  width: 25px;
  height: 25px;
}
.house-img, .special-img {
    height: 25px;
}

.mod {
    padding: 2px 5px 3px 5px;
    border-radius: 5px;
    color: white !important;
    background: linear-gradient(270deg, red, orange, yellow, green, blue, indigo, violet);
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.mod2 {
    padding: 2px 5px 3px 5px;
    border-radius: 5px;
    color: white !important;
    background-image: url("https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExdDFuejZ1ZWI3ZGppbmk2emhvNDdsbTNzYWN5eHU1ZmE4N3Jyc3BrcSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/xTiTnoNDJXVEQo3JEQ/giphy.gif");
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.pronounce {
    font-size: 10px;
    margin-left: 0.25rem;
    font-weight: 700;
    border: 2px solid transparent;
}

.card-top{
      position: relative;
    z-index: 2;
    color: #c9d1d9;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
}

@media (max-width: 768px) {
    .patron, .pronounce, .post-flair, .thread-flair, thread-flair-1, thread-flair-2, .mod {
        padding: 1px 5px 2px !important;
    }
}

.pfp-wrapper-2, .pfp-wrapper-1, .profile-pic-35-wrapper, .profile-pic-65-wrapper, .profile-pic-75-wrapper, .profile-pic-100-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .patron, .pronounce, .post-flair, .hole-flair, .mod, .mod2 {
        padding: 1px 5px 2px !important;
    }
}

.patron, .pronounce, .post-flair, .hole-flair, .mod, .mod2 {
    padding: 1.5px 5px 3px !important;
    border-radius: 5px !important;
    color: white !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: #21262d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* frontpage */

#frontpage .posts .card{
	border-width: 0.1px;
	border-color: #303030;
	border-style: solid;
	border-radius: 0;
	padding: 0.5rem;
}

	#frontpage .posts .card .post-img, #search .posts .card .post-img {
		z-index: 3;
	}

#frontpage .post-title a {
    color: #c9d1d9;
}

#frontpage .voting, #search .voting, #userpage .voting {
    margin: auto 0;
} 
/* desktop sidebar*/

#sidebar_content{
  max-width: 300px;
  padding-bottom: 15rem;
}

.sidebar {
  border-radius: 6px;
  margin-top:6px;
  padding-top:0.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar-img{
  width:100%;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.text-black{
  color:#c9d1d9;
}

@media (max-width: 768px) {
	html {
		font-size: 14px;
	}
	.container {
		overflow: hidden;
		max-width: none;
	}
	.custom-gutters, .user-gutters {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 98.5%;
	}
}

@media (max-width: 768px) {
	.has_header {
		padding-top: 67.8px
	}
}

@media (max-width: 768px) {
	*, textarea, .resizable {
		resize: none !important;
	}
}


@media (max-width: 768px) {
    .x-scroll-parent {
        overflow:hidden;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
}

a[href^="https://mutilationmayhem.neocities.org/sfw/wonderland"] {
	background: url("https://media1.tenor.com/m/GPTt1V77QsoAAAAC/aesthetic-background.gif") repeat !important;
	color: transparent !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
}