@media only screen and (max-width: 500px) {
  body #mainH {
    padding-top: 0px;
    font-size: 35px;
    text-align: center;
  }

  body #profPic {
    width: 75%;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 670px) {
  #content-container {
    padding: 0 75px;
  }
}

#azure {
    width:50%;
    margin:auto;
}

#azure:hover {
    width:55%;
}

#profPic {
    width: 65%;
    padding-top: 20px;
    padding-bottom: 15px;
}

#mainH {
  padding-top: 80px;
  font-size: 35px;
  text-align: center;
}

a img {
  padding: 0;
  margin: 0;
  display: block;
}


p {
  font-size: 20px;
  overflow: auto;
}

h4 {
  font-size: 30px;
}

i {
  font-size: 20px;
}

li {
  font-size: 18px;
}

.homeHeading {
  padding-top: 2vm;
}

.botCol {
  text-align: center;
}

#iconDiv {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logoImg {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 4px;
}
.imageBox2 {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imageBox {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textBox {
  height: 400px;
  align-items: center;
  justify-content: center;

}

.navbar-brand {
  font-size: 35px;
}