body {
  position: relative;
  background-color: white;
}

* p {
  font-family: sans-serif;
}





/* Skills Start */

.containerskills {
  width: 100%;
  background-color: #eeeee4;
  border-radius: 25px;
}

.con_pad5 {
  padding-top: 5px;
}

.con_pad10 {
  padding-top: 10px;
}

.con_pad15 {
  padding-top: 15px;
}

.con_pad20 {
  padding-top: 20px;
}

.con_pad25 {
  padding-top: 25px;
}

.con_pad30 {
  padding-top: 30px;
}

.con_pad40 {
  padding-top: 40px;
}

.skills {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  /* White text color */

  padding-right: 15px;
  border-radius: 25px;
}

.html {
  width: 90%;
  background-color: #33ccff;
}

.css {
  width: 80%;
  background-color: #33ccff;
}

.Javascript {
  width: 60%;
  background-color: #33ccff;
}

.Bootstrap {
  width: 90%;
  background-color: #33ccff;
}

.Tableau {
  width: 80%;
  background-color: #ffb84d;
}

.SSRS {
  width: 60%;
  background-color: #ffb84d;
}

.SQL {
  width: 80%;
  background-color: #ffb84d;
}

.img-skills {
  float: left;
  max-width: 40px;
  padding-left: 15px;
}

/* Skills End */


.padtop7em {
  padding-top: 7em;
}

.padbot6em {
  padding-bottom: 6em;
}

.AboutStyle {
  padding-top: 9em;
  padding-bottom: 5em;
}

.content-title {
  font-family: 'Varela Round', sans-serif;
  text-align: center;
}

.resume-item {
  border-left: 2px solid #1f5297;
  padding: 0 0 12px 20px;
}

.kora {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -29px;
  background: #fff;
  border: 2px solid #1f5297;
}

.ContactStyle {
  padding-bottom: 18em;
  text-align: center;
}

.Footer_Style {
  background-color: #eeeee4;
  border-radius: 5px;
  text-align: center;
  padding-top: 7em;
  padding-bottom: 12em;
}