/* You can add custom CSS and extend Boostrap styles in this file. Remember, Bootstrap is just CSS at the end of the day! */
* {
  margin: 0;
}

.nav-link {
  color: white;
}

.navbar-brand {
  color: white;
}

.navbar-icon {
  color: white;
}

.footer-text {
  text-align: center;
  background-color: #B15EFF;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#hero-section {
  position: relative;
  min-height: 50vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("olga-serjantu--wVnHkiVmm8-unsplash.jpg");
  padding: 10%;
  margin-top: 0;
}

.profile-image {
  border-radius: 50%;
  border: 10px solid; 
  border-color: rgba(134, 182, 246, 0.2);
  background-position: center;
  width: 170px;
  height: 170px;
  object-fit: cover;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgb(39, 0, 93);
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  color: rgb(39, 0, 93);
}

h2 {
  text-align: center;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: rgb(29, 38, 125);
  color: white;
}

.hero-text {
  padding: 20px;
}

#mission-section {
  background-color: rgb(255, 243, 230);
}

.mission-image {
  padding: 20px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.mission-text {
  padding-top: 100px;
}

#skills-section {
  background-color: rgb(255, 243, 230);
  padding: 50px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

.image-3 {
  width: 140px;
}

image-4 {
  width: 125px;
}

p {
  text-align: center;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

#contact-section {
  background-color: rgb(255, 243, 230);
  padding: 50px;
}

.contact-icon {
  text-align: center;
  font-size: 60px;
}

.bi {
  color: black;
}

.bi:hover{
  color: rgb(95, 189, 255); 
}
