body {
  background: #0E1525;
  color: #fff;
  margin: 0px;
  padding: 0 auto;
  font-size: 16px;
}

/*Nav-bar-styling*/
nav {
  background: #0E1525;
 position: fixed;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 10px 15px #0C2445;
  top: 0;
  padding: 5px;
}

#replit-logo {
  cursor: pointer;
}
nav ul {
  width: 100%;
  height: 400px;
  background: #0E1525;
  box-shadow: 0 5px 15px #0C2445;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px;
  margin: 20px;
  position: absolute;
  left: -7000px;
  transition: .3s;
}
nav ul li{
  list-style: none;
}
nav ul li a {
  text-decoration: none;
  color: white;
}
.hamburger {
  cursor: pointer;
  margin: 30px;
}
.bar {
  display: block;
  background: white;
  height: 3px;
  width: 25px;
  margin: 5px;
  border-radius: 30px;
  transition: .3s;
}

nav ul.active{
  left: -5%;
  /*top: -10px;*/
}
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg)
  }
  
  /*Hero-section styling*/
  
  #hero-section {
    text-align: center;
  }
  .first-word {
    font-size: 4rem;
    text-shadow: 0px 5px 15px #0079F2;
  }
  .encouragement {
    color: grey;
    font-size: 1.4rem;
    margin: 10px;
  }
  .start-btn {
    background: linear-gradient(to right, #0079F2, #0E1525);
    border: none;
    height: 50px;
    width: 150px;
    color: white;
    font-size: 1rem;
    border-radius: 5px;
    outline: none;
    transition: all 1s ease;
    margin: 20px;
    animation-name: btn;
    animation-direction: forward;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-timing-function: linear;
  }
  .start-btn:hover {
    border: 1px solid #0079F2;
    background: transparent;
  }
  @keyframes btn {
    0% {
     background: linear-gradient(to right, #0079F2, #0E1525);
    }
    50% {
     background: linear-gradient(to top, #0079F2, #0E1525);
    }
    100% {
    background: linear-gradient(to bottom, #0079F2, #0E1525);
    }
  }
  .img2 {
    margin: 20px 10px;
  }
  
.services {
  text-align: center;
}
  
.skills {
  height: 100px;
  background: #171F30;
  font-size: 2.5rem;
  padding: 10px;
  text-align: center;
} 
#skill {
  background: #1C2333;
  border: 2px solid #004182;
  height: 70px;
  width: 170px;
  padding: 10px;
  margin: 20px;
  border-radius: 10px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.space{
  background: #0D101E;
  width: 100vw;
  height: 70px;
}
.service-list {
  display: flex;
  justify-content: center;
}
.work-space {
  /*height: 700px;*/
  color: #989EA2;
  padding: 60px;
  margin: 0 auto;
  font-weight: bold;
}
.browser {
  color: white;
  font-size: 2.5rem;
  text-shadow: 0px 5px 15px #0079F2;
  font-weight: bold;
}
.colla {
  color: white;
  font-weight: bold;
}
.learn {
  text-decoration: none;
  color: #52A1F1;
  font-weight: bold;
}
.work {
  display: flex;
  justify-content: center;
}
a {
  text-decoration: none;
}
.multi {
  color: #989EA2;
  margin-bottom: 30px;
  font-weight: bold;
}
.multi-code {
  color: white;
  font-size: 2.5rem;
  text-shadow: 0px 5px 15px #0079F2;
  font-weight: bold;
}
.jump {
  color: white;
  font-weight: bold;
}
.multi-enjoy {
  color: #989EA2;
}
.multi-flex {
  display: flex;
  justify-content: center;
}
#community {
  display: flex;
  justify-content: center;
}
.com {
  color: #8E959A;
  font-weight: bold;
}
.learn-collab {
  color: white;
  font-size: 2.5rem;
  text-shadow: 0px 5px 15px #0079F2;
  font-weight: bold;
}
.click {
  color: #8E959A;
}
.help {
  color: white;
  font-weight: bold;
}
.more {
  color: #52A1F1;
  font-weight: bold;
}
#team {
  display: flex;
  justify-content: center;
}
.teams {
  color: #8E959A;
  font-weight: bold;
}
.everyone {
  font-weight: bold;
  color: white;
  font-size: 2.5rem;
  text-shadow: 0px 5px 15px #0079F2;
}
.built {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
.make {
  color: #8E959A;
}
.teams-learn {
  color: #52A1F1;
  font-weight: bold;
}
#hosting {
  display: flex;
  justify-content: center;
}
.host {
  color: #8E959A;
  font-weight: bold;
}
.hosts {
  font-weight: bold;
  color: white;
  font-size: 2.5rem;
  text-shadow: 0px 5px 15px #0079F2;
}
.all {
  font-weight: bold;
}
.deploy {
  color: #8E959A;
}
.more-host {
  font-weight: bold;
  color: #52A1F1;
}
.trust {
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 2.5rem;
  text-shadow: 0px 5px 15px #0079F2;
}
.get {
  font-size: 2rem;
  text-align: center;
}
#footer {
  background: #1C2333;
  height: 400px;
  color: #868B91;
  padding: 20px;
}
#footer a {
 color: #868B91;
 margin-top: 50px;
}
