*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.grid {
  display: grid;
}

.outline {
  outline-style: solid;
}

/* General Styles */

html {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity, 1));
  font-size: 2vw;
  /* @apply sm:bg-blue-500 md:bg-red-500 lg:bg-green-500 xl:bg-orange-400; */
  font-family: 'Tahoma', 'Times New Roman', Times, serif;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  body {
    grid-template-columns: 1fr 8fr 1fr;
  }
}

@media (min-width: 1024px) {
  body {
    grid-template-columns: 1fr 5fr 1fr;
  }
}

body {
  min-height: 100vh;
}

@media (min-width: 1024px) {
  footer {
    font-size: 0.75em;
  }
}

h1 {
  text-align: center;
  font-size: 7vw;
  font-weight: 700;
}

@media (min-width: 768px) {
  h1 {
    font-size: 5vw;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3vw;
  }
}

h2 {
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3vw;
  }
}

h3 {
  font-size: 1.5vw;
}

p {
  font-size: 2em;
}

@media (min-width: 640px) {
  p {
    font-size: 1.75em;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 1.5em;
  }
}

@media (min-width: 1024px) {
  p {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  nav#navigation_menu {
    display: none;
  }
}

nav#navigation_bar {
  display: none;
}

@media (min-width: 768px) {
  nav#navigation_bar {
    display: flex;
  }
}

@media (min-width: 1024px) {
  nav#navigation_bar {
    font-size: 0.75em;
  }
}

nav#navigation_bar, header, footer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity, 1));
}

nav a, nav a:visited {
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

section#navLinks {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

section#navLinks a {
  margin-top: 3px;
  margin-bottom: 3px;
  min-width: 100%;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 3em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#navLinks a:first-of-type {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

#navLinks a:last-of-type {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

nav.button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0%;
  margin-bottom: 5%;
  min-width: 250px;
}

nav.button a {
  margin: auto;
  min-width: 80%;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  font-size: 2.5em;
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  nav.button a {
    font-size: 1em;
  }
}

.bold_me {
  font-weight: 700;
}

.center_me {
  text-align: center;
}

section p {
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 0%;
  padding-right: 0%;
  line-height: 110%;
}

section.section_divider {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity, 1));
}

section {
  grid-column-start: 1;
}

@media (min-width: 768px) {
  section {
    grid-column-start: 2;
  }
}

ul {
  list-style-type: circle;
  line-height: 175%;
}

ul ul {
  list-style-type: square;
  padding-inline-start: 2.5rem;
  line-height: 175%;
}

.just_right {
  text-align: right;
}

.ital_me {
  font-style: italic;
}

/* Home Page Styles */

#gameDiv {
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 768px) {
  #gameDiv {
    grid-column-start: 2;
  }
}

#game-container {
  margin: auto;
  height: 600px;
}

@media (min-width: 1024px) {
  #game-container {
    height: 700px;
    width: 100%;
  }
}

canvas {
  touch-action: auto !important;
  -ms-touch-action: auto !important;
  /* for older Edge */
}

img.profile_pic {
  display: none;
}

div#profile_text {
  margin: 2%;
  text-align: center;
}

@media (min-width: 1024px) {
  #home_projects_section {
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#home_projects_section > .project_card {
  margin: auto;
  display: block;
}

@media (min-width: 1024px) {
  #home_projects_section > .project_card {
    grid-column: auto;
    padding: 0.25rem;
  }
}

#home_projects_section > .project_card > img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

#home_goals_section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  #home_goals_section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

#home_goals_section ul {
  padding-bottom: 2.5rem;
  font-size: 1.75em;
}

@media (min-width: 768px) {
  #home_goals_section ul {
    font-size: 1em;
  }
}

#home_goals_section p {
  font-size: 1.75em;
}

@media (min-width: 768px) {
  #home_goals_section p {
    font-size: 1em;
  }
}

@media (min-width: 1024px) {
  #home_goals_section p {
    font-size: 0.75em;
  }
}

#home_goals_section div:nth-of-type(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity, 1));
}

#home_goals_section div {
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

section#home_goals_section ul {
  padding-inline-start: 2.5rem;
}

section#home_skills_section ul {
  padding: 5%;
  font-size: 0.88em;
}

section#home_skills_section>div.skill {
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 5%;
  margin-right: 5%;
  min-width: 20%;
  text-align: center;
  font-size: 0.5em;
}

section#home_skills_section>div.skill img {
  margin: auto;
  width: 100%;
}

/* About Page Styles */

#about_me_section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  #about_me_section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

#about_me_section p {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 2.25em;
}

@media (min-width: 768px) {
  #about_me_section p {
    font-size: 1.75em;
  }
}

@media (min-width: 1024px) {
  #about_me_section p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1em;
  }
}

#education_section {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 3fr 1fr;
}

@media (min-width: 1024px) {
  #education_section {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

#education_section p {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.75em;
}

@media (min-width: 768px) {
  #education_section p {
    font-size: 1.5em;
  }
}

@media (min-width: 1024px) {
  #education_section p {
    font-size: 0.75em;
  }
}

.school_year {
  position: static;
  text-align: right;
}

#about_goals_section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  #about_goals_section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

#about_goals_section ul {
  padding-bottom: 2.5rem;
  font-size: 1.75em;
}

@media (min-width: 768px) {
  #about_goals_section ul {
    font-size: 0.75em;
  }
}

#about_goals_section p {
  font-size: 1.75em;
}

@media (min-width: 768px) {
  #about_goals_section p {
    font-size: 0.75em;
  }
}

section#about_goals_section div:nth-of-type(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity, 1));
}

section#about_goals_section div {
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1024px) {
  section#about_goals_section div {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

section#about_goals_section ul {
  padding-inline-start: 2.5rem;
}

section#about_skills_section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 5fr 2fr .25fr;
}

@media (min-width: 768px) {
  section#about_skills_section {
    grid-template-columns: 4fr 1fr;
  }
}

@media (min-width: 1024px) {
  section#about_skills_section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

section#about_skills_section_text {
  margin-top: 2%;
  margin-bottom: 2%;
  margin-right: 2%;
  margin-left: 10%;
  font-size: 0.75em;
  line-height: 110%;
}

section#about_skills_section_text div {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

h2.list_title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 4.5vw;
}

@media (min-width: 640px) {
  h2.list_title {
    font-size: 4vw;
  }
}

@media (min-width: 768px) {
  h2.list_title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 3vw;
  }
}

@media (min-width: 1024px) {
  h2.list_title {
    font-size: 2vw;
  }
}

ul.skill_list {
  float: left;
  width: 45%;
  font-size: 3.25vw;
}

@media (min-width: 640px) {
  ul.skill_list {
    font-size: 3vw;
  }
}

@media (min-width: 768px) {
  ul.skill_list {
    font-size: 2.5vw;
  }
}

@media (min-width: 1024px) {
  ul.skill_list {
    font-size: 1.75vw;
  }
}

ul.skill_list:first-of-type {
  margin-left: 1rem;
}

@media (min-width: 640px) {
  ul.skill_list:first-of-type {
    margin-left: 2rem;
  }
}

section#about_skills_section_icons {
  margin-top: 10%;
  display: flex;
}

#about_skills_section_icons>div.skill {
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 5%;
  margin-right: 5%;
  height: 80%;
}

.skill p {
  text-align: center;
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .skill p {
    font-size: 1em;
  }
}

@media (min-width: 1024px) {
  .skill p {
    font-size: 0.75em;
  }
}

#about_skills_section_icons>div.skill img {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 60%;
}

@media (min-width: 768px) {
  #about_skills_section_icons>div.skill img {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #about_skills_section_icons>div.skill img {
    width: 60%;
  }
}

#about_skills_section_icons>div.skill:last-of-type p {
  margin-bottom: auto;
}

.title_section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (min-width: 1280px) {
  .title_section p {
    font-size: 1em;
  }
}

/* Resume Page Styles */

.year {
  padding-right: 0.5rem;
  text-align: right;
}

section#resume_section {
  margin: 2%;
}

section#resume_section table {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

section#resume_section th {
  text-align: left;
}

td {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  text-align: left;
}

td>p {
  margin-left: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.75em;
}

@media (min-width: 640px) {
  td>p {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  td>p {
    font-size: 1em;
  }
}

@media (min-width: 1024px) {
  td>p {
    font-size: .5em;
  }
}

td.table_divider {
  border-top-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

th.th_h1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 2.5em;
}

@media (min-width: 640px) {
  th.th_h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 768px) {
  th.th_h1 {
    font-size: 1.5em;
  }
}

@media (min-width: 1024px) {
  th.th_h1 {
    font-size: 1em;
  }
}

th.th_h2 {
  padding: 0.25rem;
  font-size: 2.25em;
  font-weight: 700;
}

@media (min-width: 640px) {
  th.th_h2 {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  th.th_h2 {
    font-size: 1.25em;
  }
}

@media (min-width: 1024px) {
  th.th_h2 {
    font-size: .5em;
  }
}

table ul {
  padding-inline-start: 1.5rem;
  font-size: 1.75em;
}

@media (min-width: 640px) {
  table ul {
    padding-inline-start: 2.5rem;
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  table ul {
    font-size: 1em;
  }
}

@media (min-width: 1024px) {
  table ul {
    font-size: .5em;
  }
}

td.table_spacer {
  height: 15px;
}

/* Contact Page Styles */

#lg_contact {
  display: none;
  font-size: 1em;
}

@media (min-width: 768px) {
  #lg_contact {
    display: block;
  }
}

#md_contact {
  font-size: .75em;
  font-weight: 700;
}

@media (min-width: 768px) {
  #md_contact {
    display: none;
  }
}

#contact {
  margin: auto;
  width: 50%;
}

@media (min-width: 1024px) {
  #contact {
    width: 30%;
  }
}

#contact > p {
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 3.5vw;
  font-weight: 700;
}

@media (min-width: 768px) {
  #contact > p {
    font-size: 2.5vw;
  }
}

@media (min-width: 1024px) {
  #contact > p {
    font-size: 1.5vw;
  }
}

#contact img {
  margin: auto;
  width: 100%;
}

section#contact_section {
  margin: 2%;
  height: 100vh;
}

section#contact_section h2 {
  text-align: center;
}

/* #contact_section p{
    @apply text-center text-[3em] md:text-[2em] lg:text-[1em];
} */

#contact_list ul {
  margin: auto;
  padding-inline-start: 2rem;
  font-size: 8vw;
}

@media (min-width: 640px) {
  #contact_list ul {
    font-size: 3vw;
  }
}

@media (min-width: 768px) {
  #contact_list ul {
    font-size: 2.5vw;
  }
}

@media (min-width: 1024px) {
  #contact_list ul {
    font-size: 2vw;
  }
}

#contact_list {
  margin: auto;
  width: 50%;
}

section#contact_section input, section#contact_section textarea {
  margin-bottom: 5%;
  width: 90%;
  padding: 1%;
}

section#contact_section input.form_button {
  width: 20%;
  font-weight: 700;
}

form {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity, 1));
  padding: 2%;
}

input {
  margin: 0.25rem;
}

/* Projects Page Styles */

.project_card {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 0%;
  margin-right: 0%;
}

@media (min-width: 1024px) {
  .project_card {
    padding: 2.5rem;
  }

  .project_card:nth-of-type(odd) {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  .project_card:nth-of-type(even) {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}

.project_card:nth-of-type(even) > div:first-of-type {
  grid-column-start: 1;
  grid-row-start: 1;
}

.project_card > img {
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .project_card > img {
    margin: 0px;
    width: 100%;
    padding: 0px;
  }
}

.project_card:nth-of-type(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity, 1));
}

.project_card:nth-of-type(odd) > img {
  float: left;
}

@media (min-width: 1024px) {
  .project_card:nth-of-type(odd) > img {
    grid-column-start: 1;
    float: none;
  }
}

.project_card:nth-of-type(even) > img {
  float: right;
}

@media (min-width: 1024px) {
  .project_card:nth-of-type(even) > img {
    grid-column-start: 2;
    float: none;
  }
}

.project_card > div > h3 {
  font-size: 3em;
}

@media (min-width: 640px) {
  .project_card > div > h3 {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  .project_card > div > h3 {
    font-size: 1.5em;
  }
}

@media (min-width: 1024px) {
  .project_card > div > h3 {
    font-size: 1em;
  }
}

@media (min-width: 1280px) {
  .project_card > div > h3 {
    font-size: 1em;
  }
}

.project_card > div > p {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 2em;
}

@media (min-width: 640px) {
  .project_card > div > p {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .project_card > div > p {
    font-size: 1.25em;
  }
}

@media (min-width: 1024px) {
  .project_card > div > p {
    font-size: 0.75em;
  }
}

@media (min-width: 1280px) {
  .project_card > div > p {
    font-size: 0.5em;
  }
}

.project_card > div > ul {
  padding-inline-start: 5%;
  font-size: 2em;
}

@media (min-width: 640px) {
  .project_card > div > ul {
    margin-left: 2rem;
    padding-inline-start: 0;
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  .project_card > div > ul {
    font-size: 1.25em;
  }
}

@media (min-width: 1024px) {
  .project_card > div > ul {
    font-size: 0.75em;
  }
}

@media (min-width: 1280px) {
  .project_card > div > ul {
    font-size: 0.5em;
  }
}

.project_card > div:first-of-type {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px) {
  .project_card > div:first-of-type {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.project_card > div {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .project_card > div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .project_card > .more_info {
    grid-column: span 2 / span 2;
  }
}

/* Styles applying to 3-in-a-row game page: TO BE REMOVED */

div#theGame {
  grid-column-start: 2;
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
}

div#theGame table {
  margin: auto;
  padding-top: .5in;
}

div#theGame td {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 20px;
}

@media (min-width: 768px) {
  div#theGame td {
    padding: 30px;
  }
}

div#theGame td.blank {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

div#theGame td.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

div#theGame td.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

div#theGame td.green {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

div#theGame td.red {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

#theGame button {
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 3%;
  padding-right: 3%;
  font-size: 2.25em;
}

@media (min-width: 768px) {
  #theGame button {
    font-size: 0.5em;
  }
}

#theGame label {
  margin-left: 1.25rem;
  font-size: 2.25em;
}

@media (min-width: 768px) {
  #theGame label {
    font-size: 0.5em;
  }
}

div#buttons {
  margin: auto;
  display: flex;
  min-width: 5in;
  max-width: 6in;
  flex-wrap: wrap;
  justify-content: center;
}

button#randomButton {
  align-self: flex-end;
}

#errorCheck {
  margin-top: 1.25rem;
  --tw-scale-x: 300%;
  --tw-scale-y: 300%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* ----- */

section#title_section {
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 15%;
  margin-bottom: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

header, footer, section.section_divider {
  grid-column-start: 1;
  height: -moz-min-content;
  height: min-content;
}

@media (min-width: 640px) {
  header, footer, section.section_divider {
    grid-column: span 3 / span 3;
  }
}

#navicon {
  position: relative;
  float: left;
}

#navigation_bar {
  display: flex;
  justify-content: space-around;
}

#navicon:hover+section, section#navLinks:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

nav.button {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
}

@media (min-width: 768px) {
  nav.button {
    grid-column-start: 2;
  }
}

section#navLinks {
  display: none;
}

div.skill {
  display: flex;
  flex-direction: column;
}

section#home_skills_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

section#about_skills_section>section#about_skills_section_text {
  grid-column-start: 1;
  grid-column-end: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

section#about_skills_section>section#about_skills_section_icons {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

section#projects_section_preview {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 480px){
  div#theGame {
    grid-column-start: 1;
  }

  div#buttons {
    margin: auto;
    display: flex;
    min-width: 2in;
    max-width: 3in;
    flex-wrap: wrap;
    justify-content: center;
  }
}