.article--first-text--structure {
  display: flex;
  flex-wrap: wrap;
}


.article--wrong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  z-index: 3;
}

.article--correct {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 20%;
}

.article--example-container {
  position: relative;
  width: fit-content;
  width: --moz-fit-content;
}

.article--example-container .fa-times {
  color: #cf38862b;
  font-size: 200px;
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article--example-container .fa-check {
  color: #56bb65;
  font-size: 140px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.article--programmer {
  max-width: 820px;
  margin-left: auto;
  mask-box-image-source: url(programming-mask.svg);
  -webkit-mask-box-image-source: url(programming-mask.svg);
}


.article--text--l01 {
  max-width: 850px;
  margin-left: auto;
}

.article--text--l02 {
  max-width: 830px;
  margin-left: auto;
}

.article--text--l1 {
  max-width: 750px;
  margin-left: auto;
}

.article--text--l2 {
  max-width: 650px;
  margin-left: auto;
}

.article--text--l3 {
  max-width: 600px;
  margin-left: auto;
}

.article--text--l4 {
  max-width: 550px;
  margin-left: auto;
}

.article--text--l5 {
  max-width: 500px;
  margin-left: auto;
}



.article--text--r1 {
  max-width: 700px;
}

.article--text--r2 {
  max-width: 650px;
}

.article--text--r3 {
  max-width: 600px;
}

.article--text--r4 {
  max-width: 450px;
}

.article--text--r5 {
  max-width: 400px;
}


.article--underline {
  position: relative;
}
.article--underline:before {
  content: '';
  display: block;
  position: absolute;
  background: url(underline.svg);
  width: 161px;
  height: 12px;
  bottom: -20px;
  left: -10px;
}

.article--poster {
  margin-top: 96px;
  margin-bottom: 90px;
}

blockquote {
  font-style: italic;
  position: relative;
  padding: 30px 30px 30px 90px;
}

blockquote site {
  display: block;
  font-size: 14px;
  font-style: normal;
  margin-top: 5px;
}

blockquote:before {
  content: "\201C";
  font-family: serif;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 96px;
}

.article--section {
  margin-bottom: 100px;
}


.article--info {
  background-image: url(info.svg);
  background-size: 100% 100%;
  padding: 40px;
  max-width: 682px;
  display: flex;
}

.article--info--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 30px;
}

.article--info--icon:before {
  content: 'i';
  font-size: 36px;
}

.article--info--content p:first-child {
  margin-top: 0;
}
.article--info--content p:last-child {
  margin-bottom: 0;
}


.article--info--content a {
  color: black;
}

.article--map1 {
  width: 553px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.article--example {
  color: black;
  cursor: pointer;
  /* text-decoration: underline; */
  border-bottom: 1px dashed black;
  position: absolute;
}

.article--shortcodes {
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  display:grid;
  grid-template-columns: auto auto;
  grid-gap: 20px 15px;
  align-items: center;
}
.article--map1 .article--shortcodes {
  margin-top: 40px;
}
.article--map1 .article--example {
  margin-left: 40px;
  margin-top: 40px;
}

.artice--shortcode {
  background-color: #f2d2b6;
  /* border: 1px solid #f2d2b6; */
  border-radius: 10px;
  padding: 17px 28px;
  margin-right: 10px;
}

.article--shortcodes--left {
  display: flex;
  justify-content: flex-end;
}


.article--maniak--structure {
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
}


@media (max-width: 980px) {
  /* .article--maniak2--container {
    margin-left: 0;
  } */
}

.article--buzan-grid {
  margin-top: 250px;
}

.article--maniak1 {
  position: absolute;
  width: 286px;
  height: 154px;
  background: url(maniak1.svg);
  background-size: 100% 100%;
  margin-left: -230px;
  margin-top: -30px;
}

.article--maniak2 {
  position: absolute;
  width: 368px;
  height: 181px;
  background: url(maniak2.svg);
  background-size: 100% 100%;
  margin-left: 20px;
  margin-top: -100px;
}

.article--maniak3 {
  width: 368px;
  height: 181px;
  background: url(maniak2.svg);
  background-size: 100% 100%;
}

.article--maniak3-container {
  display: none;
}


@media (max-width: 980px) {
  .article--maniak1 {
    width: 200px;
    height: 108px;
    left: 0;
    margin-left: 0;
    margin-top: 0px;
  }
}

@media (max-width: 890px) {
  .article--maniak1 {
    margin-top: 30px;
    /* transform: rotate(-10deg); */
    width: 100px;
    height: 54px;
    left: auto;
    margin-left: -60px;
  }
  .article--maniak1--container {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -mox-fit-content;
  }
  .article--maniak2 {
    display: none;
  }

  .article--maniak3-container {
    display: block;
  }

  .article--maniak1--container p {
    margin-right: 200px;
    margin-top: 0;
  }

  .article--maniak3 {
    width: 188px;
    height: 111px;
    margin-left: auto;
  }
}

@media (max-width: 560px) {
  .article--maniak1--container p {
    margin-right: 60px;
    margin-top: 20px;
  }

  .article--maniak1 {
    transform: rotate(-10deg);
    margin-top: 50px;
  }
}

@media (max-width: 560px) {
  .article--maniak1 {
    margin-top: 70px;
    margin-left: 0;
  }

  .article--maniak3 {
    transform: rotate(-10deg);
  }
}


@media (max-width: 800px) {
  .article--info {
    background: #edeec3;
    border-radius: 8px;
    padding: 20px;
  }
}

@media (max-width: 420px) {
  .article--info {
    padding: 10px;
  }
  .article--info--icon {
    display: none;
  }

  blockquote {
    padding: 20px 10px 20px 60px;
  }

  blockquote:before {
    left: -10px;
  }
}

.article--dark-section {
  background: #1a2a39;
}


.article--section--add {
  margin-bottom: 200px;
}



main .h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  font-weight: 300;
}


.article--try {
  font-family: 'Lato', sans-serif;
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 20px;
}


.article--salad-grid {
  display: flex;
}

.article--salad-grid img {
  margin-left: 30px;
}


.article--paper-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: fit-content;
  width: -moz-fit-content;
}


.article--paper-header .h2 {
  margin-bottom: 20px;
}
.article--emoji-thinking:before {
  content: '';
  display: block;
  background: url(thinking-emoji.png);
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
}


.article--colors-grid {
  display: flex;
  align-items: center;
}


.article--colors-try-grid {
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}

.article--colors-try-grid p {
  position: relative;
  z-index: 2;
}

.article--colors-try-grid img {
  position: absolute;
  right: -210px;
  top: -70px;
  max-width: none;
}


.article--iframe {
  margin-top: 50px;
  margin-bottom: 50px;
}


video {
  display: block;
}


.article--example2 {
  margin-left: 110px;
  margin-top: 10px;
}

.article--example3 {
  margin-left: 80px;
  margin-top: 50px;
}

.article--example4 {
  margin-left: 80px;
  margin-top: 40px;
}

.article--example5 {
  margin-left: 40px;
  margin-top: 20px;
}


@media (max-width: 860px) {
  .article--colors-try-grid {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .article--try {
    font-size: 11vw;
  }

  .article--colors-try-grid img {
    width: 20vw;
    top: auto;
    right: auto;
    position: relative;
    top: -7vw;
  }
}


@media (max-width: 600px) {

  .article--example-container .fa-times {
    font-size: 20vw;
  }

  .article--example-container .fa-check {
    font-size: 15vw;
  }

  .artice--shortcode {
    padding: 10px;
  }

  .article--shortcodes {
    grid-gap: 20px 0px;
  }
}




@media (max-width: 800px) {
  h1 {
    font-size: 7vw;
  }
}


@media (max-width: 400px) {

  h1 {
    font-size: 28px;
  }

  main h2, main .h2 {
    font-weight: bold;
  }
}
