body {
  background-color: black;
  color: white;

}

section {
  padding: 0 4rem;
  margin-bottom: 20px;


}
.row1{
  margin-bottom: 10px;
}
.row{
  margin: 0;
}

ul{
  margin: 0;
}
p,li{
    font-family: 'Montserrat' ,sans-serif;
    font-weight: 300;
}

/*Intro*/
.container-fluid {
  margin: 0;
  padding: 0;
}
h1{
  text-align: center;
  font-weight: 200;
}
.introtitle{
  text-align: center;
  font-weight:200;
  color: #C4C4C4;
  font-size: 20px;
}
.introbio {
  text-align: center;
  padding: 20% 6rem;
  position: relative;
  animation-name: animation1;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
h5{
  padding: 1rem 0;
  font-weight: normal;
}
.skillsets,.skillsets li{
  color: white;
  text-align: left;
  list-style: none;
  padding: 5px 0;
}
.progressbar{
  margin-left: 10px;
  background-color: white;
  width: 60%;

}
i{
  padding-top: 10px;
}
a{
 color: white;
}

@keyframes animation1{
  0% {opacity: 0}
  100% {opacity: 1}
}

.myimg{
   padding: 0 5.3rem;
   position: relative;
   animation-name: myimg1;
   animation-duration: 2s;
   animation-iteration-count: 1;
   animation-fill-mode: forwards;
   animation-timing-function: ease-in-out;
}

@keyframes myimg1 {
  from{

    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

img {
  width: 100%;
}

/*About Me*/

.abme1{
  text-align: center;
  padding: 18.5rem 0;

}

.abme2{
  padding: 13rem 2rem;
  background-color: white;
  color: black;
}
.h2-a{
  font-weight: lighter;
}
p {
  text-align: center;
  font-size: 20px;
  padding: 4rem;
  margin: 0;
}

/*Work Experience*/
.h2-b{
  font-size: 1.2rem;
  font-weight: bold;

}
.wexp1{
  padding: 10rem 5rem;
  background-color: white;
  color: black;
}
.wexp2{
  text-align: center;
  padding: 20.4rem 0;
}
.jobs,.edup{
  padding: 1rem 10rem;
}
.edu{
  margin-bottom: 1rem;
}

.edu1{
  text-align: center;
  padding: 16rem 0;
}
.edu2 {
  padding: 10rem 10rem;
  background-color: white;
  color: black;
}
.footer{
    margin: 10px 0;
}
span{
  text-align: center;
  padding: 0 43rem;
  padding-bottom: 2rem;

}a


@media (max-width: 1440px) {
 .introbio{
   padding: 10% 6rem;
 }
 .edu1,.wexp2{
   padding-left: 20%;
   padding-right: 20%;
 }
}
