/* http://meyerweb.com/eric/tools/css/reset/ 2. 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;
}

.container {
    max-width: 1000px;
    margin: 10px auto;
    display: grid;
    grid-gap: 16px;
    grid-template-rows: 1fr, 1fr, 1fr;
    grid-template-columns: 1fr, 1fr, 1fr, 1fr, 1fr, 1fr;

}


header, nav, main, footer, photography, media, sketch {
    border: powderblue 3px solid;
    border-radius: 8px;
}

header {
    grid-row: 1 / 2;
    grid-column: 1 / 6;
    padding: 15px;
    font-size: 40px;
    color: rgb(145, 17, 40);
}

nav {
    grid-row: 2 / 3;
    grid-column: 4 / 6;
    height: max-content;
    max-width: 300px;
}
ul {
    padding: 1em;
    font-size: 15px;
    line-height: 4px;
}

main {
    grid-row: 2 / 3;
    grid-column: 1 / 4;
    height: max-content;
    padding: 1em;
}
img {
    width: 100%;
    height: 100%;
}

h1 {
    color: pink;
    font: Georgia;
    font-size: 60px;
}

photography {
    grid-row: 4 / 5;
    grid-column: 1 / 3;
    font-size: 30px;
    padding: 15px;
    height: max-content;
    color: pink;
}

media {
    grid-row: 4 / 5;
    grid-column: 3 / 4;
    font-size: 20px;
    padding: 10px;
    height: max-content;
    background-color: rgb(255, 226, 230);
}
h2 {
    color: rgb(255, 109, 133);
    text-align: center;
}
ul {
    color: rgb(255, 200, 210);
}
ol {
    color: rgb(255, 149, 167);
    font-size: 15px;
    line-height: 4px;
    padding: 1em;
}

sketch {
    grid-row: 5 /  6;
    grid-column: 1 / 4;
    height: max-content;
}
h3 {
     font-size: 36px;
    padding: 15px;
     color: seagreen;
    text-decoration: underline;
    max-height: 100px;
}
.contain {
    position: relative;
    text-align: center;
    color: pink;
}
.contains {
    position: absolute;
    top: 6px;
    bottom: 16px;
}

footer {
    grid-row: 6 / 7;
    grid-column: 1 / 4;
    height: max-content;
    padding: 1em;
}
img {
    width: 100%;
    height: 100%;
}

h1 {
    color: pink;
    font: Georgia;
    font-size: 60px;
}



/*below is "about me" stuff */


body {
    margin: auto;
}

.containr {
    display: flexbox;
    justify-content: center;
    height: 50px;
    margin: auto;
    }
footer {
    margin: auto;
}