@font-face {
    font-family: 'Proxi';
    src: url(../font/Proxi.woff);
    font-weight: 400;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Proxi';
    font-size: 15px;
}
a, a:visited {
   color:inherit;
}
.block {
    width: 50%;
    height: 100%
}
.block--left {
    text-align: left;
    left: 0;
    color: white;
    position: fixed;
    background-image: url(../img/background.jpg);
    background-size: cover;
}
.main-name {
    font-size: 28px;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    /*For opacity: 
    background: rgba(25, 25, 25, 0.2);*/
    left: 0;
    top: 0;
}
.half-border {
    position: absolute;
    bottom: -10px;
    width: 40%;
    left: 0;
    border: 1px solid white;
}
.block--right .half-border {
    border: 1px solid black;
}
.content {
    margin-bottom: 30px;
}
.content__inner {
    padding-top: 3px;
}
.project:first-child {
    margin-bottom: 30px;
}
.interests {
    overflow: auto;
}
.interest {
    width: 33%;
    float: left;
    max-width: 200px;
    text-align: center;
}
.interest img {
    display: block;
    margin: 0 auto;
}
.interest__level {
    font-size: 13px;
    margin: 10px 0;
    display: inline-block;
}
.meta-title {
    font-size: 17px;
    margin: 10px 0;
    font-style: italic;
    font-weight: bold;
}
.relative {
    position: relative;
}
@media screen and (max-width: 768px) {
    .block--left {
        background-color: #4dfeee;
        width: 100%;
        height: 90vh;
        position: relative;
    }
}
.block--right {
    position: relative;
    left: 50%;
    width: 50%;
    height: 100%;
    background-color: rgba(25, 25, 25, .05);
}
@media screen and (max-width: 768px) {
    .block--right {
        width: 100%;
        height: auto;
        position: static
    }
}
.block__inner {
    padding: 20px 40px;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}
@media screen and (max-width: 768px) {
    .block__inner {
        padding: 1.5625rem
    }
}
/*
@media screen and (max-width: 768px) {
    .mine_img{
        width: 25%;
    }
}*/
.block__title {
    position: relative;
}
.block-content {
    margin: 8% 0% 20%;
}
@media screen and (min-width: 320px) and (max-width: 767px){
  .block-content {
    position: absolute;
    bottom: 15px;
    margin: 0;
  }
}
.block__social {
    position: relative;
    z-index: 20;
}
.block__social a {
    text-decoration: none;
    display: inline-block;
    width: 35px;
}
.block__social__link {
    position: relative;
    overflow: hidden;
    display: inline;
    line-height: 1;
    height: auto;
    padding: .3125rem;
    opacity: 0
}
.icons {
    display: inline;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}
.btn_email {
    display: inline-block;
    color: white;
}
.skills {
    border: 1px solid #d4d4d4;
    padding: 4px 10px;
    border-radius: 15px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.skill:hover{
    background-color: teal;
    color: white;
}
.chip {
    display: inline-block;
    height: 32px;
    color: rgba(0,0,0,0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px
}
.mine_img{
    display: inline-block;
    height: 45%;
    width: 40%;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .7s ease-in-out ;
}

.mine_img:hover{
    -webkit-transform: scale(1.5);
    
    
    transform: scale(1.5);  
}
.chip>img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 30px;
    width: 32px;
    border-radius: 50%;
}

.haha{
    border-radius: 50%;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: 
}
.haha:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);  
}



.connect-icon{text-align: right;}
.connect-icon a{float: left;margin-left: 10px;}
.connect-icon a:hover{opacity: 0.5;transition: all 0.5s ease;}

.connect-icon a.behance{margin-top: -10px;}

.button {
    border: 1px solid #d4d4d4;
    background-color: inherit;
    padding: 4px 10px;
    border-radius: 15px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    left: auto;
}
.button:focus{
  outline: none;
}
.copyright {
  font-size: 15px;
}

.upper, .lower {
  position: static;
  left: 0;
  right: 0;
}

.upper {
  top: 0;
  height: 50%; 
}

.lower {
  bottom: 0;
  height: 50%;    
}