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;
}
#selected{
  color: red;
}
#logo{
  align-items: center;
}
.navBar img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.navBar div{
  width: 30%;
}

.footer{
  background-color: black;
  color: white;
}
.rights{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#heading{
  font-size: 30px;
  font-weight: lighter;
  font-family: Helvetica;
  width: 85%;
  padding-left:15%;
}
.cover{
  width: 85%;
  padding-left:15%;
  display: flex;
  flex-direction: row;
}
.cLeft{
  width: 20%;
}
.cLeft img{
  width: 100%;
}
.cRight{
  width: 60%;
  padding-left: 2%;
  text-align: justify;
  font-size: 20px;
  font-weight: lighter;
  color: gray;
}

#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%;
}
.icons{
  width: 20%;
  justify-content: space-around;
  margin-top: 45px;
}

@media only screen and (max-width: 600px) {
  .navBar{
    display: flex;
    flex-direction: column;
  }
  .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;
  }
}
