* {
  padding: 0px;
  margin: 0px;
  user-select: none;
}

body {
  margin-bottom: 20vh;
}

.block {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.pagecontain {
  margin: 0.5rem auto;
  width: fit-content;
}

#brentimgcontain {
  position: relative;
  width: 40vmin;
  height: 40vmin;

  background-image: url("./img/brentf.jpg");
  background-position: center;
  background-size: 90% 90%;
  background-repeat: no-repeat;
}

.imgcorner {
  position: absolute;
  height: 8vmin;
  width: 8vmin;
  background-color: #100830;
  background-color: rgb(179, 179, 190);
}

.imgcorner_top {
  top: 0px;
}

.imgcorner_bottom {
  bottom: 0px;
}

.imgcorner_left {
  left: 0px;
}

.imgcorner_right {
  right: 0px;
}

#imgcornertl {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#imgcornertr {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#imgcornerbl {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

#imgcornerbr {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

body {
  font-family: "Georgia", serif;
  font-size: 1rem;

  min-height: 100%;
  min-width: 100vw;
  /* background: rgb(2,0,36); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: linear-gradient(
    137deg,
    rgb(218, 219, 228) 0%,
    rgb(179, 179, 190) 57%,
    rgb(211, 211, 226) 100%
  );
}

.region {
  display: block;
  margin: 2rem auto;
  /* border: 0.1rem solid #a0a0a0; */
  box-shadow: 0.25rem 0.25rem 0.25rem 0.1rem rgba(255, 255, 255, 0.4),
    -0.25rem 0.25rem 0.25rem 0.1rem rgba(255, 255, 255, 0.4),
    0.25rem -0.25rem 0.25rem 0.1rem rgba(255, 255, 255, 0.4),
    -0.25rem -0.25rem 0.25rem 0.1rem rgba(255, 255, 255, 0.4),
    inset 0.15rem 0.15rem 0.5rem 0.1rem rgba(0, 0, 0, 0.05),
    inset -0.15rem 0.15rem 0.5rem 0.1rem rgba(0, 0, 0, 0.05),
    inset 0.15rem -0.15rem 0.5rem 0.1rem rgba(0, 0, 0, 0.05),
    inset -0.15rem -0.15rem 0.5rem 0.1rem rgba(0, 0, 0, 0.05);
  padding: 2rem 3rem;
  /* margin: 1rem; */
  width: fit-content;
  max-width: 80vw;
  background-color: floralwhite;
  border-radius: 0.25rem;
}

li, .big-li {
  margin-left: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.big-li {
  display: block;
  clear: both;
  padding-top: 5vmax;
  height: max-content;
}

p {
  padding-top: 0.75rem;
}

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

h1 {
  margin-top: 1rem;
  font-size: 2.5rem;
  text-align: center;
}

.flexrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  max-width: fit-content;
  margin-bottom: 1rem;
}

.projectdesc {
  max-width: min(40ch, 80vw);
}

figure {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

figcaption {
  display: inline-block;
  font-size: 0.85rem;
  background: white;
  border: 0.1rem solid lightgray;
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.25rem 0.5rem;
  font-family: "Times New Roman", Times, serif;
  /* position: relative;
  top: -0.25rem;
  z-index: 1; */
  color: initial;
}


.imglink {
  display: inline-block;
  top: 0px;
  left: 0px;
  height: 40vmin;
  width: 40vmin;
  text-decoration: none;
  margin: 1rem;
}

.demoimage {
  height:100%;
  width:100%;
  object-fit:contain;
}


p, .fake-p {
  padding-top: 0.9rem;
}
