/* -------------------------HTML Tags -------------------------*/
body, html {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  margin: 0;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

p {
  font-family: Poppins, sans-serif;
  line-height: 2;
}

ul, li {
  margin: 0;
  list-style-type: none;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #019D9A;
  text-decoration: none;
}

/* -------------------------Navigation bar -------------------------*/
.navbar {
  background-color: #019D9A;
}

.navbar-brand {
  font-size: 1.5rem;
}

/* Background Image */
.bg-img {
  padding: 0;
}

/* -------------------------Profile Section -------------------------*/
.colored-container {
  background-color: #019D9A;
  color: #fff;
}

.profile-description {
  font-size: 1.2rem;
}

.profile-icon {
  color: #fff;
  padding: 10px;
}

.profile-icon:hover {
  color: #252a34;
}

/* -------------------------Skills Section -------------------------*/
.section-heading {
  font-weight: 900;
}

.img-profile {
  border-radius: 50%;
  width:278px;
  height: 278px;
}

.img-icon {
  width: 20%;
}

.skill-title {
  color: #3fc1c9;
  padding: 15px;
  font-weight: 600;
}

/* -------------------------Portfolio Section -------------------------*/
.portfolio-section {
  background-color: #F0F1F2;
  color: black;
}

.carousel-btn {
  padding: 15%;
}

.project-description {
  text-align: justify;
}

/* -------------------------Footer Section -------------------------*/
.footer-container {
  background-color: #252a34;
  padding: 10px;
}

.footer-icon {
  color: #fff;
  padding: 10px;
}

.footer-icon:hover {
  color: #3fc1c9;
}

.footer-link {
  color: #eaeaea;
}

/*------------------------------------------------------------------
[ Button ]*/
.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Poppins;
  color: #ffffff;
  font-size: 20px;
  background: #3fc1c9;
  padding: 10px 20px 10px 20px;
}

.btn:hover {
  background: #252a34;
  color: #ffffff;
}
