@import url('https://fonts.googleapis.com/css2?family=Notable&family=Playwrite+NZ+Basic:wght@100..400&display=swap');
/* reset */ a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* new stuff below */
body {background-color: antiquewhite;}
.nav {background-color: rgba(169, 105, 179, 0.8); font-size: 1.5em; position: sticky; padding-bottom: 1em; border-radius: 0px 0px 25px 25px;}
.navflex {display: flex; flex-flow: nowrap; justify-content: space-around;}
.navitem {padding: 1em; font-style: Italic;  font-size: 1.5em;}
nav {font-family: Notable, sans-serif; margin: 0em 0em 1.25em 0em;}
nav a:link, nav a:visited {color:#ffffff; text-decoration: none;}
nav a:hover {color: #243520; text-decoration: none;}
nav a:focus {color:#243520; text-decoration: none;}
nav a:active {color: #243520; text-decoration: none;}
nav li {padding-top: 1em;}
.logo li {padding-bottom: 1emem;}
main {width: 80%; margin: auto;}
.profile {float: left; margin: 1em 2em 4em 0em;}
.statement {clear: right;}
.artist {margin-bottom: 13em;}
div {}
.imgflexcontainer {display: flex; flex-flow: wrap; justify-content: space-evenly; margin-top: 2em;}
.imgflex {max-width: 30%;}
h1 {font-family: Notable, sans-serif; font-size: 3em; font-weight: 900; padding: .5em 0em .25em .5em; background-color: rgba(169, 105, 179, 0.8);clear: left}
h2 {font-family:Notable, sans-serif; font-size: 2em; font-weight: 700; margin-bottom: 1em;}
h3 {font-family: Helvetica,Arial, sans-serif; font-size: 1.755em; font-weight: bold; margin-bottom: 1em;}
p { font-size: 18pt; font-family: Helvetica, Arial, sans-serif; margin-bottom: 1em; clear:left; font-weight: 500;}
footer {background-color: rgba(169, 105, 179, 0.8); font-size: .75em; margin-top: 5em; padding-bottom: 1em}