* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #000;
}
body {
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
}
section {
  height: 100vh;
}
h2 {
  font-size: 36px;
  color: rgb(0, 220, 255);
  text-transform: uppercase;
  padding: 30px;
}
h3 {
  font-size: 20px;
  color: rgb(0, 220, 255);
  text-transform: uppercase;
  padding: -30px 0;
}

.siteWrapper {
  height: 100vh;
  overflow: hidden;
}


/* Home Screen */
.intro {
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-weight: 300;
  position: absolute;
  width: 100%;
}
.introWrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}
.intro h1 {
  font-size: 8.5vw;
  width: 100%;
  transform: translateY(120%);
  opacity: 0;
  animation: h1rise 3s ease-in-out 1s 1 forwards;
}
@keyframes h1rise {
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.intro h2 {
  font-size: 3vw;
  color: rgb(0, 159, 250);
  letter-spacing: -8px;
  opacity: 0;
  animation: h2spread 4s ease-in-out 3.5s 1 forwards;
}
@keyframes h2spread {
  75% {
    opacity: 1;
  }
  100% {
    letter-spacing: 40px;
    opacity: 1;
  }
}
.arrowBox {
  position: absolute;
  left: 50%;
  bottom: 10px;
  font-size: 3em;
  transform: translateX(-50%);
  opacity: 0;
  animation: arrow 1s ease-in 8s 1 forwards;
}
.arrowBox i.icon:hover {
  color: wheat;
  transition: .5s;
  cursor: pointer;
}
@keyframes arrow {
  100% {
    opacity: .5;
  }
}
/* .move {
  transform: translateY(-100vh);
  transition: transform 2s;
} */

/* Section wrapper for bg */
.wrapper {
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(56,56,66,1) 50%, rgba(46,46,46,1) 100%);
  overflow: hidden;
}
/* About Styles */
.boxWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.boxItem {
  color: #ffffff;
  border: 5px solid #bac0c8;
  width: 60%;
  max-height: ;
}
.boxItem:nth-child(2) {
  width: 30%;
}
.boxItem p {
  line-height: 2;
  padding: 30px;
  letter-spacing: 1.5px;
}
.galaxy {
  background-image: url('../../imgs/galaxy.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

/* Skills Styles */
.boxItem.noBorder {
  border: none;
  display: flex;
  justify-content: space-around;
}
.mysql {
  animation: rev1X 4s ease-in-out infinite;
  width: 140px;
  height: 106px;
}
.mysql::after {
  content: "";
  display: block;
  width: 140px;
  height: 106px;
  background-image: url(../../imgs/mysql-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rev1Y 4s ease-in-out infinite;
}
 @keyframes rev1X {
  50% {
    transform: translateX(180px);
  }
}
@keyframes rev1Y {
  25% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(50px);
  }
}
.php {
  width: 160px;
  height: 84px;
  animation: rev2X 4s ease-in-out infinite;
}
.php::after {
  content: "";
  display: block;
  width: 160px;
  height: 84px;
  background-image: url(../../imgs/php-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rev2Y 4s ease-in-out infinite;
}
@keyframes rev2X {
 50% {
   transform: translateX(-180px);
 }
}
@keyframes rev2Y {
 25% {
   transform: translateY(50px);
 }
 50% {
   transform: translateY(0px);
 }
 75% {
   transform: translateY(-50px);
 }
}

/* Experience styles */
.galleryWrap {
  border: 5px solid #bac0c8;
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  padding-bottom: 70px;
}
.galleryRows {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.galleryItem {
  width: 300px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}
.site1 { background-image: url(../../imgs/sites/site1.png); }
.site2 { background-image: url(../../imgs/sites/site2.png); }
.site3 { background-image: url(../../imgs/sites/site3.png); }
.site4 { background-image: url(../../imgs/sites/site4.png); }
.site5 { background-image: url(../../imgs/sites/site5.png); }
.site6 { background-image: url(../../imgs/sites/site6.png); }
.site7 { background-image: url(../../imgs/sites/site7.png); }
.site8 { background-image: url(../../imgs/sites/site8.png); }

.listapps {
  list-style-type: none;
  padding: 0 30px;
  font-size: 20px;
}
.listapps a:link, .listapps a:visited {
  text-decoration: none;
  color: #008ec4;
}
.listapps a:hover {
  color: rgb(0, 220, 255);
}

/* Contact */
.contact {
  width: 90%;
}
form.contact {
  padding: 15px 30px;
}
input, textarea {
  background-color: #232323;
  border: none;
  outline: none;
  font-size: 20px;
  color: rgb(0, 220, 255);
  text-indent: 25px;
  box-sizing: border-box;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
}
input:focus, textarea:focus {
  border: 1px solid rgb(0, 220, 255);
}
input[type="text"], input[type="email"]  {
  width: 600px;
  height: 55px;
  margin: 20px 0;
}
textarea {
  width: 600px;
  height: 300px;
  resize: none;
  padding: 20px 0;

}
button {
  width: 200px;
  height: 45px;
  background-color: transparent;
  border: 1px solid rgb(0, 220, 255);
  color: rgb(0, 220, 255);
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0;
  transition: .3s;
  font-family: 'Roboto Condensed', sans-serif;
}
button:hover {
  background-color: rgb(0, 220, 255);
  color: rgba(0,0,0,1);
}

/* navigation menu */
.navie {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-color: #262626;
  transform: translateY(45px);
  transition: transform 1s;
}
.show {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  transform: translateY(0px);
}
.navie .item {

}
.item a {
  text-decoration: none;
  color: #FEFEFE;
}
i.icon, i.icons {
    font-size: 1.5em !important;
}
.item i.icon:hover {
    color: rgb(0, 220, 255);
}
