html {
  line-height: 1.15;
}

body {
  width: 100%;
  height: 100%;
  font-feature-settings: "onum" 1;
  color: #333;
  text-rendering: optimizeLegibility;
  font-size: calc(0.35842vw + 0.95296em);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333;
}

body p {
  line-height: calc(1.5em + 0.2vw);
  word-break: break-word;
}

button {
  border-radius: 10px;
  padding: 12px;
  border: none;
  background-color: #b13125;
  margin-bottom: 10px;
}

.button {
  text-align: center;
}

h2 {
  font-size: calc(1.2em + 0.2vw);
  margin: 0 0 1em;
  line-height: 1.2;
}

.nav-bar {
  padding-top: 30px;
  background: rgb(89, 89, 89);
  display: flex;
  justify-content: space-around;
  align-content: center;
  color: white;
  font-weight: bold;
}

.articles {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.books {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.events {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.jobs {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.membership {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.topics {
  display: flex;
  border: 3px solid white;
  width: 100px;
  height: 50px;
  border-radius: 10px;
  position: relative;
  top: 10px;
  cursor: pointer;
}

article p {
  font-size: calc(0.85em + 0.2vw);
  display: inline;
}

.nav-bar p {
  font-size: small;
}

header span a {
  color: #666;
  text-decoration: none;
  padding: 10px 0;
  background-image: linear-gradient(#666, #666);
  background-repeat: no-repeat;
  background-size: 100% 1.5px;
  background-position: center bottom 29%;
  background-origin: padding-box;
  text-shadow:
    3px 0 #f6f3f2,
    2px 0 #f6f3f2,
    1px 0 #f6f3f2,
    -1px 0 #f6f3f2,
    -2px 0 #f6f3f2,
    -3px 0 #f6f3f2;
  transition: color 0.1s ease-out;
}

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

.fa-search {
  padding: 12px;
}

.section-1 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 500px 500px;
  color: white;
}

.grid-1 {
  background-color: rgb(182, 182, 182);
}

.grid-2 {
  background-color: rgb(169, 169, 169);
}

.grid-3 {
  background-color: rgb(169, 169, 169);
}

.grid-4 {
  background-color: rgb(182, 182, 182);
}

.grid-1 div {
  display: flex;
}

.grid-1 img {
  width: 80px;
  border-radius: 20px;
  border: 5px solid white;
  margin: 80px 0 0 100px;
}

.grid_one_p {
  margin: 100px 0 0 10px;
  font-weight: bold;
}

.grid_one_p1 {
  margin: 100px 0 0 10px;
}

.grid_one_p2 {
  display: flex;
  margin: 30px 0 0 80px;
  font-size: 30px;
  font-weight: bold;
  justify-content: space-around;
}

.icon {
  font-size: small;
  position: relative;
  top: 190px;
  right: 380px;
}

.grid-one-hash {
  position: relative;
  bottom: 40px;
  left: 92px;
  font-weight: bold;
}

.grid-one-hash p {
  margin: 20px;
}

.grid-one-arrow {
  position: relative;
  left: 50px;
}

.grid-2 div {
  display: flex;
}

.grid-2 img {
  width: 80px;
  border-radius: 20px;
  border: 5px solid white;
  margin: 80px 0 0 100px;
}

.grid_two_p2 {
  display: flex;
  font-size: 30px;
  font-weight: bold;
  margin-left: 90px;
}

.grid-two-hash {
  position: relative;
  bottom: 20px;
  left: 92px;
  font-weight: bold;
}

.grid-two-hash p {
  margin: 20px;
}

.icon1 {
  font-size: small;
  position: relative;
  top: 90px;
  right: 240px;
}

.grid-two-arrow {
  position: relative;
  left: 50px;
}

.grid-3 div {
  display: flex;
}

.grid-3 img {
  width: 80px;
  border-radius: 20px;
  border: 5px solid white;
  margin: 80px 0 0 100px;
}

.grid_three_p2 {
  display: flex;
  font-size: 30px;
  font-weight: bold;
  margin-left: 90px;
}

.grid-three-hash {
  position: relative;
  bottom: 20px;
  left: 92px;
  font-weight: bold;
}

.grid-three-hash p {
  margin: 20px;
}

.icon2 {
  font-size: small;
  position: relative;
  top: 110px;
  right: 180px;
}

.grid-three-arrow {
  position: relative;
  left: 50px;
}

.grid-4 div {
  display: flex;
}

.grid-4 img {
  width: 80px;
  border-radius: 20px;
  border: 5px solid white;
  margin: 80px 0 0 100px;
}

.grid_four_p2 {
  display: flex;
  font-size: 30px;
  font-weight: bold;
  margin-left: 90px;
}

.grid-four-hash {
  position: relative;
  bottom: 20px;
  left: 92px;
  font-weight: bold;
}

.grid-four-hash p {
  margin: 20px;
}

.icon3 {
  font-size: small;
  position: relative;
  top: 180px;
  right: 80px;
}

.grid-four-arrow {
  position: relative;
  left: 50px;
}

.article-section {
  color: #666;
  display: block;
}

.article-wrapper {
  width: 94vw;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}

.article-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.article-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  background-color: rgb(201, 201, 201);
}

.article-row::after {
  clear: both;
}

header span {
  font-weight: 700;
  font-size: 0.8em;
}

.vertical-heading {
  max-width: 17.5em;
  color: #000;
  display: block;
  text-align: right;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  font-feature-settings: "smcp" 1, "c2sc" 1;
  font-variant: small-caps;
  background-position: center center;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.7em;
  margin: 3em 0 0;
  transform-origin: left center;
  transform: rotateZ(90deg) translateX(-5em) translateY(1em);
  letter-spacing: 4px;
  flex-basis: 100%;
}

.vertical-heading span {
  display: inline-block;
  padding: 0 0.6em;
  position: relative;
  top: 0.1em;
}

.article-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  grid-auto-rows: minmax(100px, auto);
  padding: 10px;
}

.article-pic {
  text-align: center;
}

article {
  position: relative;
  z-index: 1;
  display: block;
}

article header {
  margin-bottom: 1em;
}

.article-time {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  font-feature-settings: "smcp" 1, "c2sc" 1;
  letter-spacing: 1px;
  font-variant: small-caps;
  text-transform: lowercase;
  background-position: center 72%;
}

.article-heading a {
  text-decoration: none;
  padding: 10px 0;
  background-image: linear-gradient(#333, #333);
  background-repeat: no-repeat;
  background-size: 100% 1.5px;
  background-position: center bottom 29%;
  background-origin: padding-box;
  text-shadow:
    3px 0 #f6f3f2,
    2px 0 #f6f3f2,
    1px 0 #f6f3f2,
    -1px 0 #f6f3f2,
    -2px 0 #f6f3f2,
    -3px 0 #f6f3f2;
  transition: color 0.1s ease-out;
  position: static;
}

.read-more {
  margin: 60px 0;
}

.handbook {
  background-color: rgb(169, 169, 169);
  height: 40rem;
}

.container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 200px 200px;
}

.one {
  background-color: rgb(182, 182, 182);
}

.two {
  background-color: rgb(116, 116, 116);
}

.three {
  background-color: rgb(182, 182, 182);
}

.four {
  background-color: rgb(116, 116, 116);
}

.five {
  background-color: rgb(182, 182, 182);
}

.six {
  background-color: red;
}

.smashing-book {
  width: 100%;
  height: 400px;
  background-color: rgb(119, 119, 119);
}

.curated-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  height: 800px;
}

.post-1 {
  grid-column: 1 / 3;
  grid-row: 1;
  background-color: rgb(179, 179, 179);
}

.post-2 {
  grid-column: 2 / 3;
  grid-row: 1;
  background-color: rgb(201, 201, 201);
}

.post-3 {
  grid-column: 3 / 3;
  grid-row: 1;
  background-color: rgb(179, 179, 179);
}

.post-4 {
  grid-column: 1 / 3;
  grid-row: 2;
  background-color: rgb(201, 201, 201);
}

.post-5 {
  grid-column: 2 / 4;
  grid-row: 2;
  background-color: rgb(119, 119, 119);
}

.see-article {
  text-align: center;
  padding: 50px;
}

footer {
  height: 100vh;
  background-color: rgb(201, 201, 201);
  position: relative;
}

.footer-1 {
  position: absolute;
  background-color: rgb(119, 119, 119);
  height: 150px;
  width: 150px;
  bottom: 40px;
  left: 40px;
}

.footer-2 {
  position: absolute;
  background-color: rgb(119, 119, 119);
  height: 150px;
  width: 150px;
  bottom: 40px;
  right: 40px;
}
