body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url('https://images.unsplash.com/photo-1487284122274-e864e9dec2bf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=5edd950e986d5ed7b84a908bf6df269f&auto=format&fit=crop&w=1051&q=80');
    min-height: 100%;
}

/* Second image (Portfolio) */
.bgimg-2 {
    background-image: url("https://images.unsplash.com/photo-1483058712412-4245e9b90334?ixlib=rb-0.3.5&s=c1058ecb478c4833b4cbf3133d7d10f1&auto=format&fit=crop&w=1050&q=80");
    min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
    background-image: url("https://images.unsplash.com/reserve/6HJtLkJSDqjqlE2NipEu_macbook.jpg?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=5d0f6a25aff1295edfb9ada67136a833&auto=format&fit=crop&w=1355&q=80");
    min-height: 400px;

}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

.hero {
  white-space:nowrap;

}

.tech-box {
  margin-bottom: 5px;
  text-align: center;
  padding-right: 0;
}
.tech-box {
  font-size: 100px;
  transition: all 0.5s ease;
}

.tech-box:hover {
  -webkit-transform: scale(1.11);
  -moz-transform: scale(1.11);
  -o-transform: scale(1.11);
  -ms-transform: scale(1.11);
  box-shadow: 6px 6px 6px 6px lightgray;
}

.tech-box > h3 {
  margin-top: -10%;
  font-size: 15px;
}

footer {
  height: 100px;
}

.footer-holder {
  margin: 0;
  justify-content: flex-start;
  opacity: 0.8;
}

.project-holder > div {
  margin-top: 25px;
}
.project {
  height: 150px;
  width: 100%;
}

#profile {
  position: relative;
  height: 26vw;
  display: flex;
  margin: auto;
  opacity: 1;
  border-radius: 200px;
  margin-bottom: 20px;
  z-index: 500;
}

p {
  height: 100px;
}
