.grad-nav {
    background-image: white;
}

body, .nav-item, h1, .h1, h2, .h2 {
    font-family: 'Poppins', sans-serif;
}

body {
    background-image: linear-gradient(#6E36BF, #DF6DED);
}

h5, .h5 {
    font-size: 1.5rem !important;
    font-weight: 300;
    line-height: 1.2;
}

.project-img {
    width:35%;
}

.project-txt {
    width:60%;
}

.vh-padding {
    padding-left: 20vw !important;
    padding-right: 20vw !important;
}

.pad-edges {
    margin-left:10vw !important;
    margin-right:10vw !important;
}

@media only screen and (max-width: 800px) {
    .vh-padding {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
}
    .pad-edges {
    margin-left:0.1vw !important;
    margin-right:0.1vw !important;
}
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-github {
    background: white;
  color: black;
}

.fa-roblox {
    background: white;
    color: black;
}

.fa-envelope {
    background: orange;
    color: white;
}