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;}
html { height:100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
body { line-height:1;}
ol, ul { list-style:none;}
strong { font-weight:700;}
a { color:inherit;}
img { display:block; max-width:100%; margin:0 auto;}

html { box-sizing:border-box; overflow-x:hidden;}
*, *:before, *:after { box-sizing:inherit;}
.clearfix:before, .clearfix:after, .row:before, .row:after { content:" "; display:table;}
.clearfix:after, .row:after { clear:both;}
body { min-height:100%; background:rgba(253,195,78,1); font:16px/22px 'Roboto', sans-serif; color:#4a4641; font-weight:300; padding-bottom:100px; position:relative;}
body #home { text-align:center;}
.container { max-width:1170px; width:100%; margin:0 auto; padding:22px; position:relative; display:flex; justify-content:center;
min-height:80vh; align-items:center;}
h1 { font-size:24px; margin:0.9167em 0;}
h2 { font-size:18px; margin:1.2222em 0;}
ul, ol, p { margin-bottom:11px;}
ul, ol, li > * { padding-left:28px;}
li > * { margin-bottom:0;}
ul { list-style:disc;}
ol { list-style:decimal;}

#logo { max-width:100%;}
#rocket { width:300px; margin:22px auto;}
#under { display:block; font-weight:700; font-size:22px; text-transform:uppercase;}
#footer { position:absolute; bottom:22px; width:100%; padding:0 22px; font-size:14px; text-align:center;}
#footer p { margin:0;}

@media (min-width:768px) {
  .container { min-height:86vh;}
  .hide-md { display:none;}
}

@media (max-width:767px) {
  .show-md { display:none;}
}