* {
  margin: 0;
  padding: 0;
}

#container {
  display: flex;
  padding-left: 850px;
  background-color: black;
  height: 100px;
  border-bottom: 2px solid red;
}

.navigation {
  padding-top: 30px;
}

.navigation h2 {
  color: white;
  display: inline;
  padding-left: 30px;
  font-family: "Montserrat";
}

a:hover {
  color: gray;
}

.home {
  text-decoration: none;
  color: white;
}

.bio {
  text-decoration: none;
  color: white;
}

.contact{
  text-decoration: none;
  color: white;
}

#container2 {
  display: flex;
  background-color: black;
  height: 500px;
  padding-bottom: 20px;
}

.name {
  background-color: gray;
  color: white;
  flex-basis: 25%;
  margin-top: 10px;
  margin-left: 20px;
}

.name h1 {
  text-align: center;
  font-size: 50px;
  padding-top: 200px;
  font-family: "BhuTuka Expanded One";
}

.picture {
  display: flex;
}

.prog {
  padding-top: 10px;
  padding-left: 20px;
}

#container3 {
  display: flex;
  background-color: black;
  height: 120px;
}

.container3-1 {
  display: flex;
  background-color: grey;
  height: 100px;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Montserrat";
}

/* Personal Information */

#content1 {
  display: flex;
  justify-content: center;
  background-color: black;
}

.personalinfo {
  color: white;
  font-family: "Montserrat";
  font-size: 30px;
  padding-top: 100px;
}

#content1-1 {
  background-color: black;
}

.info {
  display: flex;
  flex-direction: column;
}

.info h1 {
  display: flex;
  justify-content: center;
  color: white;
  padding-top: 100px;
  font-family: "Oxygen";
}

#content1-2 {
  display: flex;
  background-color: black;
  color: white;
  padding-top: 100px;
  justify-content: center;
}

/* Educational Attainment*/

.educ {
  display: flex;
  background-color: black;
  justify-content: center;
  font-size: 30px;
  padding-top: 200px;
}

.educ h1 {
  display: flex;
  color: white;
  font-family: "Montserrat";
}

#container4 {
  background-color: black;
  display: flex;
  padding-top: 150px;
}

.eleminfo {
  display: flex;
  color: white;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
}

.elempic {
  padding-top: 40px;
  padding-left: 40px;
  flex: 1;
}

.elempic1 {
  padding-left: 20px;
}

#container5 {
  display: flex;
  background-color: black;
  padding-bottom: 20px;
}

.jspic {
  padding-top: 100px;
  padding-left: 90px;
  flex: 1;
}

.jsinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  text-align: center;
  flex: 1;
  padding-right: 100px;
}

#container6 {
  display: flex;
  background-color: black;
  padding-bottom: 20px;
}

.collegepic {
  flex: 1;
  padding-left: 160px;
  order: 2;
}

.collegeinfo {
  display: flex;
  flex: 2;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  order: 1;
  padding-left: 40px;
}

#container7 {
  background-color: black;
}

@media (max-width: 375px) {
  #container {
    display: flex;
    padding-left: 0px;
    height: 60px;
  }

  .navigation {
    padding-left: 80px;
  }

  .navigation h2 {
    font-size: 14px;
    padding: 8px;
  }

  #container2 {
    height: 300px;
    padding-bottom: 10px;
  }

  .name {
    margin-left: 9px;
  }

  .name h1 {
    font-size: 35px;
    padding-top: 75px;
    width: 140px;
  }

  .prog {
    height: 290px;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
