/* Reset */
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;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@import url(http://fonts.lug.ustc.edu.cn/css?family=Raleway:400,300,800|Lora:400italic|Playfair+Display:700);
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'codropsicons';
src:url('../fonts/codropsicons/codropsicons.eot');
src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/codropsicons/codropsicons.woff') format('woff'),
url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}
/* custom */
body {
color:#727272;
font-family: 'Raleway', Arial, sans-serif;
font-size:14px;
line-height:24px;
text-align: center;
}
h1,h2,h3,h4,h5,h6 {
font-weight:400;
color:#666;
}
h1,h2,h3 {
margin:0 0 25px;
text-transform:uppercase;
letter-spacing: 15px;
}
/* The paralax class is realy all you need */
.paralax {
background:url(http://media.tumblr.com/65fb9606a26f32474135a1679d6cafa2/tumblr_msxb7lRGia1sc50pho1_r1_500.gif) 50% 0 no-repeat fixed;
margin:0 auto;
padding:50px 0;
background-position:center center;
background-size:cover;
}
.main {
width: 100%;
}
.container {
width: 75%;
margin: 0px auto;
}
a {
text-decoration:none; color:grey; text-transform:uppercase; letter-spacing: 15px;
}