* {
  margin: 0px;
  padding: 0px;
  /* box-sizing: border-box; */
}

html {
  background-image: url("used_assets/product_bg2.png");
  background-repeat: repeat;
  background-size: auto;
}

body {
  margin: 3.5px;
  /* display: flex;
  gap: 48px; */
  position: relative;
}

/****************/
/*MAIN CONTENTS*/

.content-wrapper {
  position: relative;
  position: fixed;
  display: inline-block;
  /* margin-top: 10px; */
  top: 10px;
  left: 900px;
}

.nav {
  max-width: 140px;
  /*height: 170px;*/
  background-color: #bbf79f;
  font-family: barlow;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.219);
  /* margin: 0 auto; */
  padding: 20px 40px 20px 40px;
  border: 5px solid #5757f0;
  text-align: center;
  /* position: absolute; */
}

.pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  width: 380px;
  padding: 16px;
  background-color: #bbf79f;
  border: 5px solid #5757f0;
  position: absolute;
  /*top: 200px;*/
  top: 150px;
  left: 150px;
}

.article {
  background-color: #bbf79f;
  max-width: 700px;
  margin-left: none;
  margin-right: none;
  border: 5px solid #5757f0;
  color: #44013a;
  font-family: barlow;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.219);
  padding: 50px 80px 30px 80px;
  display: inline-block;
}

.article-header {
  margin-bottom: 24px;
}

.socials {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  text-align: center;
}

/*************/
/* ELEMENTS */

.tweet {
  border: 5px solid #5757f0;
}

.article-header p {
  margin: 10px 0px;
}

/* .header-img {
  display: inline;
} */

nav a {
  font-size: 24px;
}

h1 {
  /* height: 25px; */
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  /* padding-left: 20px; */
}

h2 {
  font-size: 26px;
}

p {
  font-size: 20px;
  margin: 20px 0px;
}

.paragraphs p {
  font-size: 18px;
}

a:link,
a:visited {
  color: #44013a;
  text-decoration: none;
}

a:hover,
a:active {
  color: #7979e7;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-family: barlow;
}

.ig-pic {
  width: 40px;
  height: 40px;
  background: url("ig-black.png") no-repeat;
}

.break1 {
  width: 5%;
  margin-top: 30px;
}

.break2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.site-info {
  margin-top: 50px;
  margin-bottom: 20px;
}

.site-info-item {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 5px;
}

/*********************/
/* RESPONSIVE STUFF */

@media (max-width: 1400px) {
  body {
    position: relative;
  }

  .pic {
    position: absolute;
    left: 50px;
    height: 300px;
    width: 300px;
  }

  .pic img {
    height: 280px;
    width: 280px;
  }
}

@media (max-width: 1300px) {
  .pic {
    height: 240px;
    width: 240px;
  }

  .pic img {
    height: 220px;
    width: 220px;
  }
}

@media (max-width: 1100px) {
  .content-wrapper {
    display: block;
    top: 0;
    left: 0;
    position: static;
  }

  .pic {
    display: none;
  }

  .nav {
    display: block;
    display: flex;
    justify-content: center;
    gap: 90px;
    max-width: 780px;
    height: 30px;
  }

  .break2 {
    display: none;
  }
}

@media (max-width: 700px) {
  .content-wrapper {
    display: block;
  }
  .nav {
    max-width: 780px;
    gap: 25px;
  }
}

@media (max-width: 550px) {
  .content-wrapper {
    display: block;
  }
  .nav {
    gap: 30px;
  }

  .omnifood-text {
    margin-top: 24px;
    display: grid;
    column-gap: 16px;
    align-items: center;
  }

  .Bengkel-text {
    margin-top: 24px;
    display: grid;
    column-gap: 16px;
    align-items: center;
  }

  p {
    margin: 0px 0px;
  }

  nav a {
    font-size: 20px;
  }
}

@media (max-width: 460px) {
  .content-wrapper {
    display: block;
  }
  .article {
    padding: 50px 60px 30px 60px;
  }

  .nav {
    gap: 24px;
  }

  nav a {
    font-size: 18px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  p {
    font-size: 18px;
  }

  .indo {
    font-size: 16px;
  }

  .construction {
    font-size: 16px;
  }
  .write {
    font-size: 16px;
  }
  .viewed {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .content-wrapper {
    display: block;
  }
  .article {
    padding: 50px 40px 30px 40px;
  }

  .nav {
    gap: 15px;
  }
}

@media (max-width: 360px) {
  .article {
    padding: 40px 30px 20px 30px;
  }

  .content-wrapper {
    height: 60px;
    display: block;
  }
  .nav {
    gap: 10px;
    padding: 10px 40px 2px 40px;
  }

  nav a {
    font-size: 16px;
  }

  h1 img {
    width: 36px;
    height: 36px;
  }

  p img {
    width: 58px;
    height: 58px;
  }

  .indogif {
    width: 28px;
    height: 21px;
  }

  .consgif {
    width: 22px;
    height: 22px;
  }
  .writegif {
    width: 22px;
    height: 22px;
  }
  .compgif {
    width: 22px;
    height: 22px;
  }

  .guestbook-pic {
    width: 146px;
    height: 50px;
  }
  .ig-pic {
    width: 36px;
    height: 36px;
  }
  .link-pic {
    width: 36px;
    height: 36px;
  }
}
