a {
  color: #fff;
  text-decoration: none;
}
.me {
  /* width: 400px;
  margin: 90px auto; */

}
.me p,
.me h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.me p {
  font-weight: 200;
}
.me span {
  font-weight: bold;
}
.social {
  /* position: fixed;
  top: 276px;
  right:0px;
  z-index: 1001; */
  float: right;
}
/* .social ul {
  padding: 0px;
  -webkit-transform: translate(90px, 0);
  -moz-transform: translate(90px, 0);
  -ms-transform: translate(90px, 0);
  -o-transform: translate(90px, 0);
  transform: translate(90px, 0);
} */
.social ul li {
  display: inline-block;
  margin:13px 5px 0;
  /* width: 50px; */
  /* text-align: left; */
  /* padding: 10px; */
  /* -webkit-border-radius:30px 0 0px 30px;
  -moz-border-radius: 30px 0px 30px;
  border-radius: 30px 0 0 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  font-weight:bold; */
}
.social ul li img{vertical-align:middle;}
.social ul li:hover {
  /* -webkit-transform: translate(-70px, 0);
  -moz-transform: translate(-70px, 0);
  -ms-transform: translate(-70px, 0);
  -o-transform: translate(-70px, 0);
  transform: translate(-70px, 0);
  background: #dadada; */
}
/* .social ul li:hover a {
  color: #fff;
} */
.social ul li a{
  color: #4267b2;
  display: block;
  font-size: 16px;
}
.social ul li:last-child a{
    color: #ff0000;
}

.social ul li:not(:last-child)::after {
	content: "";
	position: relative;
	top: -19px;
	right: -7px;
	float: right;
	height: 15px;
	border-right: 1px solid #b5b5b5;
}
#left_content, #right_content{
    position: fixed;
    top: 75vh;
    left: 0;
    z-index: 99999;
    transition: 0.5s;
}
#right_content{
    left: auto !important;
    right: 0;
}
