/* @import "tailwindcss"; */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+Mono:wght@100..900&display=swap');

:root {
	--bg-color: #ffffff; /* dark: #1e272e */
	--bg-color-beige: #f8f6f1;
	--hover-bg: rgba(0, 0, 0, 0.06);
	--gray: #adadad;
	--card-bg: #00000015;
	--main-color: #337e4c;
	--wheatwhole-color: #52b171;
	--text-color: #282828; 
	--sub-color: #75757E; /* for sub text */
	--elevated: #e3e3e3; /* for buttons and tags */
	--color-allgood: #40d672;
	--color-warning: #ffd63a;
	--color-error: #f7374f;
	--shadow-lifted:
		rgba(93, 140, 192, 0.25) 0rem 0.1875rem 0.125rem,
		rgba(93, 140, 192, 0.24) 0rem 0.4375rem 0.8125rem -0.1875rem,
		#00000025 0rem -0.1875rem 0rem inset;
	--shadow-lifted-alt:
		rgba(93, 140, 192, 0.25) 0rem 0.1875rem 0.125rem,
		rgba(93, 140, 192, 0.24) 0rem 0.4375rem 0.8125rem -0.1875rem,
		#ffffff25 0rem -0.1875rem 0rem inset;

	--shadow-main: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;

	/* inset shadows */
	--shadow-main-border: var(--shadow-main), inset rgba(0, 0, 0, 0.1) 0rem 0rem 0rem 1px;
	--input-shadow: var(--shadow-main), inset rgba(0, 0, 0, 0.1) 0rem 0rem 0rem 2px;
	--input-focus: var(--shadow-main), inset rgba(0, 0, 0, 1) 0rem 0rem 0rem 2px;
	--shadow-button: var(--shadow-main), inset /* border */ rgba(0, 0, 0, 0.14) 0rem 0rem 0rem 1px;

	--button-bg: #0000000e;
	--button-bg-inverted: #000000;
	--button-bg-hover: #00000017;
	--button-color-inverted: #ffffff;
	--padding: 15px;
	--actions-and-stuff-ahh-transition: cubic-bezier(0.68, -0.6, 0.32, 1.6);
	--content-border-radius: 1rem;
	--border-radius: 12px;
	font-size: 16px;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

/* WHEATWHOLE'S RESET PACK */

/* BEGIN RESET */
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* 2. Remove default margin */
* {
	margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
	html {
		interpolate-size: allow-keywords;
	}
}

* {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

body {
	/* 4. Add accessible line-height */
	line-height: 1.5;
	min-height: -webkit-fill-available;

	/* 5. Improve text rendering */
	-webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
	font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
	text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
	 user-select: none;
  -webkit-user-select: none;  /* Safari / iOS */
  -ms-user-select: none;      /* old IE */
}

/*
  10. Create a root stacking context
*/

#root,
#__next {
	isolation: isolate;
}

/* 11. fix issue with safari box shadow */
* {
	-webkit-appearance: none;
}

/* END RESET */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* my unadvanced reset uhh */

body {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100vw;
	height: 100vh;
height: 100dvh;
	background-size: cover;
	font-family:
		Noto Sans Mono Variable,
		Noto Sans Mono,
		monospace;
	cursor: default;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	overscroll-behavior: none;
	position: fixed;
	padding: 0;
	opacity: 0;
	animation: fadeIn 200ms forwards;
}

html, body {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: auto;
  -webkit-overflow-scrolling: touch; /* ✅ iOS elastic scroll */
}

img {
	 user-select: none;
  -webkit-user-select: none;  /* Safari / iOS */
  -ms-user-select: none;      /* old IE */
}

::selection {
  background-color: var(--main-color);
  color: white;
}

::-moz-selection {
  background-color: var(--main-color);
  color: white;
}

/* END RESET */


.body-text {
	color: var(--text-color);
	font-size: 0.875rem;
	font-weight: 500;
	user-select: var(--text-color);
}

.h1 {
	width: 80%;
	min-width: 12.5rem;
}

p {
	font-size: 1rem;
	line-height: 1.5;
}

a:not(class) {
	text-decoration-thickness: 5px;
	color: var(--main-color);
	transition: all 0.2s ease-in-out;
	text-decoration-skip-ink: none;
}

a:hover {
	filter: brightness(1.25);
}

.giantahhparagraph {
	line-height: 1.4;
	font-size: 1.1875rem;
	color: var(--sub-color)
}

.bullet-title {
	font-size: 1.125rem;
}

.sub-text {
	color: var(--sub-color);
	font-weight: 430;
}

.container {
	/* a second body */
	display: flex;
	position: relative;
	width: 100%;
	height: 100dvh;
	/* background-image: var(--grid-bg); */
	background-color: var(--bg-color);
    	overflow-y: auto;
}

.center-container {
	/* i added this because it just works idk */
	height: 100%;
	display: flex;
	width: 100%;
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: safe center !important; /* THIS IS VERY IMPORTANT. IF YOU USE JUSTIFY CONTENT: CENTER, ELEMENTS MAY GO OFF SCREEN. ALWAYS USE SAFE CENTER AND YOUR SANITY WILL THANK YOU. */
	/* border: solid blue .0625rem */
}

/*
@media only screen and (max-width: 37.5rem) {
  .me {
    width: 100%;
  }
}

@media only screen and (max-height: 18.75rem) {
  .me {
    width: 100%;
  }
}
*/

.divider {
	border-top: var(--sub-color);
	color: var(--sub-color);
	background-color: var(--sub-color);
	border: 1px;
	display: block;
	height: 1px;
	width: 70%;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

/* 
.tag-container div:nth-of-type(1) {
  background-color: #537D5D;
}

.tag-container div:nth-of-type(2) {
  background-color: #F2C078;
}

.tag-container div:nth-of-type(3) {
  background-color: #3D90D7;
}

.tag-container div:nth-of-type(4) {
  background-color: #D5451B;
}

.tag-container div:nth-of-type(5) {
  background-color: #5588A3;
}

.tag-container div:nth-of-type(6) {
  background-color: #C5172E;
}

.tag-container div:nth-of-type(7) {
  background-color: black;
}

.tag-container div:nth-of-type(8) {
  background-color: #71C0BB;
}
*/

.contact-container {
	font-size: 0.8125rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-container > .sub-text {
	text-align: center;
}

.icon {
	object-fit: cover;
	flex-shrink: 0;
}
/* styles on mobile */

@media only screen and (max-width: 950px) {
    .container {
        height: initial;
    }
}

@media only screen and (max-width: 600px) {
	:root {
		font-size: 14px;
	}
}

@media only screen and (max-height: 400px) {
	.h300::after {
		content: ' (scroll)';
	}

	:root {
		font-size: 14px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
	}
}
