@charset "utf-8";
/* CSS Document */
	@font-face {
      font-family: "KT-Beta1";
      src: url("../fonts/KT-Beta1-Regular.otf");
    }

h1, h2, h3, h4 {
    font-family: "KT-Beta1", serif;
    font-variant: small-caps;
    font-weight: 100;
    letter-spacing: -5px;
}

p,li {
    font-size: 16px;
    line-height: 22px;
}

h2 {
    font-size: 46px;
    margin: 25px auto 25px auto;
}

h3 {
    display: inline-block;
    font-size: 42px;
    margin: 30px auto 20px auto;
}
.nav {
    margin-left: 30px;
}
.ptitle h2 {
    font-size: 36px;
    color: #bdcabf;
}

#site-name {
	font-size: 62px;
}

#site-name a {
	text-decoration: none;
	color: #212;
}

body {
	font-family: georgia;
    background-image: url('/images/bg-paris-windows.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0, right bottom;
    background-attachment: fixed;
}
a {
	color: #ff9000;
}
a:hover {
	color: #ff2000;
}

header {
	padding-top: 60px;
    position: relative;
    z-index: 200;
    padding-top: 40px;
    -webkit-box-shadow: 1px -10px 15px rgba(0, 0, 0, .2);
            box-shadow: 1px -10px 15px rgba(0, 0, 0, .2);
}
header .container {
	padding-bottom: 40px;
}

#parallax-universe {
	width: 100%;
	height: 160px;
	overflow: hidden;
	display: block;
}

#parallax-universe img {
	width: 100%;
	min-width: 1280px !important;
	margin: -5% auto 0 auto;
	height: auto;
	min-height: 160px !important;
	position: relative;
}

#content {
    min-height: 300px;
}

.sidebar {
	margin-top: 20px;
}

.footer {
	margin-top: 60px;
}
.footer p {
	text-align: center;
}

.nav .active {
	font-weight: bold;
}

/* 
 * CSS Speedh Bubbles
 * (thx http://nicolasgallagher.com/pure-css-speech-bubbles/)
 */
.tri {
display: inline-block;
position: relative;
padding: 8px;
margin: 8px 0;
color: #000;
min-width: 200px;
background: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.tri.left {
margin-left: 50px;
background: #ffcf91;
}
.tri.left:after {
top: 10px;
left: -50px;
bottom: auto;
border-width: 10px 50px 10px 0;
border-color: transparent #ffcf91;
}
.tri:after {
content: "";
position: absolute;
bottom: -15px;
left: 50px;
border-width: 15px 15px 0;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
}
.tri.right {
margin-right: 50px;
background: #d3efff;
float: right;
}
.tri.right:after {
top: 10px;
right: -50px;
bottom: auto;
left: auto;
border-width: 10px 0 10px 50px;
border-color: transparent #d3efff;
}

.page img {
    margin: 10px auto;
}



/* Portrait tablet to landscape and desktop, large deskstop */
@media (min-width: 768px){ 
    .nav, .ptitle {
            position: fixed;
    }
 }

@media screen and (max-device-width: 480px) {
    body {
        background: #fff;
    }
    #parallax-universe {
        display: none;
    }
}