@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Montserrat', 'san-serif';
  font-size: 17px;
  line-height: 29px;
}

html,
body {
  width: 100%;
  height: 100%;
}

h1 {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  color: white;
  text-transform: lowercase;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  background-color: #fa382f;
  display: inline;
  color: white;
  padding: 1px 4px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

h4 {
  font-size: 21px;
  font-weight: 700;
  display: inline;
  color: #fa382f;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

h5 {
  font-family: 'Roboto', 'san-serif';
  font-weight: 500;
  display: inline;
  color: black;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.25px;
}

h6 {
  color: #fa382f;
  font-family: 'Roboto', 'san-serif';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 0.25px;
}

h6:hover {
  text-decoration: underline;
}

a {
  text-decoration: none;
  text-decoration-color: black;
  color: unset;
  /* border: violet 2px solid; */
}

.header-text-roboto {
  font-family: 'Roboto', 'san-serif';
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  display: inline;
}

.medium {
  font-weight: 500;
}

.under-headline-header-text {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: white;
  text-transform: lowercase;
}

.roboto-regular-weight {
  font-weight: 400;
  font-family: 'Roboto', 'san-serif' !important;
}

.blog-post-title {
  font-family: 'Roboto', 'san-serif';
  font-size: 21px;
  font-weight: 700;
}

.text-left-aligned img {
  width: 50px;
  margin-right: 15px;
  display: inline;
}

.text-centered {
  text-align: center;
}

.black {
  color: black;
}

.red {
  color: #fa382f;
  font-size: inherit;
  font-family: inherit;
}

.headline-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

.header {
  width: 100%;
  height: 520px;
  display: flex;
  justify-content: center;
}

.header-content-container {
  z-index: 1;
}

.header-background-img {
  min-width: 100%;
  max-height: 520px;
  position: fixed;
  z-index: -1;
}

.background-img-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

.background-img {
  min-width: 100%;
  max-height: 100%;
}

.header-text-wrapper {
  position: absolute;
  top: 150px;
  left: 6%;
}

.profile-picture {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  border: 2px white solid;
  position: absolute;
  top: 356px;
  right: 10%;
}

.section-wrapper {
  padding: 49px 24px 43px 24px;
  max-width: 950px;
  margin: 0 auto;
}

.section-background-color {
  background-color: white;
  width: 100%;
}

.section-background-color:nth-child(odd) {
  background-color: #f4f4f4;
}

.featured-projects {
  margin-bottom: 65px;
}

.project-header {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  color: white;
}

.portfolio-project {
  margin-bottom: 50px;
}

.portfolio-project p {
  font-family: 'Roboto', 'san-serif' !important;
  font-weight: 400 !important;
}

.portfolio-project img {
  width: 100%;
  filter: brightness(0.6);
}

.project-header:hover img {
  filter: brightness(1);
}

.project-header:hover h3 {
  display: none;
}

.desktop-only {
  display: none;
}

.tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.tags-wrapper p {
  margin-right: 7px;
  margin-bottom: 8px;
  height: 27px;
  padding: 0 9px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

/* TAG COLORS */

.html-css {
  background-color: mediumseagreen;
}

.javascript {
  background-color: tan;
}

.group-project {
  background-color: yellow;
}

.react {
  background-color: cornflowerblue;
}

.json {
  background-color: turquoise;
}

.node {
  background-color: orange;
}

.mongo {
  background-color: orchid;
}

.styled-components {
  background-color: pink;
}

.project-live {
  font-family: 'Roboto', 'san-serif';
  font-weight: 600;
  color: red;
  font-size: 17.5px;
}

.project-live:hover {
  text-decoration: underline;
}

.blog-post {
  margin-bottom: 60px;
}

.blog-post p {
  font-family: 'Roboto', 'san-serif' !important;
  font-weight: 400 !important;
}

.blog-post img {
  width: 100%;
  margin-bottom: 15px;
}

.blog-or-project-link {
  margin-bottom: 25px;
  text-decoration: underline 2px;
}

.skills-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.skills-wrapper p {
  font-family: 'Roboto', 'san-serif' !important;
  font-weight: 400 !important;
}

.skills-section {
  width: 45%;
  text-align: center;
}

.icon-link-wrapper {
  width: 90%;
  max-width: 250px;
  margin: 35px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.icon-link-wrapper p {
  font-family: 'Roboto', 'san-serif';
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #fa382f;
  margin-top: 15px;
  text-transform: uppercase;
}

.icon-link {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 1.5px #fa382f solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-icon-link-wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 45px;
  right: 10%;
}

.white-icon-link {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px white solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}

.linkedin-icon {
  width: 40%;
}

.github-icon {
  width: 55%;
}

.stack-icon {
  width: 41%;
}

.footer {
  height: 302px;
  color: white;
  /* background-color: seagreen; */
  padding: 75px 24px 90px 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}

.footer h4 {
  color: white;
}

.footer p {
  line-height: 25px !important;
  color: white !important;
}

.hide {
  display: none !important;
}

/* TABLET/DESKTOP */
@media (min-width: 768px) {
  * {
    font-size: 18px;
    line-height: 28px;
  }

  .header {
    width: 100%;
    height: 670px;
  }

  .header-content-container {
    width: 90%;
    height: 700px;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .header-right-side {
    height: 100%;
    width: 38%;
    padding-top: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .white-icon-link-wrapper {
    width: 100%;
    max-width: 215px;
    position: unset;
  }

  .white-icon-link {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 2px white solid;
    margin: 0;
  }

  .white-icon-link:hover {
    background-color: #fa382f;
    border: 3px #fa382f solid;
  }

  .icon-link-wrapper {
    width: 90%;
    max-width: 340px;
  }

  .icon-link-wrapper p {
    font-size: 17px;
    line-height: 21px;
  }

  .icon-link {
    width: 85px;
    height: 85px;
    border: 2px solid #fa382f;
  }

  .profile-picture {
    width: 100%;
    height: auto;
    max-width: 280px;
    border-radius: 200px;
    border: 3px white solid;
    position: unset;
  }

  .header-text-roboto {
    font-size: 22.5px;
    line-height: 32px;
  }

  .header-text-wrapper {
    position: unset;
    height: 37%;
    margin: auto 0;
  }

  h1 {
    font-size: 68px;
    line-height: 78px;
  }

  h2 {
    font-size: 34px;
    padding: 1px 10px;
  }

  h3 {
    font-size: 24px;
    line-height: 29px;
  }

  h4 {
    font-size: 34px;
  }

  .under-headline-header-text {
    font-size: 42px;
    line-height: 70px;
  }

  .headline-wrapper {
    margin-bottom: 50px;
  }

  .section-wrapper {
    padding: 90px 0;
    width: 86%;
    max-width: 950px;
  }

  .line {
    transform: scale(2);
    margin-left: 0;
    margin-bottom: 8px;
    margin-right: -8px;
  }

  .dot {
    transform: scale(2);
    margin-right: 40px;
  }

  .text-left-aligned img {
    width: 60px;
    margin-right: 20px;
    padding: 1px 0;
  }

  .text-left-aligned p,
  .text-centered p {
    font-size: 23px;
    line-height: 42px;
    font-weight: 400;
  }

  .desktop-only {
    display: block;
  }

  .mobile-only {
    display: none;
  }

  .featured {
    width: 48%;
    max-width: 523px;
  }

  .featured-projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .featured-blog-post {
    display: flex;
    justify-content: space-between;
  }

  .other-projects-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .tags-wrapper {
    margin-top: 8px;
  }

  .tags-wrapper p {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 9px;
    font-size: 13px;
  }

  .skills-wrapper {
    max-width: 950px;
  }

  .footer {
    height: 450px;
    padding-bottom: 135px;
    padding-top: 115px;
  }

  .footer p,
  .footer a {
    font-size: 25px;
    line-height: 40px !important;
  }
}

@media (min-width: 900px) {
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
