body {
  padding:0;
  margin:0;
}
.navBar{
  display: flex;
  flex-direction: row;
}
.navBar h2{
font-size: 20px;
font-weight: lighter;
font-family: Arial, Helvetica, sans-serif;
margin-top: 50px;
}
.navBar a{
font-size: 20px;
font-weight: bolder;
color: black;
width: 20%;
text-align: center;
}
.icons{
  width: 20%;
  justify-content: space-around;
  margin-top: 45px;
}
.icons a{
  padding-left: 50px;
}
#selected{
  color: red;
}
#logo{
  align-items: center;
}
.navBar img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.navBar div{
  width: 30%;
}
.home img{
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0.3;
  height: 90%;
}
#homeTitle{
  width: 100%;
  height: 50%;
  padding-top: 10%;
  padding-bottom: 12%;
  text-align: center;
}
#greeting{
  font-size: 60px;
  font-weight: lighter;
  line-height: 12px;
  font-family: Helvetica;
}
#name{
  color: red;
  font-weight: lighter;
  font-size: 60px;
  line-height: 12px;
  font-family: Helvetica;
  margin-top: 3%;
  margin-bottom: 2%;
}
#tagLine{
  font-size: 24px;
  font-family: Helvetica;
  word-spacing: 10px;
}
.aboutUS{
  background-color: orange;
  text-align: center;
}

.aboutUS p{
  font-size: 20px;
  font-weight: lighter;
  font-family: Helvetica;
  color: white;
  width: 60%;
  text-align: center;
  word-spacing: 2px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
#whoWeAre{
  font-size: 48px;
  font-weight: lighter;
  font-family: Helvetica;
  color: white;
  padding-top: 4%;
  padding-left: 0%;
  width: 100%;
  line-height: 24px;
  text-align: center;

}

#topSkills{
  font-size: 48px;
  font-weight: lighter;
  font-family: Helvetica;
  color: white;
  padding-left: 0%;
  width: 100%;
  line-height: 24px;
  text-align: center;
}
.progress{
  display: flex;
  flex-direction: column;
  padding-bottom: 5%;
  height: 2px;
}
.pbox{
  display: flex;
  flex-direction: row;
  padding-bottom: 5%;
}
.pBoxIn{
width: 50%;
}
.pBoxIn div{
  display: flex;
  flex-direction: row;
}
.pBoxIn div p{
  text-align: left;
  color: black;
  margin-left: 10%;
}
.progressBarOut{
  background-color: white; padding:5px;
  width: 80%;
  margin-left: 10%;
  margin-top: -5%;
}
.progressBarIn{
  height:10px;background-color: orange;
}
#pbar1{
  width:95%;
}
#pbar2{
  width:100%;
}
#pbar3{
  width:90%;
}
#pbar4{
  width:100%;
}
.footer{
  background-color: black;
  color: white;
}
.rights{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#head{
  text-align: center;
}
#academia{
  color: orange;
}
#bottomFooter{
  margin: -1%;
}
.paymentOptions{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 60%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20%;
}
.paymentOptions p{
    font-size: 16px;
    font-weight: bold;
}
.paymentOptions img{
  width: 10%;
}



@media only screen and (max-width: 1200px) {
  #name{
    margin-top: 4%;
  }
  .home img{
    height: 70%;
  }
}
@media only screen and (max-width: 992px) {
  .home img{
    height: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .navBar{
    display: flex;
    flex-direction: column;
  }
  .home img{
    height: 50%;
  }
  .navBar h2{
  font-size: 20px;
  font-weight: lighter;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  }
  #number{
    font-size: 20px;
    color: black;
    width: 100%;
    text-align: center;
    }
  .navBar a{
  font-size: 20px;
  font-weight: bolder;
  color: black;
  width: 100%;
  text-align: center;
  }
  #selected{
    color: red;
  }
  #logo{
    align-items: center;
  }
  .navBar img{
    margin-left: 100%;
    width: 100%;
  }
  .navBar div{
    width: 30%;
  }
  .icons{
    align-items: center;
  }
}
