body {
	position: relative;
}

*, *:before, *:after{
	
	box-sizing : border-box;
	
}

.clearfix:after{
	
	content: "";
	display: table;
	clear:both;
}

.profile.clearfix{
	
	background-color: rgba(0,0,0,0.8);		
	margin:0 auto;
	color: white;	
}

.work.experience{
	
	background-color: #f6f7fc;
}

.skills {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/back6.jpg) no-repeat fixed 50%;
  background-size: cover;  
  text-align: center;
  font-size: 20px;
  color: white;
}

.projects{
	
	background-color: #f6f7fc;
}

.education{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/back6.jpg) no-repeat fixed 50%;
  background-size: cover;
  text-align: center;
  font-size: 20px;
  color: white;
}

.contact.clearfix{
	
	background-color:#101010;
	color:white;
	
}

header{	
	text-align:center;
	padding:240px 0;	
}

body{
	
	font-family: 'Crete Round', serif;
	line-height:1.5;	
}

.first{
	
	background: url("../images/back.jpg") no-repeat fixed 50%;	
	background-size: cover;
	z-index:-10;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	
		    	
}

	
body.iphone .first{
	
	background: url("../images/back.jpg") no-repeat scroll 50%;	
	background-size: cover;
	z-index:-10;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;	
		    	
}


h1, h2, h3 {
	
	font-weight:500;
	margin:0;
}

h2,h3{
	
	font-family: 'Calistoga', cursive;;
	text-transform:uppercase;
}

h1{
	
	font-family: 'Pattaya', sans-serif;;
	font-size: 80px;
	color:#0f2024;
}
header h2{
	font-size: 40px;
	color:#0f2024
}

h2{
	font-size: 30px;
}

h2{
	font-size: 25px;
}

.wrapper{
	
	max-width:1000;
	width:80%;
	margin:0 auto;
	padding:60px 0;
}

.profile.clearfix img{
	
	float:left;
	width:20%;
	margin-bottom:5%;
	margin-right:3%;
	border:1px solid white;
	border-radius:50%;
	padding:1%;	
}

.summary{
	
	float:right;
	width:75%;
	text-align:justify;
	font-size:23px;
	margin-top:5%;	
}

.item{
	
	border-bottom:1px solid #ccc;
}

.item:last-child{
	
	border-bottom:none;
	
}

a{
	color:#4e8d92;
}



.skill.list .columns{
	width:25%;
	float:left;	
}

.skill.list ul,
.skills-Circle ul{
   list-style-type: none;
   padding:0;	
}

.skills-Circle ul li{
	
	height:150px;
	width:150px;
	line-height:150px;
	display:inline-table;
	padding:0 10px;
	border:2px solid #16a085;
	border-radius:50%;
	background:	#1a1a1a;
    animation-name:social;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-delay: 2s;	
}

.social{
	
	float:right;
	width:30%;
	font-size:50px;	
}

.social a {
  margin: 0 3px;
}

.social a:hover{
	color:white;
}

footer {  
  font-size: 12px;
  margin-top: 30px;
}

@keyframes social {
  0%   {transform:rotate(0deg); opacity:0;}
  15%  {transform:rotate(25deg); opacity:1;}
  30%  {transform:rotate(50deg); opacity:0;}
  45%  {transform:rotate(75deg); opacity:1;}
  60%  {transform:rotate(50deg); opacity:1;}
  75%  {transform:rotate(25deg); opacity:1;}
  100% {transform:rotate(0deg); opacity:1;}
}

.work.experience .details{
	float:left;
	width:30%;
	padding-right:30px;
}

.work.experience .description{
	
	float:right;
	width:70%;	
}

.item.clearfix img{	

	float:left;
	width:45%;
    margin:.5%;	
	padding-right:35px;
	padding-bottom:10px;
	padding-top:10px;
}

.item.clearfix .des{
	padding-top:10px;
	float:right;
	width:50%;
	
}









 
 
