:root {
  --color-light: #bdc7b6;
  --color-medium: #88937b;
  --color-dark: #5d6a54;
  --color-blush: #e2c2b9;
  --color-cream: #f5efe6;
  --font-color: #59575d;
}

body {
  font-family: "Rajdhani", sans-serif;
  color: var(--font-color);
  font-size: 22px;
  line-height: 35px;
  min-width: 375px;
}

h1,
h2,
h3 {
  font-family: "Julius Sans One", sans-serif;
}

h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  text-align: center;
  color: var(--color-dark);
  margin: 10px 0 48px 0;
}

h2 {
  color: var(--color-blush);
  font-weight: 900;
  margin-bottom: 40px;
}

h3 {
  color: white;
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  color: var(--font-color);
  transition: all, 0, 0.3s, ease-in-out;
}

.social:hover, a:hover {
  color: var(--color-blush);
}

form {
  padding: 50px;
}

.container {
  max-width: 1140px;
}

.btn {
  padding: 10px 20px;
  font-size: 20px;
  transition: all, 0, 0.3s, ease-in-out;
}

.btn:hover {
  background-color: var(--color-blush);
  color: white;
}

/* Navigation Menu & Header*/

.nav-menu {
  background-color: rgba(245, 239, 230, 0.9);
  font-family: "Julius Sans One", sans-serif;
  font-weight: bold;
  font-size: 23px;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu li {
  list-style-type: none;
  margin-left: 50px;
  display: inline;
}

.logo {
  width: 130px;
  padding: 10px 10px 10px 0;
}

.rectangle-header {
  height: 280px;
  background-color: var(--color-light);
}

.triangle-header {
  background: white;
  position: relative;
  display: block;
  height: 160px;
  width: 100%;
}

.triangle-header::after {
  background: var(--color-light);
  width: 100%;
  height: 160px;
  content: "";
  position: absolute;
  clip-path: polygon(100% 100%, 100% 0, 0 0);
}

/* About Section  */

.social {
  font-size: 40px;
  margin-right: 20px;
  color: var(--font-color);
  transition: all, 0, 0.3s, ease-in-out;
}

.profile {
  display: block;
  margin: 0 auto;
  width: 300px;
}

.icon-toolkit {
  background-color: rgba(244, 229, 225, 0.9);
  border-radius: 8px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  margin: 10px;
  padding: 20px;
  width: 140px;
}

.icons-container {
  padding: 30px 0;
  font-size: 80px;
  text-align: center;
  margin: 0;
}

.toolkit {
  background-color: var(--color-blush);
  margin: 60px 0 100px 0;
}

.toolkit-text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
}

/* Project Section  */

.project-heading {
  color: white;
  text-align: center;
  font-weight: bolder;
  padding: 30px 0;
}

.project-section {
  background-color: var(--color-medium);
}

.project-content {
  width: 80%;
  margin: 30px 30px 30px 60px;
}

.project-section p {
  background-color: var(--color-cream);
  padding: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
}

.project-toolkit {
  height: 65px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid var(--color-cream);
}

.project-toolkit i {
  color: white;
  font-size: 40px;
  margin-left: 20px;
}

.icons-container-work {
  padding: 10px 10px 10px 0;
}

.laptop {
  display: block;
  margin: 50px auto;
  width: 500px;
}

.darker-triangle {
  background: white;
  position: relative;
  display: block;
  height: 160px;
  width: 100%;
}

.btn-cream {
  background-color: var(--color-cream);
  font-weight: bolder;
  color: var(--font-color);
  margin: 30px 40px 50px 0;
}

.buttons-project{
  padding: 0;
  display: flex;
  justify-content: start;
}

.darker-triangle::after {
  background: var(--color-medium);
  width: 100%;
  height: 160px;
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}


/* Contact  */
.btn-olive {
  background-color: var(--color-medium);
  font-weight: bolder;
  color: white;
  margin: 30px 40px 0px 0;
  align-items: flex-end;
}

.form-control {
  border-color: var(--color-medium);
}

.input-box {
  margin-bottom: 10px;
}

.container-contact-form {
  max-width: 900px;
}

.postcard {
  border: 7px solid var(--color-medium);
  border-radius: 7px;
  margin-bottom: 50px;
  max-width: 900px;
}

.postcard-layer {
  border: 3px solid var(--color-medium);
  border-radius: 7px;
  margin: 6px;
}

/* Footer  */
footer {
  padding: 40px;
  background-color: var(--color-light);
  height: 100px;
  color: white;
  text-align: center;
  font-family: "Julius Sans One", sans-serif;
  font-size: 15px;
}


/* Thank You Page  */
.thankyou-container{
  text-align: center;
  margin: 80px 0 200px 0;
}




/* Media queries  */

@media (max-width: 1200px) {
  .stamp {
    width: 98%;
  }
}


@media (max-width: 992px) {

  .project-name{
    text-align: center;
  }

  .buttons-project{
    justify-content: center;
  }

  .stamp {
    width: 88%;
  }
}


@media (max-width: 768px) {
  body {
    font-size: 18px;
  }

  /* Navigation Menu & Header*/

  .nav-menu {
    font-size: 18px;
  }

  /* About */
  .profile {
    width: 200px;
  }

  .icons-container {
    font-size: 75px;
  }

  .icon-toolkit {
    width: 128px;
  }

  .toolkit-text {
    font-size: 18px;
  }

  /* Contact */
  form {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 15px;
  }

  .btn{
    font-size: 15px;
  }

  /* Navigation Menu & Header*/

  .nav-menu {
    font-size: 15px;
  }

  .nav-menu li {
    margin-left: 8px;
  }

  .logo {
    width: 100px;
    padding: 10px 10px 10px 0;
  }

  /* Project  */
  .project-toolkit i {
    font-size: 30px;
    margin-left: 10px;
  }

  .project-content {
    margin: 30px;
  }

  .btn-cream {
    margin: 30px 25px 50px 0;
  }

  /* Footer  */

  footer {
    font-size: 12px;
  }
}
