body {
  background-color: #A1A1A1;
  color: #4B4B4B;
  font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*  font-weight: 300; */
/*font-family: ff-meta-web-pro,sans-serif;*/
  font-weight: 300;
  line-height: normal;
  font-size: 15px;
  font-style: normal;
  padding-bottom:40px;
  padding-top:20px;
}

.imagehov {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .3s ease;
  backface-visibility: hidden;
}

.imagehov:hover {
  opacity: 0.5;
}

h1, h2 , h3, h4, h5, p, li {
font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;  
/*font-family: ff-meta-web-pro,sans-serif;*/
font-weight: 300;
font-style: normal;
  color: #4B4B4B;
  margin: 0;
  padding: 0;
}
i {
  margin-right: 3px;
}

/* Change these colors for links */
a {
	color : #003057; /* GT Navy Blue */
}
a:hover {
  color: #B3A369; /* GT Gold */
  /*text-decoration: none;*/
}

/* container */
.container-fluid  {
  max-width: 860px;
  margin: 0 auto;
}
.wrapper {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
     -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.30), 0 0 40px rgba(0, 0, 0, 0.10) inset;
  padding: 50px 40px 19px 40px;
}
.my-info,
.my-message,
.my-skill,
.my-specifics,
.my-venture,
.my-authors,
.my-venture > span
.my-authors > span {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.my-links-cv {
  font-size: 20px;
  line-height: 26px;
}

.contact,
.heading,
#portfolio,
.resume {
  margin: 0 0 50px 0;
}


/* the header portion */
.my-picture {
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  float: left;
  margin: 0 20px 5px 0;
  padding: 4px;
  width: 200px;
}
.my-name {
  color: #4A4A4A;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 700;
}
.my-profession,
.my-services {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;

}

.my-research-proj {
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
}


.my-services {
  margin-top: 34px;
}
.my-services > a {

}

/* resume */
.my-caption {
  border-bottom: 1px dotted #836EAA;
  color: #836EAA;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-top: 15px;
  text-transform: uppercase;
}
.wrapper > .my-caption {
  margin-bottom: 11px;
}
.my-activity {
  font-size: 18px;
  font-weight: 600;
  margin-top: 4px;
}
.my-venture > span {
  float: right;
}
.my-authors {
	margin-bottom: 10px;
}
.my-authors > span {
	float: right;
}
.my-specifics {
  margin-top: 5px;
  margin-bottom: 10px;
}
.my-specifics > span {
	float: right;
}
.my-skill {
  padding-top: 1px;
  font-weight: 400;
}
.my-skill + .my-skill {
  padding-bottom: -1px;
}
.my-skill > span {
  float: right;
  font-size: 12px;
  font-weight: 400;
  margin: 1px 0 0 0;
  padding: 0;
}
.my-caption + .my-activity,
.my-caption + .my-venture,
.my-caption + .my-specifics,
.my-caption + .my-skill,
.my-caption + .my-info {
    margin-top: 5px;
}
.my-caption + .my-skill {
    margin-top: 4px;
}

/* portfolio */
#portfolio {
  margin-bottom: 40px;
}
.portfolio-item {
  display: inline-block;
  margin-bottom: 12px;
  vertical-align: top;
  width: 215px;
}
.portfolio-item > img {
  max-width: 100%;
  margin-bottom: -1px;
}
.portfolio-details {
  border: 1px solid #D1D1D1;
  padding: 12px 12px 10px 12px;
}
.portfolio-details > h4 {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.portfolio-details > p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 5px;
}
.portfolio-details > p + img {
  margin-top: 10px;
  margin-bottom: 5px;
}
.portfolio-details > h4 + img {
  margin-top: 7px;
  margin-bottom: 5px;
}
.portfolio-details > img + h4 {
   margin-top: 10px;
}
.portfolio-details a {
  font-size: 15px;
  font-weight: 400;
}
.portfolio-details i {
  font-size: 15px;
  font-weight: normal;
}
.portfolio-links {
  margin-top: 10px !important;
}

/* contact tab */
#my-location {
  border: 1px solid #D8D8D8;
  height: 200px;
  margin-bottom: 5px;
  width: 100%;
}
#my-location img {
    max-width: none;
}
.my-info {
  height: 20px;
  display: block;
}
.my-info > span {
  float: right;
}


@media (min-width: 768px) and (max-width: 979px) {

  .wrapper {
    padding: 50px 30px 19px 30px;
  }

}

@media (min-width: 768px) and (max-width: 768px) {

  body {
    padding: 0;
  }
  .wrapper {
    padding: 50px 30px 19px 30px;
  }

}

@media (min-width: 569px) and (max-width: 767px) {

  body {
    padding: 0;
  }
  .wrapper {
    padding: 40px 30px 0px 30px;
  }
  .contact,
  .heading,
  #portfolio,
  .resume {
    margin: 0 0 25px 0;
  }

}

@media (min-width: 240px) and (max-width: 568px) {

  body {
    padding: 0;
  }
  .wrapper {
    padding: 25px 20px 0px 20px;
  }
  .contact,
  .heading,
  #portfolio,
  .resume {
    margin: 0 0 25px 0;
  }
  .my-picture {
    width: 90%;
    margin: 0px 10px 0px 0px;
  }

  .my-services {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }


}
