/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/
/**
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)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
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 Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  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.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant-v19-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant";
  src: url("../fonts/cormorant-garamond-v16-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-flex-v26-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Nanum-Gothic-Coding";
  src: url("../fonts/nanum-gothic-coding-v21-latin-regular.woff2") format("woff2");
}
body {
  display: grid;
  height: 100vh;
  grid-template-rows: auto 1fr auto;
  background-image: url("../img/layoutimg/burnedthumb_washibackground.jpg");
  line-height: 1.4rem;
}

#contentLayout {
  display: grid;
}

header {
  text-align: center;
}

#headerGradient {
  margin: 1em;
}

#headerContainer {
  background-image: url("../img/layoutimg/burnedthumb_waves.jpg");
  background-size: cover;
  background-position: center;
}

footer {
  padding: 3em 5em;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
footer ul li {
  padding: 0.5em;
  margin: 0.2em;
}
footer ul li a[href^=http]::after {
  content: none;
}
footer ul li img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
}

aside {
  padding: 1em 2em;
}

main {
  padding: 1em 2em;
}

@media screen and (min-width: 768px) {
  #headerContainer {
    background-position: top;
  }
  footer img {
    max-width: 50%;
    width: 50%;
  }
  #contentLayout {
    grid-template-columns: 1em 10fr 5fr 1em;
  }
  main {
    grid-column: 2;
    border-radius: 16px;
  }
  aside {
    grid-column: 3;
  }
}
@media screen and (min-width: 1024px) {
  #contentLayout {
    grid-template-columns: 1em 12fr 4fr 1em;
  }
}
nav {
  font-size: 1.1rem;
  text-align: center;
  background-color: rgba(36, 25, 51, 0.9);
  padding: 0.2rem;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
nav ul li {
  padding: 0.2em;
  margin: 0.2em;
}
nav ul li span {
  padding-right: 0.2em;
}
nav ul li img {
  max-height: 25px;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  display: inline-block;
}
nav ul li a[href^=http]::after {
  content: none;
}
nav ul li a[href^=http] {
  font-style: normal;
}
nav a {
  color: #f5f4f4;
  text-decoration: none;
  font-weight: 500;
}
nav a:hover {
  text-decoration: none;
  color: #f5f4f4;
}
nav a:active {
  background: rgba(0, 0, 0, 0.9);
}

@media screen and (min-width: 768px) {
  nav ul {
    flex-direction: row;
    justify-content: right;
  }
  nav ul li:first-child {
    flex-grow: 1;
    text-align: left;
  }
  nav ul li {
    padding: 0.2em;
    border: none;
    background: none;
  }
  nav a:hover {
    color: rgb(220.7142857143, 217.2857142857, 217.2857142857);
  }
}
@media screen and (min-width: 1024px) {
  aside {
    border-radius: 0 15px 15px 0;
  }
  main {
    border-radius: 15px 0 0 15px;
  }
}
img {
  display: block;
  margin: 3em auto;
  max-width: 80%;
  height: auto;
  padding: 0.5em;
  background-color: #f5f4f4;
  box-shadow: 0 0 1em #141414;
}

@media screen and (min-width: 768px) {
  img {
    padding: 1.5rem;
  }
}
.card {
  border: 0 !important;
  background-color: transparent !important;
}

.card-body {
  padding: 0;
}

.card-img-top {
  margin-top: 0.5em;
}

.pagination {
  justify-content: center;
}

body {
  background-color: #f5f4f4;
  color: #141414;
}

header {
  color: #f5f4f4;
}

#headerGradient {
  background-image: linear-gradient(157deg, rgba(33, 18, 76, 0.7), rgba(57, 112, 112, 0.7));
  border-radius: 16px;
  padding: 5px;
}

#headerContainer {
  background-color: rgba(205, 204, 203, 0.2);
  padding: 1rem;
  border-radius: 14px;
}

footer {
  background-color: #241933;
  color: #f5f4f4;
}

main {
  background-color: rgba(245, 244, 244, 0.6);
}

aside {
  background-color: rgba(245, 244, 244, 0.6);
}

article {
  background-color: rgba(245, 244, 244, 0.7);
}

h1 {
  font-family: "Cormorant", serif;
}

h4 {
  font-family: "Cormorant", serif;
}

p {
  font-family: "Assistant", "Roboto", helvetica, ariel, sans-serif;
}

body {
  font-family: "Assistant", "Roboto", helvetica, ariel, sans-serif;
}

pre, code {
  font-family: "Nanum-Gothic-Coding", monospace;
  border: 0;
  border-left-color: #0f4a4d;
  border-left-style: solid;
  border-left-width: 0.16rem;
  padding-left: 0.2rem;
  color: #141414;
  font-weight: 700;
}

blockquote {
  font-family: "Nanum-Gothic-Coding", monospace;
  border: 0;
  border-left-color: #0f4a4d;
  border-left-style: solid;
  font-size: calc(1.255rem + 0.06vw);
  border-left-width: 0.16rem;
  padding-left: 0.2rem;
  font-variant: small-caps;
  color: #141414;
  font-weight: 700;
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 1.3rem;
  }
}

mark {
  background-color: rgba(28, 21, 48, 0.3);
  padding: 0 0.1em;
}

p {
  font-size: 1.1rem;
}

h1 {
  font-size: calc(1.525rem + 3.3vw);
  margin: 0;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: calc(1.425rem + 2.1vw);
  margin: 0;
  font-weight: 500;
  font-variant: small-caps;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: calc(1.375rem + 1.5vw);
  margin: 0;
  font-weight: 900;
  font-variant: small-caps;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: calc(1.345rem + 1.14vw);
  margin: 0;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: calc(1.305rem + 0.66vw);
  margin: 0;
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: calc(1.255rem + 0.06vw);
  margin: 0;
  font-weight: 800;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 1.3rem;
  }
}

header h1 {
  font-family: "Cormorant", serif;
  font-size: calc(1.725rem + 5.7vw);
  margin: 0;
  font-weight: 100;
}
@media (min-width: 1200px) {
  header h1 {
    font-size: 6rem;
  }
}
header h2 {
  font-weight: 100;
}
header a {
  color: #f5f4f4;
  text-decoration: none;
}
header a:hover {
  color: white;
}

#contentLayout a {
  text-decoration: underline;
  text-decoration-style: solid;
  color: #141414;
  font-weight: 700;
}
#contentLayout a:hover {
  color: rgb(37.85, 37.85, 37.85);
}
#contentLayout a[href^=http] {
  font-style: italic;
  text-decoration: underline;
  text-decoration-style: dotted;
}

footer {
  text-align: center;
}
footer a {
  color: #f5f4f4;
  text-decoration: none;
}
footer a:hover {
  color: white;
}

.card-body {
  margin: 0 0 0.7rem 0;
}

.card-subtitle {
  font-size: 1rem;
  margin: 0.5rem 0 !important;
}

.text-muted {
  color: rgba(108, 117, 125, 0.7) !important;
}

.card-body a h2 {
  font-style: normal;
}
.card-body br {
  margin-bottom: 1rem;
}
.card-body i {
  margin-right: 0.25rem;
}/*# sourceMappingURL=style.css.map */

.page-link {
  background-color: transparent !important;
}