:root {
--primary-color: rgb(255, 255, 255);
--primary-bg-color: rgba(0, 0, 0, .5);
--secondary-color: rgb(255, 213, 142);
}
/*
START Reset
- - - - - - - - - - - - - - - - - - - - - - -
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: #eee;
    color: #333;
    }
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
     }
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, tt, var,
b, u, i,
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, section, summary,
time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    vertical-align: baseline;
    box-sizing: border-box;
    }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    }
body {
    line-height: 1;
    font-size: 1.2rem;
    }
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;
    }
p, li, pre {
    line-height: 1.3em;
    }
p, ul, ol, dl {
	margin: 1.7rem 0;
}

main li {
    margin-bottom: .25rem;
    }
/*
- - - - - - - - - - - - - - - - - - - - - - -	
END Reset
- - - - - - - - - - - - - - - - - - - - - - -   
START Overall Template Layout
- - - - - - - - - - - - - - - - - - - - - - - 
*/
body {
	line-height: 1.3;
	font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.nbr {
	white-space: nowrap;
}
/*
- - - - - - - - - - - - - - - - - - - - - - -	
END Overall Template Layout
- - - - - - - - - - - - - - - - - - - - - - - 
*/
