@import url("reset.css");
@import url("layout.css");
@import url("variables.css");
@import url("typography.css");

/* //////////////////// Karakuri Page ///////////////// */

body {
	background-color: #f9d9e5;
	opacity: 1;
	background-image:
		linear-gradient(#ffc6db 1px, transparent 1px),
		linear-gradient(to right, #ffc6db 1px, #f9d9e5 1px);
	background-size: 20px 20px;
	color: #1c1c1c;
}

.hero-area {
	justify-content: center;
}

h3 a {
	color: #1c1c1c !important;
}

li a {
	color: #1c1c1c !important;
}

li a:hover {
	color: #ed0357 !important;
}

.highlight-new {
	color: #ed0357;
	font-weight: bold;
	font-size: 2rem;
}

.highlight-news {
	color: #ed0357;
	font-weight: bold;
}

.kare-heart {
	color: #ed0357;
}

.kare-button {
	background-color: #faa8c3;
	color: #ed0357;
	margin-top: 30px;
	width: 450px;
	text-align: center;
	padding: 30px;
	font-weight: bold;
	border: 3px solid #ed0357;
	font-size: 2rem;
}

.kare-button p {
	margin-top: 0;
}

.kare-button a {
	color: #ed0357;
}

.kare-button a:hover {
	color: #1c1c1c;
	text-decoration: none !important;
}

.main-kare-img {
	border-radius: 50%;
}

.cta {
	margin-top: 0;
}

.cta h3 {
	margin-top: 0;
}

.kare-button-2 {
	background-color: #faa8c3;
	color: #ed0357;
	margin-top: 30px;
	width: 250px;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	border: 3px solid #ed0357;
	font-size: 1.5rem;
}

.kare-button-2 p {
	margin-top: 0;
}

.kare-button-2 a {
	color: #ed0357;
}

.kare-button a:hover {
	color: #1c1c1c;
}

.news-top {
	padding-bottom: 0;
}

.update-pics {
	margin-top: 20px;
}

.kare-disclaimer {
	font-size: xx-small;
}

.highlight-footer {
	color: #ed0357 !important;
}

.highlight-news {
	color: #ed0357 !important;
}

.divider {
	border-top: 4px solid #faa8c3;
	margin: 20px;
}

.social-media {
	filter: invert(2%) sepia(28%) saturate(188%) hue-rotate(314deg)
		brightness(109%) contrast(81%);
}

/* //////////////////// Header ///////////////// */

header {
	margin-bottom: 40px;
}

.container {
	font-size: 1.2rem;
	height: 70px;
}

/* ----------Navigation----------- */

.navbar {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	margin: auto;
	padding: 30px;
}

.navbar ul {
	display: flex;
	flex-wrap: wrap;
}

.container .navbar {
	justify-content: space-between;
}

.navbar ul li {
	list-style-type: none;
}

.container .navbar ul li {
	margin: 0 20px;
}

.navbar a {
	color: var(--pink);
	font-weight: bold;
}

.navbar a:hover {
	color: var(--pink);
}

.top-links {
	padding-top: 35px;
}

.header-title a {
	color: var(--green);
}

.header-title a:hover {
	color: var(--green);
	text-decoration: 3px solid underline;
}

/* //////////// Miscellaneous Custom Thingies //////////// */

.heart-pink {
	font-size: 3em;
	color: var(--pink);
}

.heart-green {
	font-size: 2em;
	color: var(--green);
	margin-top: 30px;
}

.about-header {
	font-size: 3em;
}

.one-column {
	margin-top: 60px;
}

.white-star {
	color: #fff;
}

.highlight {
	color: var(--pink);
	font-weight: bold;
}

/* //////////////////// Store Page ///////////////// */

.store-section {
	padding: 30px;
}

.book-blurb-box {
	padding: 30px;
	border: 2px solid var(--green);
}

.shop-title {
	margin-top: 0px;
}

.itch-box {
	border: 2px solid var(--pink);
	margin-top: 30px;
	padding: 30px;
}

/* //////////////////// Commissions Section ///////////////// */

.commission-status {
	color: var(--pink);
	font-weight: bold;
}

.commissions-box {
	border: 2px solid var(--pink);
	margin-top: 30px;
	padding: 30px;
}

/* //////////////////// Friends Page ///////////////// */

.legend-box {
	border: 2px solid var(--green);
	margin-top: 30px;
	padding: 20px;
}

/* //////////////////// Footer ///////////////// */

footer {
	padding-bottom: 40px;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
}

.social-media-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.social-media {
	filter: invert(2%) sepia(28%) saturate(188%) hue-rotate(314deg)
		brightness(109%) contrast(81%);
	width: 30px;
}

.no-ai-disclaimer {
	text-align: center;
	margin: 30px;
}

/* //////////////----Responsive layout - Media queries--------//////////// */

@media (max-width: 600px) {
	/* anything you only want applied at mobile sizes can go here */

	.container {
		height: 100%;
	}

	.nav-sitename {
		justify-content: flex-start;
	}

	.navbar ul {
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	/* anything you want to kick in at small tablet and above can go here */
}

@media (min-width: 1080px) {
	/* anything you want to kick in at large tablet and above can go here */
}

@media (min-width: 1300px) {
	/* anything you want to kick in at desktop and above can go here */
}
