* {
  box-sizing: border-box;
}

body {
  font-family: 'Lato', arial, sans-serif;
  font-size: 14px;
  margin: 0px;
  background: #CEDFDA;
}

#intro-header {
  height: 200px;
  padding: 30px;
  background: #273E47;
  color: #FFF;
  text-align: center;
}

#intro-header .name{
  font-size: 2rem;
  font-weight: 900;
  margin: 0px;
}

#intro-header .designation{
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 5px;
}

#img-circle {
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0px 1px 1px  #4f4f4f;
}

#content {
  padding: 40px 50px;
}
.text-center {
  text-align: center;
}
#about-me {
  letter-spacing: 0.2px;
}
#social-icons {
  padding: 30px;
}

#social-icons .fa {
  width: 42px;
  height: 42px;
  padding: 8px 0px;
  margin: 3px;
  background: #5B534B;
  border-radius: 4px;
  color: #fff;
  font-size: 1.75rem;
}
.content-box {
  padding: 30px;
  background: #FFF;
  color: #434343;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}

.content-box .title {
  margin: 0px 0px 20px;
  font-weight: 900;
  font-size: 1.4rem;
}

.content-box .title small, .content-box .sub-title small {
  font-weight: 400;
  opacity: 0.7;
}

.content-box .sub-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.2rem;
}

.two-column {
  overflow: auto;
  padding: 10px 0px;
}

.two-column .left-column {
  float: left;
  width: 70%;
}

.two-column .right-sidebar {
  float: left;
  width: 30%;
}

.left-column .content-box {
  margin: 30px 20px 30px 0px;
}

.right-sidebar .content-box {
  margin: 30px 0px 30px 20px;
}

.detail-items {
  padding: 0px 20px;
  list-style-position: outside;
  font-size: 0.9em;
  line-height: 1.5;
}

.detail-items li{
  margin-bottom: 5px;
}

#skill-set .item {
  margin-bottom: 15px;
}

.skill-label {
  font-weight: 900;
  color: #888;
}

.skill-level {
  height: 20px;
  background: #E4E4E6;
}
.level-bar {
  height: 100%;
  width: 80%;
  background: #A4243B;
}

.level-10{
    width: 100%;
}

.level-9{
    width: 90%;
}
.level-8{
    width: 80%;
}
.level-7{
    width: 70%;
}
.level-6{
    width: 60%;
}
.level-5{
    width: 50%;
}
.level-4{
    width: 40%;
}
.level-3{
    width: 30%;
}
.level-2{
    width: 20%;
}
.level-1{
    width: 10%;
}
footer {
  padding: 20px;
  background: #273E47;
  color: #FFF;
  text-align: center;
}
