/*CSS Reset*/
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;
}

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;
}

/*Site styles*/
header {
    background-color: #78aba9;
}

header h1 {
    text-align: center;
    font-size: 19px;
    font-family: 'Arial Narrow Bold', sans-serif;
    padding: 10px 5px 3px 5px;
    font-weight: bold;
}

.paragraph {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 10px;
    line-height: 20px;
}

#img {
    margin: auto;
    width: 100%;
}

#mobile-pic img {
    width: 100%;
}

#quote {
    background-image: url(./images/bkgr.jpg);
    margin: 5px 10px;
    background-size: cover;
    background-position:50%;
    border-radius: 10px;
}

blockquote {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 30px;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    color: #000000;
}

h2 {
    font-weight: bold;
    color: #3ba5a0;
    padding: 5px 0px;
}

footer {
    background-color: black;
    color: #ffffff;
    text-align: center;
    font-style: italic;
    padding: 5px;
    font-size: 14px;
    border: solid 3px #ff1212;
}

hr {
    height: 2px;
    background-color: #000000;
}

ul {
    list-style-type: circle;
    padding-left: 15px;
}