/* Typography */

html {
  font-family: "Roboto", sans-serif;
}

@media (min-width: 576px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

.icons-social i {
  font-size: 3em;
}

/* Custom Styles */

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
}

main > .intro {
  font-family: "Reem Kufi", sans-serif;
  font-size: 3.75em;
  font-weight: 600;
}

main > .tagline {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  font-weight: 100;
}

.icons-social i {
  padding: 10px;
}

.devto {
  margin-bottom: -0.2rem;
}

.devto svg {
  margin-bottom: -0.2rem;
  margin-left: 0.675rem;
  width: 2.65rem;
  height: 2.65rem;
}

.container {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.header-container {
  background: #000000;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.description {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.subpage-header {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
}

.sub-pg-img {
  width: 500px;
  height: 300px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000000;
}

.projects {
  margin: 20px;
}

.project-img {
  height: 120px;
  width: 200px;
}

.title {
  color: #ffffff;
  background: #000000;
  text-align: center;
  padding-top: 40px;
}

.contact-container {
  background: #000000;
  color: #ffffff;
  text-align: center;
}
