@charset "utf-8";
/* CSS Document */
/*------------------------------------------------
                 about overrides
--------------------------------------------------*/
.btn {
  margin: 10px;
  border: 1px solid #dddddd;
  cursor: pointer;
  height: 40px;
  width: 170px;
  color: #000;
}
.buttontitle {
  padding: 2px 0px 0px 0px;
  float: left;
  color: #000;
  font-size: 15px;
  width: 100px;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.9);
}
.btn i {
  color: #000;
  font-size: 20px;
  padding: 2px 0 0 6px;
}
.btn-primary {
  background: #b1d0d5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c5f4ec;
    border-color: #dddddd; }

.btn-primary:focus {
	 background-color: #ceddf4 !important; 
}

 .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ceddf4;
    border-color: #ceddf4; }


.subheader h2 {
  display: inline-block;
}

#about {
  background: #ffffff;
  position: relative;
  z-index: 15;
  margin-top: -13px;
  padding-top: 40px;
}
#about .subheader {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 100px;
}
/*
#about img {
  height: 319px;
  width: 395px;
}
*/
.about_copy p {
  margin-bottom: 15px;
  color: #3d3d3d;
}
#about h4 {
  margin-bottom: 15px;
}
/********** skills *********/
.skills ul {
  list-style: none;
  padding-left: 0px;
  max-width: 310px;
}
.skills ul li {
  margin-bottom: 15px;
  height: 27px;
}
.skills p {
  padding: 3px 10px 10px 15px;
  color: #000000;
  font-size: 15px;
  width: 100%;
}
.skill1 {
  background: #b1d0d5;
  width: 100%;
  color: #ffffff;
}
.skill2 {
  background: #b1d0d5;
  width: 100%;
  
}
.skill3 {
  background: #c5f4ec;
  width: 90%;
}
.skill4 {
  background: #ceddf4;
  width: 85%;
}
.skill5 {
  background: #dddddd;
  width: 75%;
}

.skill6 {
  background: #f6f1ed;
  width: 35%;	
}