@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

body {
  border-top: 5px solid #000;
  -webkit-box-shadow: inset 1px 1px 0 0 #fff;
  box-shadow: inset 1px 1px 0 0 #fff;
  font-family: 'PT Sans Narrow','sans-serif',Arial,Verdana;
  margin: 0;
  padding: 20px;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

a {
  color: #ababab;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

#content {
  position: relative;
  width: 1100px;
  margin: auto;
}

.grey {
  background: #eee;
}

.social-icons a {
  font-size: 1.2em;
  color: #fff;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display:inline-block;
  margin:0 10px 0 10px;
}
.social-icons a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
} 


/******************************************/

.profile {
    text-align: center;
    background: #333;
    color: #FFF;
    z-index: 1;
    overflow-x: hidden;
}
.profile img {
  max-width: 100%;
  opacity: 1;
}
h1.title {
  margin: 0px 0px 5px;
  color: #fff;
  text-transform: none;
  font-size: 45px;
  font-family: 'PT Sans Narrow','sans-serif',Arial,Verdana;
  line-height: 60px;
  padding-top: 17px;
  margin-bottom: 25px;
  font-weight: 800;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2), 6px 6px rgba(0, 0, 0, 0.2);
}
h1.hand {
  line-height: 40px;
  font-size: 28px;
  font-family: 'Nothing You Could Do', 'PT Sans Narrow','sans-serif',Arial,Verdana;
  width: 100%;
}

h2.subtitle {
  font-size: 15px;
  font-family: 'PT Sans Narrow','sans-serif',Arial,Verdana;
  border-top: 1px solid #666;
  margin: 0.8em;
  padding: 0.8em;
  letter-spacing: 1px;
  color: #fff;
  font-style: italic;
}
h2.title {
  font-size: 34px;
  line-height: 34px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #666;
}
h3 {
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
h4 {
  font-size: 17px;
  padding-bottom: 12px;
}

.profile p {
  font: 1.5em 'PT Sans Narrow','sans-serif',Arial,Verdana;
  color: #fff;
}

.section {
  padding: 11px 22px 11px 22px;
  font: 1.2em 'PT Sans Narrow','sans-serif',Arial,Verdana;
}

/* Double Diagonal line */

section {
	position: relative;
}

section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}


.ss-style-doublediagonal {
	z-index: 100;
	margin-top: 0em;
	padding-bottom: 2em;
	background: transparent;
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: #333;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
	height: 50%;
	background: #eee;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-transform-origin: 5% 0;
	transform-origin: 5% 0;
}

.skill-list-3 {
    position: relative;
    margin: -0.5em 0 2.5em -0.5em;
    width: 100%;
    height: 16em;
}

.skill-list-3__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #323232;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    word-break: break-all;
    -moz-hyphens: auto;
    transition: box-shadow 0.1s ease 0s;
}
.skill-list-3__circle:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

