/* Beyond Gender Research Collective - Styles */

/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&display=swap");

@font-face {
  font-family: "Company";
  src: url("/fonts/Company.woff2") format("woff2"), url("/fonts/Company.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Base Styles */
body {
  font-family: "Oxygen", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  background-color: #ffffff;
  background-image: url("/img/photocopy-30.jpg");
}

a {
  color: #643ad7;
  transition: all 0.15s ease-out;
}

a:visited,
a:active {
  color: #643ad7;
}

a:hover,
a:focus {
  color: #001F3F;
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}

/* Typography */
h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  font-family: "Miriam Libre", monospace;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 2.488rem;
  letter-spacing: -0.083rem;
}

h2 {
  font-size: 2.074rem;
  letter-spacing: -0.069rem;
}

h3 {
  font-size: 1.728rem;
  letter-spacing: -0.058rem;
}

h4 {
  font-size: 1.44rem;
  letter-spacing: -0.048rem;
}

h5 {
  font-size: 1.2rem;
  letter-spacing: -0.04rem;
}

small, .text_small {
  font-size: 0.833rem;
}

/* Highlight */
.highlight {
  background: #ffdc00;
  color: rgba(27, 27, 27, 0.8);
}

/* Header */
#header a.site-heading {
  font-family: "Company", "Miriam Libre", monospace;
  font-weight: 400;
  color: #1b1b1b !important;
  letter-spacing: -1px;
  white-space: nowrap;
}

#header .nav-link,
#header a,
#header a:visited,
#header a:active {
  color: #1b1b1b;
}

#header a:hover,
#header a:focus {
  color: #643ad7;
}

/* Navigation */
ul#main-menu li,
ul#main-menu-mobile li {
  font-family: "Miriam Libre", monospace;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.25rem;
}

ul#main-menu li a,
ul#main-menu-mobile li a {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-toggler-icon {
  font-family: "Miriam Libre", monospace;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.25rem;
}

/* Footer */
#footer {
  background-color: #1b1b1b;
  color: #ffffff;
}

#footer p {
  margin: 0;
  padding: 1rem 0;
}

#footer a,
#footer a:active,
#footer a:visited {
  color: #8668d6;
}

#footer a:hover,
#footer a:focus {
  color: #ffffff;
}

/* Archive Card (Member Cards) */
.archive-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 1rem;
  display: grid;
  grid-template-rows: 120px auto;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .archive-card {
    grid-template-columns: 120px auto;
    grid-template-rows: 1fr;
  }
}

.archive-card .member-image {
  width: 100px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .archive-card .member-image {
    margin: 0;
  }
}

.archive-card__title h2 {
  text-align: center;
}

@media (min-width: 768px) {
  .archive-card__title h2 {
    text-align: left;
  }
}

.archive-card__links {
  list-style-type: none;
  padding: 0;
}

.archive-card__links svg {
  margin-right: 0.5rem;
}

/* Basic WYSIWYG Content */
.basic-wysiwyg {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 1rem;
}

.basic-wysiwyg h1,
.basic-wysiwyg h2,
.basic-wysiwyg h3,
.basic-wysiwyg h4,
.basic-wysiwyg h5 {
  color: #ffffff;
  background: #1b1b1b;
  padding: 0.5rem 1rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.basic-wysiwyg blockquote {
  border: 1px solid #aaa;
  border-radius: 6px;
  margin: 1rem 3rem;
  font-family: "Miriam Libre", monospace;
  font-size: 0.95rem;
}

.basic-wysiwyg blockquote::before {
  content: "<<< INCOMING TRANSMISSION >>>";
  background: #aaa;
  width: 100%;
  display: block;
  padding: 0 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #1b1b1b;
}

.basic-wysiwyg blockquote p {
  margin: 1rem;
}

.basic-wysiwyg blockquote p:last-child {
  font-weight: 100;
}

/* Page Heading */
.page-heading {
  background: #ffdc00;
  color: rgba(27, 27, 27, 0.8);
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: "Miriam Libre", monospace;
  font-size: 3rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

/* Progress Bar (Home page) */
.progress-bar {
  width: 100%;
  background: white;
  height: 3px;
  border-radius: 3px;
  margin-bottom: 2rem;
}

.progress-bar__inner {
  height: 100%;
  background: #666;
  transition: width 0.15s;
}

/* Main container */
#main {
  max-width: 1140px !important;
}
