.profile-pic{
  background-image: url("../img/pic.png");
  background-position: top right;
  background-size: 500px;
  background-repeat: no-repeat;
  height: 175px;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.box-shadow{
  -webkit-box-shadow: 7px 5px 38px -7px rgba(0,0,0,0.45);
  -moz-box-shadow: 7px 5px 38px -7px rgba(0,0,0,0.45);
  box-shadow: 7px 5px 38px -7px rgba(0,0,0,0.45);
}

body {
  background-color: #f9f9f9;
  background: url("../img/back.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.rupesh {
  font-family: 'Zilla Slab', cursive;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 40px;
  color: white;
}
.reddy {
  font-family: 'Zilla Slab', cursive;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 40px;
  margin-top: -10px;
  color: white;
}
.title {
  color: #000;
  font-family: 'Zilla Slab', cursive;
  font-size: 15px;
}

.heading {
  color: #cc9627;
  font-family: 'Kalam', cursive;
}
.bolder{
  font-weight: 500;
}
.notes {
  color: #000;
  line-height: 20px;
  font-size: 13px;
  font-family: 'Roboto Slab', cursive;
  font-weight: 500;
}
.badge-text{
  font-size:12px;
  background-color: #eee;
  color: #777;
  border-radius: 4px;
  font-weight: 500 !important;
}
.icon-alt{
  font-size: 13px;
  color: #aaa;
}
.email-img{
  height:19px;
  margin-left: -4px;
}
.footer-text{
  position: fixed;
  left: 10px;
  bottom: 10px;
  color: #888;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.margin-top-page{
  margin-top:100px !important;
}
.margin-bottom-page{
  margin-bottom:100px !important;
}
