
/**
 ** Constantinos Kalisperas
 ** Architectural Studio
 ** Designed by sfika.com
 ** 2016
 **
*/

@charset "utf-8";
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),  url('AvenirLTStd-Light.otf')  format('opentype'),
	     url('AvenirLTStd-Light.woff') format('woff'), url('AvenirLTStd-Light.ttf')  format('truetype'), url('AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

html { height: 100%; }
body { line-height: 1; font-family: 'AvenirLTStd-Light' !important; min-height: 100%; overflow: hidden;}

#stage {position: absolute; margin: 0; padding: 0; width: 100%; height: 100%;}

#info {position: absolute; top: 20px; right: 30px; text-align: right; z-index: 9999;}
#info h1 {font-size: 32px; line-height: 32px; border-bottom: 1px solid #bbb; padding-bottom: 4px;}

#links {position: relative; float: right; list-style: none; margin-top: 7px;}
#links li {float: left;}
#links li a {font-size: 15px; color: #e6c9a1; text-decoration: none; display: block;}
#links li .arch {padding: 3px 10px;}
#links li .desi {padding: 3px 0 3px 10px; border-left: 1px solid #bbb;}

.back {position: absolute; bottom: 0; margin: 0; padding: 0; font-size: 0; line-height: 0;}
.back img {
	background-repeat: no-repeat; background-position: bottom center; background-attachment: fixed;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;background-size: cover;
	width: 100%; height: 100%;
}