body {
  background: #F5F5F5;
  font-family: Carson, sans-serif;
  font-weight: 700;
  font-size: 25px;
}

.topBar {
  background:rgba(76, 175, 80, 0.3); 
  color: #fff; 
  font-size: 30px; 
  height:225px; 
  margin: 0 auto; 
  text-align: center; 
  padding: 10px 0 0 0;
}

.myPic {
  border-radius: 100px; 
  background-color:#000; 
  width: 100px; 
  height: 100px; 
  margin: 0 auto;
  background:url(../images/sohail-pic.jpg); 
  background-size:95px; 
  background-position: 2px 0; 
  background-repeat: no-repeat;
}


/*Thumbnail*/
.thumb { 
  position: relative;
  margin: 0 auto;
  max-width: 533px;

}
.hover-opaque {
    background: #000;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}
.hover-opaque i {
  position: absolute;
  text-align: center;
  color: red;
  top: 50%;
  right: 50%;
  margin: -12px;
  border: 1px solid green;
  
}
.glyphicon {
  position: absolute;
  color: #fff;
  top: 50%;
  right: 50%;
  font-size: 2em;
  margin: -15px;
  opacity: 0;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
}
.thumb:hover .hover-opaque {
    opacity: 0.5;
}
.thumb:hover .glyphicon {
  opacity: 1;
}
.thumb-caption {
  background: #fff;
  border-color: #E6E6E6;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  color: #4E4E54;  
  padding: 10px;
}
figcaption a {
  color: #4E4E54;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 0.9em;

}
figcaption a:hover {
  color: #000;
  text-decoration: none;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

button {
  margin: 15px;
}

h2, h4 {
  text-align: center;
}

h2 {
  margin-top: 0px;
}

h4 {
  margin:
  margin-bottom: 0px;
}
/*Thumbnail*/

/*scroll*/
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(76, 175, 80, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*scroll*/

/*Home Click*/
.home {
  background-color : #4caf50;
  color: white;
  padding: 10px 20px;
  border-radius: 0px;
  border:none;
}

#homebutton {
  position: fixed;
  top: 250px;
  right: 20px;
}
/*Home Click*/