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;
}

/* CSS reset END */

body {
    background-color: #2b2b2b;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background-image: url(images/background.jpg);
    background-size:cover;
    text-align: center;
    font-weight: light;
    font-size: 220%;
    width:100;
    padding: 15px;
    box-shadow: 0 3px 4px #000000;
}

h1 {
    background-color: #242424b7;
    border-radius: 10px / 8px;
    padding: 5px;
}

h2 {
    text-align: center;
    font-size: 140%;
    margin: 15px auto;
    text-shadow: 3px 3px 3px #000000;
    font-weight: bolder;
}

footer {
    text-align: center;
    background-color: #181818;
    font-size: 11px;
    padding: 10px;
    position:fixed; /* locks footer to bottom of page */
    bottom:0;
    margin: auto; /* auto adjust the box and center it */
    margin-top: 20px;
    width: 100%; /* reverses the effect of the "position" property */
}

.paragraph {
    font-size: 14px;
    padding: 1% 8%;
    margin:auto;
    line-height: 20px;
}

.paragraphbottom {
    font-size: 14px;
    padding: 1% 8%;
    margin:auto;
    margin-bottom: 100px;
    line-height: 20px;
}

article #blenderimage{
    height: auto;
    width: 75%;
    padding:10px 12%;
    justify-content: center;
}