.name{
	
	font-size:18px;
	color:black;
	top: 20px;
	left: 25px;
	position: fixed;
	letter-spacing: 1px;
	font-family:  'Work Sans', sans-serif;
	font-weight: 600;

}

.about{

	font-size:18px;
	color:black;
	font-family:  'Work Sans', sans-serif;
	width: 39%;
	top: 20px;
	left: 30px;
	/*top: 45px;*/
	position: fixed;
	line-height: 33px;
}

.social{

	font-size:18px;
	color: black;
	font-family:  'Work Sans', sans-serif;
	width: 40%;
	margin-left: 55px;
	bottom: 25px;
	position: fixed;
	line-height: 37px;
}

a{
	text-decoration: none;
	color: black;
	/*background-image: url('pointer.png'), auto;*/
	/*background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;*/
	/*cursor: url('http://www.sapirmashiach.com/pointer.png'), auto;*/
}


.split{

	position: fixed;
	margin: 0 auto;
	left: 50%;
	top: 0;
	border: 0.7px solid black;
	height: 100%;

}

.second{

	font-size:18px;
	color:black;
	font-family:  'Work Sans', sans-serif;
	width: 40%;
	left: 52.3%;
	top: -5px;
	position: absolute;
	line-height: 33px;

}

.title{

	font-weight:bold;

}

sup{

	font-size: 18px;
	/*vertical-align: middle;*/
}

.doc{

	border-bottom: 1.4px solid black;
    padding-bottom: 1px;

}


span{

	font-weight: 500;
}

@media screen and (max-width: 1280px) {

    .name{
    	
    	font-size:18px;
    }
    
    .about{
    
    	font-size:18px;
    	line-height: 30px;
    	width: 41%;
    }
    
    .social{
    
    	font-size:18px;
    	bottom: 25px;
    	line-height: 34px;
    }
    
    .second{
    
    	font-size:18px;
    	line-height: 31px;
    	width: 44%;
    
    }
}

@media screen and (max-device-width: 375px) {

    .split{
        
    	display: none;
    }
    
    .name{
        
    	font-size:32;
    	position: absolute;
    	margin-bottom: 20px;
    	
    }

    .about{
    	font-size:18px;
    	line-height: 40px;
    	width: 78%;
    	position: absolute;
    	
    }

    .social{
    
    	font-size:18px;
    	top: 710px;
    	width: 60%;
    	line-height: 38px;
    	margin-top:15%;
    	position: absolute;
    }

    .second{
    
    	font-size:18px;
    	line-height: 40px;
    	width: 78%;
    	top: 1050px;
    	left: 30px;
    }

}  