@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  color: #333;
  /* letter-spacing: -0.03em; */
  /*  background: linear-gradient(180deg, rgba(46, 204, 113, 0.59) 0%, rgba(46, 49, 146, 0.4661) 100%);
*/
}

a {
  text-decoration: none;
  color: black;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: -0.03em;
}

.left-container {
  width: 40%;
  display: inline-block;
  float: left;
  background: linear-gradient(
      0deg,
      rgba(46, 204, 113, 0.3) 0%,
      rgba(46, 49, 146, 0.4661) 100%
    ),
    url("../img/me4.jpg");
  background-size: cover;
  height: 100vh;
  background-position: center center;
  /*box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);*/
}

.right-container {
  width: 60%;
  height: 100vh;
  display: inline-block;
  float: right;
  position: relative;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
  background: white;
}

@media screen and (max-width: 1024px) {
  .left-container {
    display: none;
  }

  .right-container {
    width: 100%;
  }

  .about-right-container {
    height: initial;
  }
}

.content {
  /*padding: 50px;*/
  position: relative;
  min-height: 100%;
  width: 100%;
  display: block;
  /*min-height: 600px;*/
}

.navbar {
  font-size: 1.1rem;
  display: block;
  padding: 50px;
}

.navbar-link {
  text-decoration: none;
  color: black;
}

.nav-left {
  display: inline-block;
  float: left;
  font-size: 1.5rem;
  margin-top: -5px;
}

.nav-right {
  display: inline-block;
  float: right;
}

.nav-right .navbar-link {
  margin-left: 40px;
}

.title {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  height: 50%;
  overflow: none;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.intro {
  color: #00ab6c;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0px;
}

.name {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.description {
  margin-top: 0px;
  font-size: 1.7rem;
  font-weight: 300;
  opacity: 0.5;
}

.follow {
  font-size: 1.7rem;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .intro {
    font-size: 1rem;
  }

  .name {
    font-size: 2.5rem;
    margin-top: 10px;
  }

  .description,
  .follow {
    font-size: 0.9rem;
  }

  .navbar {
    font-size: 0.8rem;
  }

  .nav-right .navbar-link {
    margin-left: 10px;
  }
}

.footer {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 50px;
  /*width: 100%;*/
  /*bottom: 0;*/
}

.footer-links {
  right: 50px;
  position: absolute;
  bottom: 25px;
}

.fa-twitter {
  color: #1da1f2;
}

.fa-envelope-open-text {
  color: #eb2e2e;
}

.fa-linkedin {
  color: #0077b5;
}

.fa-medium {
  color: #11100f;
}
.footer-links a {
  margin-left: 10px;
  font-size: 1.2rem;
}

.footer-name {
  left: 50px;
  position: absolute;
  bottom: 25px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .footer {
    font-size: 0.9rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .footer-name {
    position: relative;
    text-align: center;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-links {
    position: relative;
    text-align: center;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .footer-links a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.2rem;
  }
}

/* About page */
.about {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  /* height: 50%;
  overflow: none;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;*/
}

.about-title {
  color: #00ab6c;
  font-size: 3rem;
  margin-bottom: 0px;
}

.about-text {
  font-size: 1.1rem;
}

@media screen and (max-width: 640px) {
  .about-text {
    font-size: 0.9rem;
  }
}

/* Projects page */
.scrollable {
  overflow-y: auto;
}

.projects {
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  /* height: 50%;
  overflow: none;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;*/
}

.projects-title {
  color: #00ab6c;
  font-size: 3rem;
  margin-bottom: 0px;
}

.projects-text {
  margin-top: 5px;
  font-size: 1.3rem;
  margin-bottom: 70px;
}

.project-content {
  /*margin-top: 100px;*/
  margin-bottom: 100px;
  position: relative;
  height: 450px;
}

.preview {
  width: 500px;
  position: absolute;
  left: 0px;
  height: 320px;
  background: #2d3436;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
}

.preview.right {
  left: auto;
  right: 50px;
}

.info {
  width: 300px;
  position: absolute;
  right: 50px;
  top: 50px;
  background: #ffffff;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
  padding: 20px;
  /*height: 200px;*/
}

.info.left {
  left: 0px;
}

.info:hover {
  transition: transform 0.4s;
  transform: scale(1.1);
}

@media screen and (max-width: 640px) {
  .preview,
  .preview.right {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    height: 200px;
  }

  .info,
  .info.left {
    position: initial;
    left: auto;
    right: auto;
    width: 100%;
    box-sizing: border-box;
  }

  .projects-name {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }

  .projects-description {
    font-size: 0.9rem;
  }

  .projects-text {
    margin-bottom: 30px;
  }

  .project-content {
    height: unset;
    margin-bottom: 50px;
  }
}

.project-type {
  color: #00ab6c;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.project-name {
  font-size: 1.5rem;
  margin-top: 0px;
  font-weight: normal;
  margin-bottom: 5px;
}

.project-description {
  margin-top: 5px;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.project-footer {
  position: relative;
}

.fas.fa-external-link-alt {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media screen and (max-width: 640px) {
  .about-title,
  .projects-title {
    font-size: 2.2rem;
  }

  .projects-text {
    font-size: 0.9rem;
  }

  .about-footer {
    position: relative;
  }

  .fas.fa-external-link-alt {
    position: unset;
    float: right;
    right: 20px;
    top: 20px;
  }
}

.tag {
  display: inline-block;
  border: 2px solid #00ab6c;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 3px 10px;
  font-size: 0.7rem;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #00ab6c;
  font-weight: 500;
}
