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

::selection {
	color: rgba(255,255,255,.1);
	background: transparent;
	text-shadow: 0 0 8px #daa520;
}

*,:after,:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html, body {
	margin: 0;
	padding: 0;
	line-height: 24px;
	background: #0b1921;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
  font-size: 19px;
}

a {
	color: #fff;
	text-decoration: none;
	transition: .2s;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	font-size: 35px;
	padding: 0;
	margin: 0;
}

h1 {
  font-size: 24px;
  line-height: 40px;
  color: #daa520;
}

h2 {
	font-size: 18px;
	margin: 4px 0 30px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: .9px
}

h3 {
	font-size: 0px;
	text-indent: -9999999px;
	color: transparent;
	position: absolute;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 15px;
}

ul, li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0;
	padding: 0;
	display: block;
}

.wrapper, #line {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-position: left;
}

.wrapper {
	box-shadow: inset 0 0 150px rgba(0,0,0,.5);
	background-image: url( '../images/myphoto.jpg' );
	background-size: cover;
	background-repeat: repeat-x;
}

#line {
	background-image: url( '../images/lines.png' );
	background-size: 1px 4px;
	background-repeat: repeat;
	z-index: 1;
}

.head {
	position: absolute;
	top: 20px;
	left: 0;
  right: 0;
  text-align: right;
	z-index: 6;
	letter-spacing: 8px;
}

.head ul {
	text-align: center;
	overflow: visible;
}

.head ul li {
	float: none;
	display: inline-block;
	color: #FFF;
	background: none;
	transition: .15s ease;
}

.head ul li:hover a {
	color: #3498db;
}

.content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.container {
  width: 45%;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
}

.page {
}

.nav {
  overflow: hidden;
}

.nav a {
  display: block;
  float: left;
  font-size: 14px;
  padding: 2px 18px;
  border-radius: 30px;
  color: #daa520;
  border: 1px solid #daa520;
  margin: 0 10px 10px 0;
}

.nav a:hover, .nav a.active {
  color: #FFF;
  background: #daa520;
}

.page-content section {
  display: none;
}

.page-content section.show {
  display: block;
}

.skills p {
	font-size: 13px;
	padding: 14px 0 10px 0px;
}

.skills strong {
	color: rgba(255, 255, 255, 0.5);
}

.experiences, .projects {
  max-width: 540px;
	padding-top: 15px;
}

.experiences ul, .projects ul {
	padding: 14px 0 0 20px;
}

.experiences li, .projects li {
	position: relative;
	margin-bottom: 14px;
	font-size: 14px;
}

.experiences strong, .projects strong {
	position: absolute;
	right: 0;
}

.experiences p, .projects p {
	padding-left: 24px;
	color: rgba(255, 255, 255, 0.5);
}

.projects a {
  color: #a76f19;
}

.projects .socicon {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 3px;
}

.circle-char {
	display: inline-flex;
	align-items: center;
	justify-content: center;
  vertical-align: middle;
	width: 1em;
	height: 1em;
	padding: 1px;
	margin-right: 5px;
	border: 1.5px solid;
	border-radius: 50%;
	font-weight: bold;
}

.socicon {
	font-size: 18px;
	text-align: center;
	font-family: "socicon" !important;
}

.socicon-android:before {
  content: "\e006";
}
.socicon-internet:before {
  content: "\e957";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-github:before {
  content: "\e032";
}
.socicon-linkedin:before {
  content: "\e04c";
}
.socicon-googleplus:before {
  content: "\e038";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-skype:before {
  content: "\e073";
}
.socicon-telegram:before {
  content: "\e087";
}
.socicon-twitter:before {
	content: "\e08d";
}
.socicon-youtube:before {
	content: "\e0a5";
}


/* iPhone */
@media screen and (max-width: 400px) {
  .wrapper {
    background-position: -280px;
  }
  .container {
    width: 100%;
    padding: 20px;
    background: rgba(0,0,0,.3);
    margin-top: auto;
    line-height: 20px;
  }
  h1 { font-size: 18px; }
  h2 { font-size: 15px; }
  .nav a { line-height: 30px; }
  .experiences strong {
    font-size: 10px;
  }
  .socicon {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .wrapper {
    background-position: 24%;
  }
  .container {
    width: 100%;
    padding: 20px;
    background: rgba(0,0,0,.3);
    margin-top: auto;
    line-height: 20px;
  }
  h1 { font-size: 18px; }
  h2 { font-size: 15px; }
  .nav a { line-height: 30px; }
  .experiences strong {
    font-size: 10px;
  }
  .socicon {
    font-size: 22px;
  }
}

/* Iphone landscape */
@media only screen and (min-width: 640px) and (max-width: 800px) {}

/* iPad */
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .wrapper {
    background-position: -70px;
  }
  .container {
  }
}

/* iPad */
@media only screen and (min-width: 640px) and (max-height: 460px) {
  .wrapper {
    background-position: 0px;
  }
  .container {
  }
  .nav {
    display: none;
  }
}

/* FHD */
@media only screen and (min-width: 1300px) {

}
