/* jeff's css reset */
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* jeff's css reset */


/* broad page styles */
@font-face{font-family:futura-pt-bold;src:url(https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;font-stretch:normal;font-display:auto;}  
@font-face{font-family:futura-pt-bold;src:url(https://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/l?subset_id=2&fvd=i7&v=3) format("woff2"),url(https://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/d?subset_id=2&fvd=i7&v=3) format("woff"),url(https://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/a?subset_id=2&fvd=i7&v=3) format("opentype");font-weight:700;font-style:italic;font-stretch:normal;font-display:auto;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;font-stretch:normal;font-display:auto;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;font-stretch:normal;font-display:auto;}

body {
  background-color: rgb(127, 199, 255, 0.1);
}

main, header {
  margin: 2rem max(10%, 1rem);
}

h1, h2, h3, p {
  color: rgb(34, 34, 34);
}

a {
  color: rgb(34, 34, 34);
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}
a:hover {
  color: rgba(34, 34, 34, 0.6);
  border-color: rgba(34, 34, 34, 0.15);
}
header nav a, h1, h1 button, h1 span, h2, h3, h4 {
  font-family: futura-pt;
}
/* broad page styles */


/* header */
header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  
}

header nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

header nav a {
  border: none;
  color: rgba(6, 115, 188);
  padding: 0.75rem;

  -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

header nav a:hover {
  color: rgba(6, 115, 188);
}

header nav:has(a:hover) a:not(:hover) {
  color: rgba(6, 115, 188, 0.4);
}

#title {
  font: normal 700 1.75rem futura-pt-bold, sans-serif;
  border: none;
  max-width: calc(100% - 24px);
}
#title:hover {
  color: rgb(34, 34, 34);
}
/* header */


/* hamburger menu icon & navbar */
#hamburger-menu {
  display: none;
  margin-left: 24px;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCI+CjxwYXRoIGQ9Ik0gMyA1IEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAzIDcgTCAyMSA3IEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAyMSA1IEwgMyA1IHogTSAzIDExIEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAzIDEzIEwgMjEgMTMgQSAxLjAwMDEgMS4wMDAxIDAgMSAwIDIxIDExIEwgMyAxMSB6IE0gMyAxNyBBIDEuMDAwMSAxLjAwMDEgMCAxIDAgMyAxOSBMIDIxIDE5IEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAyMSAxNyBMIDMgMTcgeiI+PC9wYXRoPgo8L3N2Zz4=') 50% 50% no-repeat;
  background-size: 100%;
  color: rgba(0, 0, 0, 0);
}
#hamburger-menu.active { 
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCI+CjxwYXRoIGQ9Ik0gNC45OTAyMzQ0IDMuOTkwMjM0NCBBIDEuMDAwMSAxLjAwMDEgMCAwIDAgNC4yOTI5Njg4IDUuNzA3MDMxMiBMIDEwLjU4NTkzOCAxMiBMIDQuMjkyOTY4OCAxOC4yOTI5NjkgQSAxLjAwMDEgMS4wMDAxIDAgMSAwIDUuNzA3MDMxMiAxOS43MDcwMzEgTCAxMiAxMy40MTQwNjIgTCAxOC4yOTI5NjkgMTkuNzA3MDMxIEEgMS4wMDAxIDEuMDAwMSAwIDEgMCAxOS43MDcwMzEgMTguMjkyOTY5IEwgMTMuNDE0MDYyIDEyIEwgMTkuNzA3MDMxIDUuNzA3MDMxMiBBIDEuMDAwMSAxLjAwMDEgMCAwIDAgMTguOTgwNDY5IDMuOTkwMjM0NCBBIDEuMDAwMSAxLjAwMDEgMCAwIDAgMTguMjkyOTY5IDQuMjkyOTY4OCBMIDEyIDEwLjU4NTkzOCBMIDUuNzA3MDMxMiA0LjI5Mjk2ODggQSAxLjAwMDEgMS4wMDAxIDAgMCAwIDQuOTkwMjM0NCAzLjk5MDIzNDQgeiI+PC9wYXRoPgo8L3N2Zz4=') 50% 50% no-repeat;
}

@media screen and (max-width: 600px) {
  #hamburger-menu {
    display: inline-block;
  }

  header nav {
    justify-content: center;
    text-align: center;
    display: none;
  }

  header nav.active {
    display: flex;
    left: 0;
  }

  header:has(nav.active) {
    flex-wrap: wrap;
  }
}
/* hamburger menu icon & navbar */


/* main section */
h1 {
  padding: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 3rem;
  font-variant: small-caps;
}

#main-header, #main-header span {
 background-color: #1473b8;
 color: #fff;
 text-align: start;
 font-variant: normal;
 font-size: 2rem;
}

#main-header button {
  background-color: #1473b8;
  color: #fff;
  text-decoration: underline;
  border: none;
  font-variant: normal;
  font-size: 2rem;
}
#main-header button:hover {
	text-decoration: underline;
  cursor: pointer;
}

main section {
  line-height: 2.5rem;
  margin: 2rem auto;
  background-color: #fff;
}

main section p {
  margin-bottom: 1rem;
}

h2 {
  font-variant: small-caps;
  font-size: xx-large;
  padding: 1rem 0;
}

main section ul li {
  margin-bottom: 1rem;
}

main section {
  margin: 5% 0;
  padding: 3%;
  border-radius: 25px;
  border: 2px solid rgb(34, 34, 34);
}

main section figure {
  margin: 5% 0;
  padding: 3%;
  border-radius: 25px;
  border: 1px solid rgb(34, 34, 34);
}

main section figure figcaption {
  text-align: center;
}

main section figure figcaption ul {
  list-style: none;
  padding: 0;
}

figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
  margin: 0 auto;
  white-space: pre;
}

details {
  user-select: none;
}

details summary {
  cursor: pointer;
  list-style: none;
}

summary > span.link {
  text-decoration: underline;
}

details > summary::-webkit-details-marker {
  display: none;
}

article {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
}

article figure {
  flex: 1 1 5%;
  padding: 1% 3%;
  margin: 0;
  border: solid rgb(29, 25, 57) 2px;
}

.middle {
  border-left: none;
  border-right: none;
}

article p {
  margin: 0;
}

article figure figcaption {
  font-weight: bold;
  font-size: 1.17em;
  display: block;
  white-space: pre;
}

iframe {
  max-width: 100%;
  border: 1px solid rgb(29, 25, 57);
}

video {
  max-width: 100%;
  border: 1px solid rgb(29, 25, 57);
  margin-bottom: 1%;
}

table, th, td {
  border: 1px solid rgb(29, 25, 57);
  border-collapse: collapse;
}

th, td {
  padding: 10px;
}

#left-col-header {
  border-right: 1px solid rgb(64, 55, 123);
}

#right-col-header {
  border-left: 1px solid rgb(64, 55, 123);
}

#resume-button {
  background-color: #1473b8;
  color: #fff;
  text-decoration: underline;
  border: none;
  font-variant: normal;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 1rem;
}
#resume-button:hover {
  color: rgb(255,255,255,0.9);
	text-decoration: underline;
  cursor: pointer;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
}
/* main section */


/* footer */
footer {
  padding: 2rem max(10%, 1rem);
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

footer section {
  flex: 40%;
  line-height: 2rem;
  margin: 1rem
}

footer h3 {
  color: rgba(6, 115, 188);
  font-variant: small-caps;
}

footer nav {
  flex: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

footer nav div {
  margin: 0 2%;
  line-height: 1.75rem;
  display: flex;
  flex-flow: wrap column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer nav div h4 {
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  footer nav {
    flex-wrap: wrap;
  }

  footer nav div {
    flex: 40%;
    margin-bottom: 5%;
  }
}
/* footer */
