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

/* CSS Document */

/* 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;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
table{border-collapse: collapse; border-spacing: 0;}

/* floaties */
.clearfix:before, .clearfix:after{ content: ""; display: table; }
.clearfix:after{ clear: both; }
.clearfix{zoom: 1;}

*{box-sizing:border-box;}
html, body{height:100%;}
body{font-size:13px; font-family: 'Open Sans', arial, sans-serif; color:#343434; background:#f7f7f7;  -webkit-text-size-adjust: none; }
a{color:#6f3996; text-decoration:none;} a:hover{text-decoration:underline;}

section.landing-container{background:#fff; padding:30px; margin:auto; width:455px; border-radius:5px; box-shadow:0px 4px 20px rgba(0,0,0,0.1); margin-top:100px;}
h1{font-weight:600; margin:5px 0px; margin-top:20px;} 

a.ldn{margin-top:20px; display:block; color:#0e76a8; font-weight:600; background:url(../img/icon-ldn.png) left center no-repeat; padding:10px 0px 10px 40px;}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
body{padding:10px; background:#fff; font-size:15px;} h1{font-size:20px; margin-bottom:20px;} h2{font-size:15px;}
section.landing-container{width:auto; box-shadow:none; margin-top:10px;}
}












