body {
  margin: 0 auto;
  width: 100%;
  background-color: #1E1D1D;
  color: #FAF6F3;
  font-family: "calling-code", sans-serif;
  max-height: 100vh;
}

h1 {
  font-family: "bahnschrift", sans-serif;
  font-size: 45px;
  margin: 0;
}

h2 {
  font-size: 40px;
  color: #878787;
  margin-top: 20px;
}

p {
  color: #878787;
}

#container {
  display: flex;
  height: 100vh;
}
#container #header {
  width: 50vw;
  align-self: center;
  margin-left: 295px;
}
#container #content-container {
  width: 50vw;
  display: flex;
  align-items: center;
}

@media (max-width: 1919px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 26px;
    margin-top: 18px;
  }
  #container #header {
    margin-left: 175px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 23px;
    margin-top: 10px;
  }
  #container #header {
    margin-left: 115px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 21px;
    margin-left: 10vw;
    margin-top: 5vh;
  }
  h2 {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10vw;
  }
  #container {
    display: block;
    height: 100vh;
    flex-direction: row;
  }
  #container #header {
    width: 100vw;
    align-self: left;
    margin-left: 0;
  }
  #container #content-container {
    width: 100vw;
    display: block;
    align-items: left;
  }
}
.btn {
  margin-top: 35px;
  width: 200px;
  border-radius: 36px;
  display: block;
  font-size: 25px;
  transition: all 0.4s ease;
  height: 35px;
  text-align: center;
  text-decoration: none;
}

#skills-btn {
  border: 1px solid #FAF6F3;
  color: #FAF6F3;
  background-color: transparent;
}
#skills-btn:hover {
  background-color: #FFC100;
  border: 1px solid #FFC100;
}

#contact-btn {
  border: 1px solid #FFC100;
  color: #FFC100;
}
#contact-btn:hover {
  color: #1E1D1D;
  background-color: #FFC100;
  border: 1px solid #FFC100;
}

#projects-btn {
  display: none;
}

.btn-img {
  position: absolute;
  display: inline-block;
  width: 160px;
  border-radius: 36px;
  font-family: "calling-code", sans-serif;
  font-size: 18px;
  transition: all 0.4s ease;
  height: 25px;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  top: 75%;
}

#btn-case-study {
  color: #FFC100;
  border: 1px solid #FFC100;
  margin-right: 36px;
  left: 20%;
}
#btn-case-study:hover {
  background-color: #FFC100;
  color: #FAF6F3;
  border: 1px solid #FFC100;
}

#btn-see-online {
  color: #FAF6F3;
  border: 1px solid #FAF6F3;
  margin-left: 36px;
  right: 20%;
}
#btn-see-online:hover {
  color: #1E1D1D;
  background-color: #FFC100;
  border: 1px solid #FFC100;
}

@media (max-width: 1919px) {
  .btn {
    margin-top: 28px;
    width: 170px;
    font-size: 20px;
    height: 30px;
  }
  .btn-img {
    width: 115px;
    height: 18px;
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .btn {
    margin-top: 17px;
    width: 162px;
    font-size: 18px;
    height: 27px;
  }
}
@media (max-width: 768px) {
  .btn {
    margin-top: 6vh;
    width: auto;
    border-radius: 0px;
    font-size: 14px;
    height: auto;
  }
  #skills-btn {
    border: 0px;
  }
  #skills-btn:hover {
    color: #FFC100;
    border: 0px;
    text-decoration: underline;
    background-color: transparent;
  }
  #contact-btn {
    color: #FAF6F3;
    border: 0px;
  }
  #contact-btn:hover {
    color: #FFC100;
    background-color: transparent;
    border: 0px;
    text-decoration: underline;
  }
  #projects-btn {
    display: flex;
    color: #FAF6F3;
  }
  #projects-btn:hover {
    color: #FFC100;
    background-color: transparent;
    border: 0px;
    text-decoration: underline;
  }
  #nav-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 8vh;
  }
}
@media (max-width: 480px) {
  .btn-img {
    width: 90px;
    height: 16px;
    font-size: 13px;
  }
}
#projects {
  display: grid;
  margin: 0 auto;
  margin-right: 295px;
  grid-template-rows: 1fr 1fr 1fr;
  text-align: center;
}
#projects img {
  max-height: 33.3vh;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
#projects img:hover {
  filter: grayscale(0%);
}

.p-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1919px) {
  #projects {
    margin-right: 175px;
  }
}
@media (max-width: 1199px) {
  #projects {
    margin-right: 115px;
  }
}
@media (max-width: 1023px) {
  #projects {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  #projects {
    display: block;
    margin-right: 0px;
  }
  #projects img {
    max-height: 25vh;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#skills {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#skills p {
  transition: all 0.1s ease-in-out;
  align-items: center;
  margin: 0;
  margin-right: 400px;
  font-size: 27px;
}
#skills p:hover {
  color: #FFC100;
}

@media (max-width: 1919px) {
  #skills p {
    margin-right: 250px;
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  #skills p {
    margin-right: 115px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  #skills p {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  #skills {
    justify-content: left;
    margin-top: 20vh;
  }
  #skills p {
    align-items: center;
    margin-left: 10vw;
    margin-right: 10vw;
    font-size: 17px;
  }
}
#contact .c {
  display: flex;
  align-items: center;
  margin-right: 295px;
}
#contact p {
  font-size: 32px;
  margin: 0px 0px 0px 75px;
}
#contact a {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  justify-content: center;
}
#contact img {
  margin: 0;
  max-height: 35px;
  width: 30px;
  justify-content: flex-end;
}
#contact a:hover p {
  color: #FFC100;
}

@media (max-width: 1919px) {
  #contact .c {
    margin-right: 0px;
  }
  #contact p {
    font-size: 22px;
    margin: 0px 0px 0px 42px;
  }
  #contact img {
    max-height: 25px;
    width: 20px;
  }
}
@media (max-width: 1199px) {
  #contact .c {
    display: flex;
    align-items: center;
    margin-right: 115px;
  }
  #contact p {
    font-size: 18px;
    margin: 0px 0px 0px 34px;
  }
  #contact img {
    margin: 0;
    max-height: 20px;
  }
}
@media (max-width: 1023px) {
  #contact .c {
    margin-right: 70px;
  }
}
@media (max-width: 768px) {
  #contact {
    margin-top: 20vh;
  }
  #contact .c {
    margin-right: 10vw;
  }
  #contact p {
    font-size: 15px;
    margin: 0px 0px 0px 0px;
  }
  #contact a {
    margin-top: 4vh;
  }
  #contact img {
    margin: 0 10vw;
    max-height: 22px;
    width: 20px;
    justify-content: flex-end;
  }
}/*# sourceMappingURL=index.css.map */