@font-face {
  font-family: 'Ogg Roman';
  src: url('../fonts/Ogg-Roman.eot');
  src: url('../fonts/Ogg-Roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Ogg-Roman.woff') format('woff'),
       url('../fonts/Ogg-Roman.svg#c2754d74d1f0732e1df48c4a6f0f55d9') format('svg');
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Ogg Italic';
  src: url('../fonts/Ogg-Italic.eot');
  src: url('../fonts/Ogg-Italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Ogg-Italic.woff') format('woff'),
       url('../fonts/Ogg-Italic.svg#98c2653d9fec4969486c7ab38e72a783') format('svg');
       
  font-style:   italic;
  font-weight:  400;
}

@font-face {
  font-family: 'agipolightitalic';
  src: url('../fonts/agipolightitalicwoff.eot'); /* IE9 Compat Modes */
  src: url('../fonts/agipolightitalicwoff.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/agipolightitalicwoff.woff') format('woff'), /* Modern Browsers */
       url('../fonts/agipolightitalicwoff.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/agipolightitalicwoff.svg#f476a5b27567eae2273afe2db156c65e') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  200;
}

@font-face {
  font-family: 'agiporegular';
  src: url('../fonts/agiporegularwoff.eot'); /* IE9 Compat Modes */
  src: url('../fonts/agiporegularwoff.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/agiporegularwoff.woff') format('woff'), /* Modern Browsers */
       url('../fonts/agiporegularwoff.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/agiporegularwoff.svg#c76cfd5f541cdd4cb0d3e6edf91a84b2') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}


* {
	text-decoration: none;
	font-family: 'agiporegular', Times New Roman, serif;
	color: #fff;
	font-weight: normal;
	box-sizing: border-box;
}

body,html {	
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #000;
}

body.detail {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
}

h2 {
	font-size: 2.6em;
	line-height: 1.3em;
	text-align: center;
}

#about-page {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 6;
}

#about-page h1,
#about-page a {
	color: #000 !important;
}

.about-statement {
	text-transform: uppercase;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	-webkit-transform: translateY(18%);
	-moz-transform: translateY(18%);
	-o-transform: translateY(18%);
	transform: translateY(18%);
	left: 0;
	right: 0;
}

.about-statement h1 {
	font-size: 4em;
	line-height: 1.25em;
	letter-spacing: .055em;
}

.underline {
	display: inline-block;
	border-bottom: 5px solid #000;
	color: #000;
	line-height: .97em;
}

.header {
	margin: 50px;
	text-transform: uppercase;
	letter-spacing: .25em;
	position: fixed;
	margin: 0 auto;
	z-index: 5;
	left: 0%;
	right: 0%;
}

.logo {
	text-align: center;
	padding: 20px;
}

.logo2 {
	margin: 50px;
	text-transform: uppercase;
	letter-spacing: .25em;
	position: fixed;
	margin: 0 auto;
	z-index: 5;
	left: 0%;
	right: 0%;
}


.about {
	right: 0;
	top: 0;
	position: fixed;
	padding: 50px;
}

.italic {
	font-family: 'Ogg Italic', Times New Roman, serif;
	font-style: italic;
}

.grid-contanier {
	padding-top: 130px;
 	width: 100%;
    margin: 0 auto;
}

.grid {
}

.item {
	display: inline-block;
	width: 20%;
	position: relative;
	vertical-align: top;
}

.item-w2 {
	display: inline-block;
	width: 40%;
	position: relative;
	vertical-align: top;
}

.item-w3 {
	display: inline-block;
	width: 90%;
	position: relative;
	vertical-align: top;
}

.item,
.item-w2,
.item-w3  {
	margin: 2%;
}

.item img,
.item-w2 img,
.item-w3 img {
	width: 100%;
}

.tattoo {
	position: relative;
	z-index: 3;
	top:0;
	left:0;
	background-color: black;
}

.tattoo:hover {
	background-color: transparent;
}

.photo:hover {
	z-index: 4;
}

.button {
}

.photo {
	display:block;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
}

.center-container {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
}

.center-container img {
	max-width: 100%;
	width: 52%;
	margin: 0 auto;
	padding: 3%;
	max-width:1500px;
	position: absolute;
	top: 47%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.info {
	bottom: 0;
	position: absolute;
	left: 0%;
	right: 0%;
	margin: 30px 30px 0 30px;
}

.info h2 {
	background-color: transparent;
}

.info h2 a {
	border-bottom: 2px solid #fff;
}

.info h2 a:hover {
	border-bottom: 0px solid #fff;
}

.hover:hover:before {
    content:'';
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/freestylescientist_riffraff.gif) no-repeat center;
    background-size: cover;
}


form {/* Just to center the form on the page */
	margin: 0 auto;
	width: 800px;
	padding: 1em;
}

label {
	display: inline-block;
	width: 90px;
	text-align: right;
}

input {
	width: 800px;
	border: 1px solid #fff;
	padding: 3em;
	background: transparent;
}

input, textarea {
    /* To make sure that all text fields have the same font settings
       By default, textareas have a monospace font */
    font: 2.5em sans-serif;
    text-align: left;
    color: #fff;
    width: 800px;
	border: 1px solid #fff;
	padding: 1em;
	margin: 20px;
	background: transparent;

    /* To harmonize the look & feel of text field border */
    border: 1px solid #fff;
}

input:focus, textarea:focus {
    /* To give a little highlight on active elements */
    border-color: #fff;

}
textarea {
    /* To properly align multiline text fields with their labels */
    vertical-align: top;

    /* To give enough room to type some text */
    height: 5em;
}

.button {
	padding-left: 20px;
}

button {
	margin-left: .5em;
	width: 120px;
	height: 120px;
	text-align: center;
	font-size: 2.5em;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;

}


@media only screen and (max-width : 772px){
	.center-container img {
		width: 80%;
	}
}

@media only screen and (max-width : 630px) {
	h2 {
		font-size: 1.6em;
		line-height: 1.3em;
	}
}