/* Global reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/******/
/*** Site styles ***/
/******/

/* Default styles */

*, html {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

a, a:visited {
    color: #555;
    text-decoration: none;
}

a:hover {
    color: #777;
}

p {
    line-height: 1.5rem;
    margin: 1rem 0;
}

/* Component styles */

.main-menu li{
    margin: 1rem 0;
}

.content {
    max-width: 900px;
}

/* Utility classes */

.u-width-100-percent {
    width: 100%;
}

.u-display-flex {
    display: flex;
}

.u-justify-content-center {
    justify-content: center;
}

.u-justify-content-space-around {
    justify-content: space-around
}

/* Legacy styles */

#nav-menu {
    max-width: 900px;
}

#center {
    display: flex;
    justify-content: center;
    width: 100%;
}

#nav-menu > #center {
  display: block;
}

body > #center {
    padding-top: 20px;
}

#center:not() {
    display: flex;
    justify-content: center;
    width: 100%;
}

img[src="images/"] {
    display: none;
}
