.nav {
  a:hover {
    background-color: rgb(69, 21, 190);
    color: #e3f2fd;
  }
}

.aboutsection {
  background-color: #e3f2fd;
}

/* .cardbody {
    background-color: brown;
} */

p {
  margin-bottom: 0%;
}

.jumbotron {
  margin-bottom: 0%;
}

.aboutsection {
  padding: 25px;
}

.custom-shape-divider-top-1702936305 .shape-fill {
    fill: #e3f2fd;
  }

/* .custom-shape-divider-top-1702936305 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1702936305 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 124px;
    transform: rotateY(180deg);
} */



/* 
.custom-shape-divider-bottom-1702937676 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1702937676 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 124px;
    transform: rotateY(180deg);
} */

.custom-shape-divider-bottom-1702937676 .shape-fill {
  fill: rgb(69, 21, 190);
}

.banner {
  background-color: rgb(69, 21, 190);
}

.aboutsection h1,
.mywork h1,
.skills h1 {
  text-align: center;
}

.skills {
  background-color: #e3f2fd;
}

.card {
  margin: 50px;
}

/* .custom-shape-divider-top-1702942244 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1702942244 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 93px;
} */

.custom-shape-divider-top-1702942244 .shape-fill {
  fill: #ffffff;
}

.contactinfo li {
  a:link 
/* check above*/ {
    color: #ffffff;
  }

  a:visited {
    color: #ffffff;
  }

  a:hover {
    color: rgb(69, 21, 190);
  }
}

.contactinfo {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
}

.bannerfooter {
  background-color: rgb(69, 21, 190);
}

.skills {
  padding-bottom: 70px;
}

.btn {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.2s ease-in-out;
}
/* 
.contactinfo {

a:hover {
            
            background-color:rgb(69, 21, 190);

        

    
}
} */

.card-body1 {
background-color: #e3f2fd;
}

.circle-img {
  width: 150px;
  height: 150px;
  padding-top: 10px;
}

