@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,500,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

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

ul {
  list-style: none;
}

body {
  font-family: "Lato", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: url(/img/IdlePortfolio.svg);
  background-color: #dbdbdb;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vh;
}
body .background-text {
  display: none;
  width: 100%;
  font-size: 18vw;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900;
  opacity: 0.04;
  overflow: hidden;
  z-index: 1;
  color: #f35303;
}
body .the-real-deal {
  display: none;
}
body .the-real-deal .landing header .nav-links {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
body .the-real-deal .landing header .nav-links a {
  margin: 0 13px;
  font-size: 22px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  color: var(--main-text-color);
  z-index: 5;
}
body .the-real-deal .landing header .nav-links a:hover {
  color: #03a9f3;
  border-bottom: 2px solid #03a9f3;
}
body .the-real-deal .landing .content {
  text-align: center;
  margin: 30px auto;
  color: #3a3a3a;
}
body .the-real-deal .landing .content .content-title {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
body .the-real-deal .project-section {
  margin-top: 100px;
}
body .the-real-deal .project-section .project-section-header {
  width: 110px;
  text-align: center;
  margin: 30px auto;
  text-transform: uppercase;
  border-bottom: 1px solid #03a9f3;
}
body .the-real-deal .project-section .project-list {
  width: 80%;
  margin: 80px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  body .the-real-deal .project-section .project-list {
    width: 100%;
  }
}
body .the-real-deal .project-section .project-list .project-tab {
  margin: 40px;
}
@media only screen and (max-width: 1400px) {
  body .the-real-deal .project-section .project-list .project-tab {
    margin: 20px;
  }
}
body .the-real-deal .project-section .project-list .project-tab .project-img {
  width: 500px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #c7c7c7;
}
@media only screen and (max-width: 600px) {
  body .the-real-deal .project-section .project-list .project-tab .project-img {
    width: 300px;
    height: 200px;
  }
}
body .the-real-deal .project-section .project-list .project-tab .project-1-img {
  background-image: url(../img/snapMonelli_1.jpg);
}
body .the-real-deal .project-section .project-list .project-tab .project-2-img {
  background-image: url(../img/RAWG_project_BG.png);
}
body .the-real-deal .project-section .project-list .project-tab .project-3-img {
  background-image: url(../img/macroProjectBG.JPG);
}
body .the-real-deal .project-section .project-list .project-tab .project-4-img {
  background-image: url(../img/weatherApp.png);
}
body .the-real-deal .project-section .project-list .project-tab .project-title-cont {
  width: 500px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  body .the-real-deal .project-section .project-list .project-tab .project-title-cont {
    width: 300px;
  }
}
body .the-real-deal .project-section .project-list .project-tab .project-title-cont .project-title {
  font-size: 24px;
  font-weight: 400;
  color: #3a3a3a;
}
body .the-real-deal .project-section .project-list .project-tab .project-links {
  width: 500px;
  padding: 10px 0;
}
@media only screen and (max-width: 600px) {
  body .the-real-deal .project-section .project-list .project-tab .project-links {
    width: 300px;
  }
}
body .the-real-deal .project-section .project-list .project-tab .project-links ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 45px;
}
body .the-real-deal .project-section .project-list .project-tab .project-links ul li a i {
  font-size: 20px;
  padding-bottom: 2px;
  color: #3a3a3a;
}
body .the-real-deal .project-section .project-list .project-tab .project-links ul li a .fa-link:hover {
  color: #28a5db;
}
body .the-real-deal .project-section .project-list .project-tab .project-links ul li a .fa-github:hover {
  color: #7c007c;
}
body .the-real-deal .project-section .project-list .project-tab .project-links ul li a .fa-info:hover {
  color: #e2ac37;
}
body .the-real-deal .skills-section {
  width: 80%;
  margin: 100px auto;
  border-top: 2px solid #03a9f3;
}
body .the-real-deal .skills-section .skills-header {
  width: 190px;
  text-align: center;
  margin: 60px auto 30px auto;
  text-transform: uppercase;
  border-bottom: 1px solid #03a9f3;
}
body .the-real-deal .skills-section .skills-list {
  width: 80%;
  margin: 80px auto;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
body .the-real-deal .skills-section .skills-list li {
  text-align: center;
  letter-spacing: 1px;
  padding: 20px 25px;
  font-size: 30px;
  color: #2e2e2e;
}
body .the-real-deal .skills-section .skills-list li img {
  width: 28px;
}
body .the-real-deal .skills-section .skills-list li .p-skills {
  font-size: 10px;
}
body .the-real-deal footer .footer-links {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
body .the-real-deal footer .footer-links a {
  margin: 0 13px;
  font-size: 22px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  color: #3a3a3a;
  z-index: 5;
}
body .the-real-deal footer .footer-links a:hover {
  color: #03a9f3;
  border-bottom: 2px solid #03a9f3;
}/*# sourceMappingURL=style.css.map */