@charset "UTF-8";
/* CSS Document */

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    /* overflow-x: hidden; */
}
img {
    height: auto;
    image-rendering: optimizequality;
    max-width: 100%;
}
html { 
    /*background: url(../imgs/obb.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.backstretch {
    background-color: rgba(95, 96, 97, 0.4);
    background-image: url("../imgs/overlay.png");
    background-repeat: repeat;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.container {
    width: 100%;
    margin:0 auto 0;
    /*max-width:1140px;*/
}
#big {
    color: #999;
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 200px;
    font-weight: 700;
    letter-spacing: -5px;
    margin: 0;
    padding: 10px 0 0 12px;
    text-align: left;
    text-transform: uppercase;
}

a:hover {
    color: rgba(0,0,0,.7);
    text-decoration: none;
}
h1 {
    display: inline;
    position: relative;
    z-index: 2;
}
h1:hover {
    z-index: 4;
}
.tooltip {
    color:#fff;
    position: relative;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
    text-decoration: none;
}
.tooltip span {
    display:none;
}
.tooltip:hover span {
    display:block;
    position:fixed;
    /*overflow:hidden;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    width: 400px;
    z-index: 3;
}
.email {
    color: rgba(0,0,0,.35);
    text-decoration: none;
    z-index: 2;
    position: relative;
}

/* Media */
/* Extra small devices (phones, less than 768px) */
@media (max-width:767px) {
    #big {
    letter-spacing: -1px;
    }

}