

.navbar-brand{
  font-family: 'Dancing Script', cursive;
  color: #2b2b2b;
  text-shadow: 4px 4px 0px rgba(0,0,0,0.1); 
}

body{
  margin:0 !important;
}

ul li{
  list-style-type: none;
}

#content{
  /*background: green;*/
  width: 70%;
  padding: 20px 20px 20px 20px;
}
.nameh h1{
  padding-left: 20px;
  margin-top: 0px;
}

#addr{
  margin: 0;
  width: 250px;
  padding-left: 20px;
}

.edu h6{
  margin: 0;
}

hr {
  color: #fff;
  width: 85%;
}

.skills {
    overflow: hidden;
}

.proj ul li {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: inside;
}

.proj #downproj{
  padding-left: 40px;
  overflow: hidden;
}

.exp ul li {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: inside;

}

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  display: none;
}

.content a:hover{
    text-decoration: none;
}




       