body {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    float: left;
    width: 100%;
}

img {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
}


/*
 * Load Fonts
 *
 */

@font-face {
    font-family: 'Poppins-Light';
    src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins-Light.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('truetype'), url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('truetype'), url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('truetype'), url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-SemiBold.woff') format('woff'), url('fonts/Poppins-SemiBold.ttf') format('truetype'), url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.img-holder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 44%;
    background-size: cover;
    background-position: center top;
    /*background-image:url(../images/sesay-umar.jpg); */
}
.tilt,
.img-holder {
	background:#efefef;
}
section.img-holder:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.2);
}

.wrapper {
    float: right;
    width: 56%;
    height: 100vh;
    position: relative;
}

.portfolio-wrap {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 20;
}

span.error-close:before {
    content: 'close';
    color: #fff;
    position: absolute;
    left: -45px;
    top: 5px;
}

.scroll-up {
	display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #333;
    position: absolute;
    bottom: 50px;
    right: 30px;
    font-family: 'FontAwesome';
    font-size: 20px;
    z-index: 50;
    cursor: pointer;
    display: none;
}

.scroll-up:after {
	content: "\f106";
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
}
.error-close {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/error.png) no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 50;
    right: 30px;
    top: 50px;
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    transition: all 0.35s linear;
    display: none;
}

.error-close:hover {
    background: url(../images/error-close.png) no-repeat;
}

.portfolio-wrap li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.portfolio-wrap li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    opacity: 0;
}

.portfolio-wrap li a span {
    position: absolute;
    top: 50px;
    left: 30px;
    display: block;
    font-family: 'Poppins Medium';
    z-index: 10;
    opacity: 0;
    color: #fff;
}

.portfolio-wrap li a:hover span {
    opacity: 1;
}

.portfolio-wrap li a:hover:after {
    opacity: 1;
}

.geek-profile {
    height: 100%;
    width: 100%;
    display: table;
}

.geek-profile .intro-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    font-size: 68px;
    font-weight: 700;
}

.geek-profile .intro-text small {
    font-size: 16px;
    margin-top: 5px;
    color: #808080;
    margin-bottom: 30px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.geek-profile .intro-text small i {
    color: #e74c3c;
}

.geek-profile .intro-text a {
    display: inline-block;
    padding: 12px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border: solid 2px #202020;
    color: #202020;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.social-feeds {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    text-align: right;
}

.social-feeds a {
    font-size: 22px;
    color: #202020;
    text-align: right;
    display: inline-block;
    padding: 0 10px;
}

.social-feeds a:last-child {
    padding-right: 30px;
}

.hire-me a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 16px;
    color: #202020;
    text-decoration: none;
    display: inline-block;
    float: left;
    padding-left: 30px;
    line-height: 35px;
}

.hire-me a:after{
	content: 'mail@umarsesay.com';
    display: block;
    left: 0;
    position: absolute;
    margin-top: -28px;
    top: 0;
    font-size: 11px;
    left: 30px;
    text-transform: uppercase;
    display: none;
    color: #e74c3c;
}

.hire-me a:hover:after {
	display: block;
}


.social-feeds a:hover {
    color: #333;
    animation: pulse 1s ease;
}

.geek-profile .intro-text a:hover {
    background: #202020;
    color: #FFF;
}


/*
 * Res Design
 *
 */

@media all and (max-width: 960px) {
    .wrapper,
    .img-holder {
        width: 50%;
    }
}

@media all and (max-width: 860px) {
    .wrapper {
        width: 60%;
    }
    .img-holder {
        width: 40%;
    }
}

@media all and (max-width: 750px) {
    .geek-profile .intro-text {
        font-size: 50px;
    }
    .geek-profile .intro-text small {
        font-size: 12px;
    }
}

@media all and (max-width: 640px) {
    .img-holder {
        display: block;
        position: relative;
        left: auto;
        width: 100%;
        top: auto;
        right: auto;
        height: 100vh;
    }
    .wrapper {
        position: absolute;
        top: 0;
        height: 100%;
        width:100%;
    }
    .geek-profile .intro-text,
    .geek-profile .intro-text small,
    .hire-me a,
    .social-feeds a {
    	color: #fff;
    }
    .geek-profile .intro-text a {
    	border-color: #fff;
    	color: #fff;
    }
    .geek-profile .intro-text a:hover {
    	background-color:#202020;
    	color: #fff;
    }

}
