body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  background-color: #fdfff7;
  color: #323232;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding-bottom: 500px;
}

.content {
  padding: 0 20px;
}
p {
  margin-top: 0;
}
.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  background-image: url("9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #323232;
}

.title {
  text-align: center;
}

.container {
  padding: 20px;
}

.about-me {
  padding: 20px 20px 10px 20px;
  text-align: center; /* centers the parent container */
  font-size: 20px;
}


.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

a {
  color: #323232;
  text-decoration: none;
  font-weight: 500;
}

i.material-icons {
  color: white;
  font-size: 20px;
}

.circle {
  background: #323232;
  border-radius: 50%;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
}

.contact-each {
  display: flex;
  align-items: center;
  margin: 15px 20px;
}

.mb-0 {
  margin-bottom: 0;
}

h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 25px;
  color: #595959;
}
.projects {
  margin-top: 5px;
}
.img {
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

h2 {
  margin: 0;
  font-weight: 400;
}
h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.dark {
  background: #323232;
  color: rgba(255, 255, 255, 0.95);
}
.skills-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul ul {
  font-style: italic;
}
li {
  padding: 5px 0;
}
.skills {
  width: 25%;
  padding: 15px 20px;
  border: 1px solid;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical centering */
}
.notes {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical centering */
}
.pt-0 {
  padding-top: 0;
  padding-bottom: 10px;
}
.edu {
  margin-top: 20px;
}

.edu {
  margin-left: 20px;
}

.list {
  list-style: unset;
}

.in {
  margin-left: 20px;
}

.line {
  background-color: #50514f;
  height: 1px;
  width: 50%;
}

.mt-1 {
  height: 5px;
}

.mt-2 {
  height: 30px;
}
.section-title {
  height: 21px;
  position: relative;
  color: #595959;
  margin: 20px 0;

  display: flex;
  justify-content: center;
  align-items: center;
}
/* find new bolder font*/
.section-title-text {
  color: #595959;
  font-weight: 600;

  text-transform: uppercase;
  position: absolute;
  top: 0;
  margin: 0;

  width: 10%;
  text-align: center;
  background-color: #fdfff7;
  padding: 0 20px;
}

.section-title-text-long {
  width: 25%;
}

.link {
  text-decoration: underline;
}

.link-highlighted {
  color: #00a0cc;
}
