
/* styling for the author image, on hover, change to the newer photo*/
.author-image {
  margin-top: 3px;
  /*width: 100px;*/
  height: 90px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  /*border-style: dotted;*/
}

.author-image .img-top {
  display: none;
  position: absolute;
  top: 0;
  left:0;
  z-index: 99;
}

.author-image:hover .img-top {
  display: inline;
}


.transparentbox {
    /* opacity: 0.8; */
    margin: 15%;
    background: rgba(255, 255, 255, .7);
    margin: 10%;
    margin-top: 2%;
    padding: 1%;
    padding-top: 5px;
}


.fa {
  text-decoration: none; /* gets rid of horizontal line in href */
}
/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}


.fa-linkedin {
  background: #007bb5;
  padding: 5px;
  text-align: center;
  color: white;
  /*height: 10%;*/
  /*font-size: 24px;*/
  border-radius: 10%;
/*  width: 25px;*/
} 

.fa-github {
  color: #000000;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-envelope {
  color: #F5F5DC;
  color: #F3E5AB;
  color: #EDDA74;
}

.email-hover {
  display: none;
}

a:hover + .email-hover {
  display: block;
  visibility: visible;
  text-align: right;
  font-size: 14px;
  padding: 5px;
  border: none;
  position: relative;
  margin-top: 20px;
}

.fa-download {
  color: #4E9258 ;
}

/* for the first two elements, pic & name*/
.transparentbox > ul aa {
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  border: none;
  vertical-align: middle;
}

/* for the social media links*/
.transparentbox > ul a {
  margin-left: 10px;
  margin-top: 5px;
  display: inline-block;
  border: none;
  vertical-align: middle;
}



.non-fade {
  position: relative;
  z-index: 99;
}


.author-info {
	padding: 10px;
}

.author-name {
	font-family: 'Fredoka One';
	/*border-style: dashed;*/
	padding: 5px;
}

img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
/* time it takes transform*/
figure > img {
	transition: transform 0.25s ease;
}
/* for the enlargement when on click-hold ... */
figure > img:active {
  -webkit-transform:scale(1.50);
  transform:scale(1.50);
}

.main-body {
  position: relative;
  font-family: 'Belgrano';
  font-size: 12px;
  padding: 5px;
  padding-top: 2px;
  text-align: left;
  margin: 10%;
  margin-top: 1%;
}


/********** Small devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
  /* Home Page */
  .author-name {
    font-family: 'Fredoka One';
    /*border-style: dashed;*/
    padding: 5px;
    font-size: 12px;
  }
  /* End Home Page */
}


/********** Extra small devices only **********/
@media (max-width: 767px) {
  .author-name {
    font-family: 'Fredoka One';
    /*border-style: dashed;*/
    padding: 5px;
    font-size: 12px;
  }

