@charset "UTF-8";

/* See http://bit.ly/1eMgki5 for advice regarding REM units */


/* Typography */

html {font-size:62.5% !important;}

body {
    font-family:"maison_neue","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style:normal;
    font-size:1.0rem;
    line-height:1.8rem;
    letter-spacing:3px;
    text-transform:uppercase;
    color:rgb(250,250,250);
    -webkit-transform:translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    -webkit-perspective:1000;
}

strong, b {font-weight:400;}


/* Paragraph */

p {
    font-family:"maison_neue","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:1.0rem;
    line-height:1.8rem;
    color:rgb(255,255,255);
    max-width:520px;
}


/* Header */

h1 {
    font-family:"genath_light",serif;
    font-style:normal;
    font-weight:normal;
    font-size:10.1rem;
    line-height:11.6rem;
    letter-spacing:0;
    text-transform:none;
    color:rgb(216,209,186);
}


/* Links */

a {
    position:relative;
    display:inline-block;
    text-decoration:none;
    color:rgb(230,230,230);
    -webkit-transition:color 0.2s ease-in-out;
    	    transition:color 0.2s ease-in-out;
}
.no-touchevents a:hover {color:rgb(255,255,255);}

a.line::after {
    position:absolute;
    left:0; bottom:-6px;
    background:rgb(68,131,193);
    width:100%;
    height:1px;
    content:'';
    -webkit-transition:background-color 0.2s ease-in-out;
    	    transition:background-color 0.2s ease-in-out;
    pointer-events:none;
}
.no-touchevents a.line:hover::after {background:rgb(94,166,236);}




/* Responsive */


@media screen and (-webkit-max-device-pixel-ratio:1), (max--moz-device-pixel-ratio: 1), (max-device-pixel-ratio: 1) { /* Non-Retina Screens */
    
    
    /* Typography */
    
    body {-webkit-font-smoothing:antialiased;}
    
    
}