body {
  text-align: center;
}

h2 {
  font-weight: 400;
}

h5 {
  color: #66bfbf;
}

h6 {
  font-family: 'Open Sans', sans-serif;
  padding-top: 2%;
}

p {
  font-family: 'Open Sans', sans-serif;
}

/* Navbar Section  */

.nav-item {
  padding: 0 100px;
}

.logo-bar{
  width: 60%;
  padding-left: 50px;
}

/* Container Section  */
.container-fluid {
  padding: 7% 15%;
}

/* Sections */
.white-section {
  background-color: #fff;
}

.colored-section {
  background-color: #e4f9f5;
}



/* Intro Section  */
#intro {
  text-align: center;
}

.intro-header {
  font-size: 3.5rem;
}

.intro-sub {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  padding-top: 2%;
}

.avatar-image {
  border-radius: 100%;
  margin-top: 7%;
}

.code-img-box {
  max-height: 435px;
}

.coding-image {
  padding-top: 10%;
}

/* About Me Section  */
#about-me {
  position: relative;
  padding: 7% 20%;
  text-align: center;
}

.about-me-header {
  padding-bottom: 3%;
}

.about-me-text {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.75
}

/* Skills Section  */
#skills {
  text-align: center;
  padding: 0 10%;
}

.skills-box {
  border: 0.5px solid #e4f9f5;
  border-radius: 10%;
  padding: 7% 15%;
}

.skill-element {
  line-height: 1rem;
}

.icon {
  color: #66bfbf;
  margin-bottom: 1rem;
}

/* Call to Action Section  */

#cta {
  text-align: center;
  padding: 7% 15%;
}

.btn {
  border-radius: 10%;
  margin-top: 5%;
  transition: 1s;
}

.btn:hover {
  transition: 1s;
}

/* Footer Section  */

#footer {
  text-align: center;
}

.logo-image {
  padding-top: 5%;
}

.footer-note {
  padding: 0 40%;
}

.social-icon {
  margin: 5% 5% 0;
  font-size: 32px;
}

.btn-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 100%;
color: #000;
transition: 0.5s;
}

.btn-social:hover {
  color: #66bfbf;
  border: 1px solid #66bfbf;
  transition: 0.5s;
}

.copyright {
  padding-top: 5%;
}

/* Modal Section  */

.modal-header {
    text-align:center;
}
.modal-title {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 2rem;
}
.submit {
  text-align: center;
}

@media (max-width: 425px) {

  .navbar-brand {
    padding-left: 70px;
  }
  .coding-image {
    width: 200px;
  height: auto;
  }
  #about-me {
    padding: 0 20px;
  }
  .footer-note {
    padding: 0 50px;
  }
}
