html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 

>>>>>>> 

>>>>>>> 

>>>>>>>

DEFAULTS ABOVE - Do not change

>>>>>>>

>>>>>>>

>>>>>>>

*/

@font-face {
  font-family: saira_condensed;
  src: url(assets/fonts/Saira_Extra_Condensed/SairaExtraCondensed-Bold.ttf);
}

@font-face {
  font-family: urbanist;
  src: url(assets/fonts/Urbanist/Urbanist-VariableFont_wght.ttf);
}

:root {
  --medium_blue: #2b425f;
  --dark_blue: #1f2736;
  --red: #bc4b52;
}

body {
  background-color: var(--red);
  font-family: urbanist, sans-serif;
  color: white;
  line-height: 1.5;
}

.site_wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 15rem);
}

.splashRow:last-child {
  flex-grow: 1;
}

/*

NAV BELOW 

*/

.topNav {
  display: flex;
  font-size: 17px;
  padding: 2rem;
}

.topNav a {
  text-decoration: none;
  color: white;
}

.topNav a:hover {
  text-decoration: underline;
}

.logo img {
  width: 250px;
  height: auto;
  margin-right: 1rem;
}

.gap {
  flex-grow: 1;
}

.navItem {
  padding: 0 1%;
  margin: 0 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navItem.current {
  text-decoration: underline;
}

.ctaButton {
  padding: 1rem 1.5rem;
  border-radius: 4px;
  border: none;
  background-color: var(--medium_blue);
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.ctaButton:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.ctaButton.contrast {
  border: 3px solid white;
  background-color: transparent;
}

.ctaButton.contrast:hover {
  text-decoration: none;
  background-color: white;
  color: var(--red);
}

/*index-1699792349

SPLASH BELOW

*/

.splashRow,
footer {
  word-spacing: 2px;
  display: flex;
}

.light {
  background-color: white;
}

.offlight {
  background-color: #e3e0de;
}

.dark {
  background-color: var(--dark_blue);
}

.red {
  background-color: var(--red);
}

.dark .ctaButton {
  background-color: var(--red);
}

.splashRow .ctaButton {
  margin-top: 3rem;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

.offlight h1,
.offlight h2,
.offlight h3,
.offlight h4,
.offlight p,
.offlight li,
.light h1,
.light h2,
.light h3,
.light h4,
.light p,
.light li {
  color: var(--medium_blue);
}

li {
  font-size: 18px;
  margin-left: 4rem;
}

.bold_list li {
  font-size: 1.5rem;
}

.splashContainer {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 100px auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.splashContainer .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.splashContainer .left.large {
  width: 60%;
}

.splashContainer .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.splashContainer .right.small {
  width: 40%;
}

.splashContainer .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.center h2 {
  text-align: center;
}

.splashContainer .right img {
  margin: 1rem;
  width: calc(90% - 2rem);
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

.splashContainer .left img {
  margin: 1rem;
  width: calc(90% - 2rem);
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

.artwork {
  align-items: center !important;
  justify-content: center !important;
}

.splashContainer h1.special_header {
  font-size: 190px;
}

.splashContainer h1,
.splashContainer h2 .splashContainer h3 {
  font-family: saira_condensed, sans-serif;
  font-size: 140px;
  line-height: 1;
}

.splashContainer h2 {
  font-size: 80px;
  font-weight: bold;
}

.splashContainer h3 {
  font-size: 50px;
}

.splashContainer h4 {
  font-size: 30px;
}

.splashContainer p {
  width: 100%;
  font-size: 22px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.screenshot img {
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

/* 

PAGE CONTENT BELOW

*/

.image_row {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.question_box {
  background-color: var(--red);
  border-radius: 1rem;
  padding: 1rem 2rem;
  margin: 1rem;
  min-width: calc(30% - 2rem);
  font-size: 1.5rem;
}

.image_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: 1rem;
  min-width: calc(40% - 2rem);
  font-size: 1.5rem;
}

.image_box_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: 1rem;
  min-width: calc(30% - 2rem);
  font-size: 1.5rem;
}

.image_box img,
.image_box_3 img {
  width: 100%;
  height: auto;
}

.image_box h4,
.image_box_3 h4 {
  margin-top: 1rem;
  font-weight: bold;
}

#article_container {
  display: flex;
  flex-direction: flex-start;
  flex-wrap: wrap;
  margin-top: 5rem;
  justify-content: flex-start;
  justify-self: center;
}

.article_card {
  display: flex;
  flex-direction: column;
  margin: 3%;
  padding: 2rem;
  width: 35%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  color: black;
  text-overflow: ellipsis;
  height: auto;
  overflow: hidden;
}

.article_card h2 {
  font-size: 2rem;
}

.article_card p {
  margin-top: 0;
  flex-grow: 1;
}

.article_card .date {
  font-style: italic;
  margin: 1rem 0;
  color: gray;
  font-size: 1rem;
}

.article_card a {
  padding: 0.5rem 1rem;
  background-color: var(--red);
  color: white;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 0.5rem;
  align-self: flex-end;
  width: 8rem;
}

.article_card img {
  width: 100%;
}

.article_card h3 {
  display: none;
}

/* 

FOOTER BELOW

*/

.footer {
  display: flex;
  flex-direction: column;
  padding: 4rem;
  align-items: center;
  justify-content: center;
}

.footer a {
  margin-top: 1rem;
  color: white;
}

@media screen and (max-device-width: 500px), screen and (max-width: 800px) {
  .left.artwork,
  .right.artwork {
    /* display: none !important; */
  }

  .left.screenshot,
  .right.screenshot {
    margin-top: 2rem;
  }

  .splashContainer {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .splashContainer .left,
  .splashContainer .right {
    width: 100% !important;
  }

  .splashContainer h1,
  .splashContainer h1.special_header {
    font-size: 180px;
  }

  .reversable {
    flex-direction: column-reverse;
  }

  .topNav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 5rem;
    border-bottom: 1px solid white;
    width: calc(100% - 4rem);
  }

  .navItem {
    margin-top: 1.5rem;
    font-size: 36px;
    width: 100%;
  }

  h1,
  h2 {
    text-align: center;
  }

  .logo {
    width: 90%;
  }

  .logo img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .image_row {
    flex-direction: column;
    align-items: center;
  }

  #article_container {
    justify-content: center;
  }

  .article_card {
    width: 75%;
  }

  .splashContainer h2 {
    font-size: 100px;
    font-weight: normal;
  }
}
