/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
ol, ul {
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
    font-family: 'main';
    src: url('fonts/universlt-light-webfont.eot');
    src: url('fonts/universlt-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/universlt-light-webfont.woff') format('woff'),
         url('fonts/universlt-light-webfont.ttf') format('truetype'),
         url('fonts/universlt-light-webfont.svg#univers_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
    width:100%;
    min-height: 100%;
    background-color: #fff;
    color: #000;
}

body {
	font-family: main, arial, helvetica, sans-serif;
	font-size: 62.5%;
    text-align: center;
}

h1{
    font-size: 6.5em;
    line-height: 0.5em;
    margin-top: 80px;
}

h1 span{
    font-size: 0.5em;
}

nav{
    margin-top: 40px;
}

nav li{
    margin:15px;
}

.divider{
    width:130px;
    margin: 40px auto;
    border-bottom: 2px solid #000;
}

li{
    -webkit-text-size-adjust: 100%;
    font-size: 1.8em;
    display: inline;
}

section{
    max-width: 1050px;
    margin: auto;
    padding:0 30px;
}

p{
    font-size: 4.5em;
    line-height: 1.16em;
    text-transform: uppercase;
}


a{
    text-decoration: none;
    color: #000;
}

p a{
    text-decoration: underline;
}

footer{
    display: table;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer ul{
    display:table-row;
    width: 100%;
}

footer li{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 33%;
    padding: 60px 0 20px 30px;
}

.left{
    min-width: 345px;
}

.mid{
    min-width: 320px;
}

.right{
    min-width: 226px;
}

img{
    margin-right: 30px;
}

@media screen and (max-width: 1024px) {
    
    h1{
        font-size: 5em;
    }
    p{
        font-size: 3.2em;
    }
}    

@media screen and (max-width: 890px) {
    
    h1{
        margin-top: 60px;
    }
    
    footer{
        display:block;
    }

    footer ul{
        display:block;
        padding-top:40px;
    }

    footer li{
        display:block;
        padding-top: 5px;
        width: 100%;
    }
    
    .left, .mid, .right{
        min-width: 0;
    }
}

@media screen and (max-width: 600px) {
    
    h1{
        font-size: 4.5em;
    }
    
    li{
        font-size: 1.5em;
    }
    
    p{
        font-size: 2em;
    }
}

@media screen and (max-width: 479px) {
    
    h1{
        font-size: 3.5em;
    }
}

@media screen and (max-width: 320px) {
    
    h1{
        font-size: 3em;
    }
    
    li{
        display:block;   
    }
}