

/* TYPE */
@font-face { font-family: 'Museo300'; font-weight: normal; src: url("../fonts/Museo-300.otf") format("opentype"); }
@font-face { font-family: 'Museo700'; font-weight: normal; src: url("../fonts/Museo-700.otf") format("opentype"); }

html, body { background:#3e4b5c; font:24px/1.4 'Museo300', Arial, sans-serif; color:#dadbdd; }
a, a:hover, a:focus { color:#49d2ff; }

h1 { font:60px/1.4 'Museo700'; margin:40px 0 0; }
h2 { font-size:36px; margin:0 0 40px; }
h3 { font:36px/1.4 'Museo700'; margin:40px 0 20px; }
p { margin:20px 0;}


/* COMMON */
.container { max-width:570px; }
.container #social { margin-bottom:40px; }
.img-border-radius { border-radius:133px; }
.list-vbottom > li { vertical-align:bottom; }