@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');


body {
  font-family:'Google Sans Flex', sans-serif;
  margin: 0;

}

h1 {
  margin-bottom: 8px;
}

h2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 30px 0;
  margin-top: 5px;
  margin-bottom: 8px;
}

.graphbg {
  background-image: url("./images/graph\ paper.jpeg");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}

.project-image {
  margin: 30px 0;
}

.project-image img {
  max-width: 750px;
  Width: 100%;
  height: auto;
  display: block;
}

.project-image figcaption {
  margin-top: 0px;
  padding: 8px 12px;
  max-width: 726px;

  font-style: italic;
  font-size: 14px;
  color: #444;              
  background-color: #f0f0f0; 

  border: none;
}

.content {
  max-width: 800px;
  margin-top: 10px;
  margin: 40px auto;
  /*padding: 20px;*/
  line-height: 1.7;
}

.collage-page {
  min-height: 110vh;
  background: url("./images/about-collage.jpg") no-repeat center top / contain;
}

.profile-image {
  width: 280px;
  height: auto;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.3);
  transform: rotate(-2deg);
}

.step-image img {
  max-width: 600px;   /* control size here */
  width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

h1 {
  margin-bottom: 8px;
}

h2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 30px 0;
  margin-top: 5px;
  margin-bottom: 8px;
}

.graphbg {
  background-image: url("./images/graph_paper.jpeg");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}

.project-image {
  margin: 30px 0;
}

.project-image img {
  max-width: 750px;
  Width: 100%;
  height: auto;
  display: block;
}

.project-image figcaption {
  margin-top: 0px;
  padding: 8px 12px;
  max-width: 726px;

  font-style: italic;
  font-size: 14px;
  color: #444;              
  background-color: #f0f0f0; 

  border: none;
}

.content {
  max-width: 800px;
  margin-top: 10px;
  margin: 40px auto;
  /*padding: 20px;*/
  line-height: 1.7;
}

.collage-page {
  min-height: 110vh;
  background: url("./images/about-collage.jpg") no-repeat center top / contain;
}

.profile-image {
  width: 280px;
  height: auto;
  box-shadow: 2px 4px 10px rgba(0,0,0,0.3);
  transform: rotate(-2deg);
}

.step-image img {
  max-width: 600px;   /* control size here */
  width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.navbar {
    position: sticky;
  top: 0;
  z-index: 1000;

  width: 100%;
  background-color: #313236;
  border-radius: 2px;
}

.navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

/*.content {
  max-width: 1280px;
  margin: auto;
  padding-left: 10px;
}*/

.page-layout {
  display: grid;
  grid-template-columns: 240px 1fr 240px;
  gap: 30px;
  max-width: 1400px;
  margin: 20px auto;
  margin-top: 10px;
  /*padding: 0 20px;*/
}

.sidebar-left,
.sidebar-right {
  position: sticky;
  top: 80px; /* distance from top of viewport */
  align-self: start;
}


/* Left sidebar */
.sidebar-left {
  font-size: 14px;
}

.sidebar-left h3 {
  margin-bottom: 10px;
}

.sidebar-left ul {
  list-style: none;
  padding: 0;
}

.sidebar-left li {
  margin-bottom: 8px;
}

.sidebar-left a {
  text-decoration: none;
  color: #666;
}

.sidebar-left a:hover {
  color: #000;
}

/* Main content */
/*.main-content {
  margin-top: 1px;
  max-width: 800px;
}*/

/* Right sidebar */
.sidebar-right {
  font-size: 14px;
  color: #000;
}

.sidebar-right h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.sidebar-right ul {
  list-style: none;
  padding: 0;
}

.sidebar-right li {
  margin-bottom: 8px;
}

.sidebar-right a {
  text-decoration: none;
  color: #666;
}

.sidebar-right a:hover {
  color: #000;
}

.week-section {
  margin-bottom: 50px;
}

.week-subtitle {
  color: #777;
  margin-top: -8px;
  margin-bottom: 10px;
}

.week-note {
  color: #888;
  font-size: 14px;
  margin-bottom: 16px;
}

.week-note span {
  font-size: 13px;
  color: #999;
}

.list {
  list-style: none;
  padding-left: 18px;
  margin-left: 18px;
  line-height: 1.7;
}

.list li {
  margin-bottom: 6px;
}

footer {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 50px 0 30px 0;
}
footer p, footer a {
  font-size: 12px;
  color: #999;
}
