* {font-family: 'Roboto', sans-serif;}
html, body {font-size: 16px; background: #000; color: #0f0;}
section#demo {
	/*background: #fbfbfb;*/
    position: relative;
    padding: 0; font-family: monospace;
    min-height: 100vh;
    transition: height 9999s;
}
.vertical-align {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.card {
	background: #fff;
    box-shadow: 13px 13px 28px 2px rgba(0, 0, 0, 0.035);
    padding: 7px 15px; -webkit-border-radius: 1.25em; border-radius: 1.25em;
}
img.fluid{width: 100%; height: auto !important;}
.circular {-webkit-border-radius: 50%; border-radius: 50%;}
.heading {padding: 1.5em; margin: 0 0 1.5em 0;}
.heading h1 {font-size: 2.5em; font-weight: 700;}
.heading h2 {font-size: 1.75em; font-weight: 600;}
.heading h1 small {color: #ffff00;}
footer {color: #0f0;
	padding: 1.5em; text-align: center; font-size: 1.15em; margin: 2.5em 0 4em 0;
}