@font-face {
  font-family: ElenaInitial;
  src: url("https://d33wubrfki0l68.cloudfront.net/a978f759fa0230c1e590d1bdb5a1c03ceb538cec/fed6b/fonts/elenawebregular/elenawebregular.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/9c2752fab289f61c6ed3a1f78ab60fb2034103b7/bf691/fonts/elenawebregular/elenawebregular.woff") format("woff");
}

@font-face {
  font-family: Elena;
  src: url("https://d33wubrfki0l68.cloudfront.net/a978f759fa0230c1e590d1bdb5a1c03ceb538cec/fed6b/fonts/elenawebregular/elenawebregular.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/9c2752fab289f61c6ed3a1f78ab60fb2034103b7/bf691/fonts/elenawebregular/elenawebregular.woff") format("woff");
}

@font-face {
  font-family: Elena;
  src: url("https://d33wubrfki0l68.cloudfront.net/151446eb4ad2f20af89f3132f66d03cc92c856f4/74612/fonts/elenawebregularitalic/elenawebregularitalic.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/a6275674bf99f00da2e019547d61933d074f2ae7/51beb/fonts/elenawebregularitalic/elenawebregularitalic.woff") format("woff");
  font-style: italic;
}

@font-face {
  font-family: Elena;
  src: url("https://d33wubrfki0l68.cloudfront.net/a7cc92a2d6ae8ea43370e14b53d2ce89a2b2b5ab/7cca9/fonts/elenawebbold/elenawebbold.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/c2ebb4866cc6ce6d5ffdb22b616cb3dde4274107/c6bc6/fonts/elenawebbold/elenawebbold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: Elena;
  src: url("https://d33wubrfki0l68.cloudfront.net/bbc71fd1b91cc1a4ede7ea378a8bf30b9e32173e/93eeb/fonts/elenawebbolditalic/elenawebbolditalic.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/56129334a763b7d04f2f34cbbd3b4f68f72bb6d7/8045a/fonts/elenawebbolditalic/elenawebbolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: MijaInitial;
  src: url("https://d33wubrfki0l68.cloudfront.net/ac1833dce386eb55d8e105248ef9126622e8e3e9/03f2d/fonts/mijaregular/mija_regular-webfont.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/0e0910ceb0e2f9adffd9db31665dafa4ec5c10ff/7214b/fonts/mijaregular/mija_regular-webfont.woff") format("woff");
}

@font-face {
  font-family: Mija;
  src: url("https://d33wubrfki0l68.cloudfront.net/ac1833dce386eb55d8e105248ef9126622e8e3e9/03f2d/fonts/mijaregular/mija_regular-webfont.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/0e0910ceb0e2f9adffd9db31665dafa4ec5c10ff/7214b/fonts/mijaregular/mija_regular-webfont.woff") format("woff");
}

@font-face {
  font-family: Mija;
  src: url("https://d33wubrfki0l68.cloudfront.net/94691bb5497213e09480b17ef68446d2b85667e9/d58ec/fonts/mijabold/mija_bold-webfont.woff2") format("woff2"), url("https://d33wubrfki0l68.cloudfront.net/1d162cc7792bc1f04919a5a344b4082087b9e012/855b4/fonts/mijabold/mija_bold-webfont.woff") format("woff");
  font-weight: 700;
}

body,
article {
  margin: 0;
  box-sizing: border-box;
  font-family: Mija, Arial, Helvetica, sans-serif;
}

body {
  background-color: #f5f3f2;
  font-size: calc(0.35842vw + 0.95296em);
  font-family: Elena, Arial, Helvetica, sans-serif;
}

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

.opacity-75 {
  opacity: 0.75;
}

.bg-light-gray {
  background-color: #a29d9b;
}

.bg-dark-gray {
  background-color: #757270;
}

.flex {
  display: flex;
  justify-content: center;
}

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

.grid {
  display: grid;
}

.main {
  display: grid;
  grid-template: repeat(2, 50%) / repeat(2, 1fr);
}

.latest-posts {
  display: grid;
  grid-template: repeat(3, 1fr) / repeat(4, 1fr);
}

.latest-posts article {
  height: 41rem;
  width: 100%;
  position: relative;
  padding: 2em;
  margin: 1em 0;
  font-family: Elena, Arial, Helvetica, sans-serif;
}

.latest-post-content h2 {
  margin: 0;
}

.announcement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
  grid-column: span 2;
}

nav a {
  color: #fff;
  font-weight: 700;
  padding: 0.8em 0;
  text-transform: capitalize;
  font-family: Mija, Arial, Helvetica, sans-serif;
  font-size: 1.05em;
  align-self: center;
}

.see-more a {
  border-bottom: 5px solid #757270;
  width: max-content;
  padding-bottom: 2px;
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.see-more a::after {
  content: " → ";
}

.see-more {
  min-height: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.user-article {
  display: grid;
  grid-template: repeat(4, 1fr) / repeat(2, 1fr);
  position: relative;
}

.headline {
  grid-column: 1/-1;
  font-family: Elena, Arial, Helvetica, sans-serif;
  line-height: calc(1.5em + 0.2vw);
  margin: 2em;
}

.guides {
  display: flex;
  justify-content: space-around;
  padding: 1em;
}

.main a {
  color: #fff;
  font-family: Mija, Arial, Helvetica, sans-serif;
}

.main article {
  display: flex;
  flex-direction: column;
  padding: 10em 5vw 7em;
  font-family: Mija, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.post-title a {
  font-size: calc(18px + 1vw);
  font-family: Mija, Arial, Helvetica, sans-serif;
  color: #333;
  padding: 0;
}

.latest-post-content > a {
  color: black;
  display: flex;
  font-family: Mija, Arial, Helvetica, sans-serif;
  font-size: calc(0.85em + 0.2vw);
  flex-direction: column;
  text-decoration: underline;
  margin: 20px 0 10px;
}

.footer-more a {
  text-decoration: underline;
  color: #fff;
}

.billboard a {
  color: #fff;
  text-decoration: underline;
}

.welcome-note a {
  position: absolute;
  right: 10%;
  padding: 8px;
  border: 1px #fff solid;
  border-radius: 11px;
}

.author > a {
  margin-left: 0.3em;
  text-decoration: underline;
}

.smashing-articles a,
.whole-footer a {
  color: #fff;
}

nav a:hover,
.more-link {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 11px;
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 1.2em 1em;
}

.main-logo {
  margin-bottom: -1.2em;
}

.main-logo img {
  height: 3.5em;
}

.more-link {
  width: 90px;
}

.image-cat {
  display: inline-block;
  background-image: url("https://d33wubrfki0l68.cloudfront.net/e3f5fe5fb4ec15257cc4137f13a0d5081b4ea5f8/aca41/images/icons/menu-cat.svg");
  background-repeat: no-repeat;
  margin-left: 7px;
  width: 18px;
}

.main article::after {
  content: "→";
  font-size: calc(1.375rem + 1.6vw);
  cursor: pointer;
}

.frame {
  margin: 0 1.5em 0 0;
  border: 5px solid #fff;
  z-index: 1;
  border-radius: 13px;
  transform: scale(0.84) translateX(15%) rotateZ(calc(-1 * (11 * 1deg)));
  transform-origin: 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 76px;
  max-height: 79px;
}

.profile {
  display: flex;
  flex-direction: row;
}

.main img,
.frame img {
  height: 87px;
  width: 87px;
  transform: rotate(10deg);
}

.profile-name {
  display: flex;
  width: max-content;
  align-self: center;
}

.author-name {
  font-family: Mija, Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.wrote {
  margin-left: 0.5em;
  color: #fff;
  font-style: italic;
  font-weight: 100;
}

.post-title {
  line-height: 1.2;
  font-size: calc(1.375rem + 1.6vw);
  font-weight: 700;
  margin: 0;
}

.post-title > a > span {
  line-height: 1;
  font-size: 0.35em;
}

.tags {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 2em;
}

nav li {
  display: flex;
}

.tags li {
  display: inline;
}

.tags li a::before {
  content: "# ";
  color: #666;
}

.tags sup {
  font-size: 0.7em;
  position: relative;
  top: -0.5em;
}

p {
  font-family: Elena, Arial, Helvetica, sans-serif;
}

.latest-posts article:hover {
  box-shadow: rgb(176, 176, 176) -1px 24px 86px 0;
}

.latest-post-content .announcement {
  box-shadow: rgb(176, 176, 176) -1px 24px 86px 0;
}

.latest-post-content p {
  font-size: calc(0.85em + 0.2vw);
  font-family: Elena, Arial, Helvetica, sans-serif;
  text-decoration: none;
  margin: 30px 0 30px;
  font-weight: 100;
  color: #333;
}

.latest-post-content::after {
  position: absolute;
  bottom: 2em;
  content: " → ";
  font-size: calc(1rem + 1vw);
  padding: 20px;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 77%;
}

.headline figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  transform: rotate(-10deg);
  border: 5px solid gray;
  height: 216px;
  width: 218px;
  border-radius: 11px;
  overflow: hidden;
}

.announcement .content a,
.big-text {
  background-image: linear-gradient(#232322, #858585);
  background-size: 100% 3px;
  background-position: center bottom -5%;
  background-repeat: no-repeat;
}

.announcement h2,
.big-text {
  font-size: calc(1.375rem + 1.6vw);
  line-height: 1.2;
  margin: 0.3em 0;
}

.btn-link {
  padding: 1em;
  background: #fff;
  color: #858585;
  border-radius: 11px;
  margin: 1em;
}

.dark {
  color: #757270;
}

.white {
  color: #fff;
}

.small {
  font-size: 0.8em;
}

.center {
  text-align: center;
}

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

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.billboard {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 2em;
}

.headline h2 {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: 400;
  font-family: Elena, AvenirNext, Avenir, Georgia, serif;
  margin: 0;
}

.headline figure {
  width: 100%;
  height: 100%;
  position: relative;
}

.cat-trampet img {
  width: 400px;
  height: 400px;
}

.headline figure img {
  width: 274px;
  height: 254px;
  transform: rotate(10deg);
}

.flex-x-start {
  justify-content: flex-start;
}

.flex-y-start {
  align-items: flex-start;
}

.flex-y {
  flex-direction: column;
}

.flex-y-center {
  align-items: center;
}

.flex-x-center {
  justify-content: center;
}

.flex-x-space {
  justify-content: space-between;
}

.underline {
  text-decoration: underline;
}

.bold-m {
  font-weight: 600;
}

.users {
  display: grid;
  justify-content: space-between;
  grid-template: 100px 1fr / 116px 1fr;
  padding: 2em;
}

.users .frame {
  margin: 0;
  border-color: #666;
  align-self: center;
}

.post-teaser {
  grid-column: 2/3;
  line-height: calc(1.5em + 0.2vw);
  word-break: break-word;
  font-size: 1em;
  font-family: Elena, Arial, Helvetica, sans-serif;
}

time {
  font-family: Elena, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

.smashing-articles {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.smashing-articles li {
  font-size: 15px;
  display: inline;
  margin: 10px;
}

.smashing-articles li::before {
  content: "•";
}

.whole-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-p p {
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  width: 500px;
  height: 80px;
}

.footer-content {
  justify-content: center;
}

.footer-more {
  font-size: 15px;
  width: 500px;
  height: 60px;
  display: flex;
  list-style-type: none;
  text-align: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
}

#write::before {
  content: "✎";
}

.billboard p {
  margin: 0;
  line-height: 2rem;
  padding-top: 1rem;
}

.cat-trampet {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

.submission input,
.submission button {
  text-align: center;
  padding: 13px 0;
  border-radius: 11px;
  width: 9%;
  border: none;
  margin: 0;
  font-family: Elena, Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 1em;
}

.submission input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: max-content;
}

.submission button {
  font-weight: 700;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.small-p {
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 50px;
}

.guides li {
  text-decoration: underline;
  line-height: 2rem;
}

.guides i {
  font-size: 10px;
  padding-bottom: 0.5rem;
}

.vertical::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20%;
  top: -24%;
  left: 6px;
  transform: rotate(0deg);
  background: linear-gradient(currentColor, currentColor) 0 0 no-repeat;
}

.vertical {
  font-variant: small-caps;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.7em;
  margin: 20px 1em 0;
  letter-spacing: 4px;
  max-width: 22.5em;
  writing-mode: vertical-lr;
  position: absolute;
  top: 1px;
}

.intersection {
  display: grid;
  grid-template: repeat(4, 1fr) / 2fr 1fr;
  justify-items: flex-start;
  padding: 2em;
  column-gap: 5em;
  max-height: 290px;
  margin-bottom: 1em;
}

.intersection p {
  line-height: 1.2;
  width: 80%;
}

.intersection .btn-link {
  max-width: 295px;
  margin-left: 0;
}

.book-section {
  grid-row: 1/5;
  grid-column: 2/3;
}

.smashing-book {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.25em;
}

.book-img {
  transform: rotate(-10deg);
  position: relative;
  top: -5em;
}

.bold {
  font-weight: 900;
}

.intersection h2 {
  margin: 0;
}

.global-search {
  height: 4em;
  border-radius: 11px;
  padding: 1em;
}

nav div {
  display: flex;
  align-items: center;
}

.welcome-note {
  position: absolute;
  top: 8em;
  width: 100%;
}

.bg-fk h2 {
  background: #fff;
  width: max-content;
  padding: 10px;
  margin: 0;
  box-shadow: -1px 24px 86px 0 rgb(176, 176, 176);
}

.bg-fk {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-0 {
  margin: 0;
}

.guides div > small {
  font-family: Elena, Arial, Helvetica, sans-serif;
  font-size: 80%;
}

.guides div > h3 {
  margin-top: 0.3em;
}

.submission {
  display: flex;
  justify-content: center;
}

.intro-text {
  padding-bottom: 2em;
  font-family: Elena, Arial, Helvetica, sans-serif;
}

.author {
  display: flex;
  font-family: Mija, Arial, Helvetica, sans-serif;
  font-size: calc(0.85em + 0.2vw);
  margin: 20px 0 10px;
}

.wr {
  grid-column: 1/5;
}

@media screen and (min-width: 1394px) {
  .blank-space {
    min-width: 25%;
  }
}
