@charset "utf-8";

@font-face {
	font-family: "Gotham Rounded";
	src: url("../fonts/GothamRnd-Book.otf");
	font-weight: normal;
}

html, body, #comp1, #comp2 {
	height: 100%;
}

body {
	background: url(../img/bg.png) top center repeat;
	padding: 0;
	margin: 0;
	font: .625em Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
}

html, body, #comp1, #comp2, #comp3 {
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 100%; /* 650px; */
	min-width: 900px;
}

#comp1 { background: url(../img/bg_gradient.png) top center repeat-x; }
#comp2 { background: url(../img/contentbg_top.png) top center no-repeat; }
#comp3 { background: url(../img/contentbg_bottom.png) bottom center no-repeat; }

#comp4 {
	margin: 0 auto;
	padding: 110px 0 80px 0;
	width: 760px;
	min-width: 760px;
}

strong, .strong { font-weight: bold; }
em { font-style: italic; }
.clearboth { clear: both; }
.nodisplay { display: none; }
a { color: #572100; text-decoration: underline; -webkit-transition: color .3s ease-out; }
a:hover { color: #91000e; }

p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: .75em;
}

.fotogaleria {
	font-size: 1.2em;
	line-height: 1.4em;
	min-height: 450px;
}

#content {
	margin: 0 auto;
	padding: 0 38px;
	width: 684px;
	min-width: 684px;
	background: #fff;
}

.nikin_logo, .fotogal_logo {
	text-align: center;
}

.fotogal_logo {
	padding-bottom: 2em;
}

p.body {
	font-size: 1.5em;
	line-height: 1.55em;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #af9486;
}

.img-text, .text-img {
	padding: 40px 0 0 0;
	clear: both;
}

.left {
	float: left;
	padding-right: 19px;
}

.right {
	float: right;
}

.img-text .left, .text-img .right {
	width: 323px;
}

.img-text .right, .text-img .left {
	width: 342px;
}

h2 {
	font-size: 3em;
	font-family: "Gotham Rounded", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -.05em;
	color: #571f00;
	margin: .3em 0 .2em -.075em;
}


#footer {
	display: block;
	clear: both;
	width: 100%;
	padding-top: 20px;
	text-align: right;
}

#footer img {
	margin-right: 5px;
}

p#back_from_gallery {
	clear: both;
	padding-top: 1.5em;
	margin-bottom: -1.5em;
}

