/* 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.5;
}
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;
}

/* begin */

html {
  font-family: "Arsenal", sans-serif;
  font-weight: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
	background: #F7F3EE;
	color: #021820;
}

main {
  max-width: 912px;
  margin: auto;
  padding: 3rem 1.5rem;
}

main > * {
  transition: all 1s;
}

h1 {
  font-family: "Baskervville", serif;
  font-size: 2rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: .5rem;
}

h2, h3 {
  font-family: "Baskervville", serif;
  font-size: 1.25rem;
  font-style: italic;
  margin-top: 0rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

p, ul {
  max-width: 512px;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 2rem;
}

a {
  color: #021820;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#portrait {
  width: 100%;
  max-width: 512px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 2rem;
  border-radius: 4px;
  mix-blend-mode: multiply;
}

@media (min-width: 512px) {

  main {
    padding: 4rem;
  }

  h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  
  h2 {
    font-size: 1.75rem;
    margin-bottom: 4rem;
  }
  
  h3 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  p, ul {
    font-size: 1.25rem;
    margin-bottom: 4rem;
  }

}

@media (min-width: 1080px) {

  #portrait-focus-contact {
    display: flex;
    gap: 4rem;
  }

}
