/* /App.razor.rz.scp.css */
body[b-wprhjwf3l8] {
}
/* /Components/ButtonStickyNote.razor.rz.scp.css */
div[b-nnrdtzujhw] {
  display: inline-block;
  position: relative;
  border: calc(var(--PixelBorder)*2) solid #285178;
  min-width: calc(var(--GeneralMargin));
  width: auto;
  padding: var(--PixelBorder);
  height: var(--GeneralMargin);
  background-color: var(--DarkBlue);
  align-content: center;
}

  div:hover[b-nnrdtzujhw], div:hover > h3[b-nnrdtzujhw] {
    border-color: #285178;
    background-color: #285178;
    color: black;
  }

h3[b-nnrdtzujhw] {
  color: var(--LightBlue);
  text-align: center;
}
/* /Components/CodeBlock.razor.rz.scp.css */
.CodeBlockWrapper[b-yhqy8j15tg] {
  border: var(--PixelBorder) solid var(--Black);
}

[b-yhqy8j15tg] div.StickyNote{

}
/* /Components/DefaultProjectHeading.razor.rz.scp.css */
.LandingContainer[b-07erttursz] {
  aspect-ratio: 4/2.5;
  width: 80%;
  display: flex;
  justify-content: center;
}


.Picture[b-07erttursz] {
  border: var(--PixelBorder) solid var(--Black);
  width: 100%;
  height: 100%;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
  align-items: flex-end;
}

.Picture[b-07erttursz]  div {
  position: relative;
  bottom: -2%;
  right: -2%
}
/* /Components/Intro.razor.rz.scp.css */
*[b-6bwsqw2j2w], [b-6bwsqw2j2w] a {
  font-size: 50px;
  text-wrap: wrap;
}
[b-6bwsqw2j2w] a {
  color: var(--DarkBlue);
  text-decoration: underline;
}
  .PictureWrap[b-6bwsqw2j2w] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--GeneralMargin);
    flex-direction: row;
  }

img[b-6bwsqw2j2w] {
  display: block;
}

img[b-6bwsqw2j2w], input[b-6bwsqw2j2w] {  
  aspect-ratio: 1/1;
  border: var(--PixelBorder) solid var(--Black);
}

.Img[b-6bwsqw2j2w] {
  width: 30vw;
  flex-grow: 1;
}
.Img img[b-6bwsqw2j2w]{
  width: 100%;
}


.IntroInfo[b-6bwsqw2j2w] {
  width:600px;
  display: flex;
  flex-direction: column;
  text-align: end;
  flex-shrink: 2;
}

.IntroContainer[b-6bwsqw2j2w] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.Img p[b-6bwsqw2j2w]{
  display: none;
}

  .Img:hover p[b-6bwsqw2j2w]{
    display: inline;
  }

p[b-6bwsqw2j2w] {
  z-index: 2;
  position: absolute;
}
/* /Components/NormalButton.razor.rz.scp.css */
*[b-db1o2uoh9c] {
  border: var(--PixelBorder) solid var(--DarkerBlue);
  background-color: var(--DarkBlue);
  color: var(--LightBlue);
}

.Activated[b-db1o2uoh9c], .NormalButton:hover[b-db1o2uoh9c] {
  background-color: var(--DarkerBlue);
}

/* /Components/ProjectPreview.razor.rz.scp.css */
.ProjectPreviewContent[b-wsrc0yyg2s] {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between
}

.ProjectPreview[b-wsrc0yyg2s] {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ProjectCard[b-wsrc0yyg2s] {
  margin-bottom: 10px;
  width: 400px;
}
/* /Components/ProjectPreviewCard.razor.rz.scp.css */
img[b-ou055o6wj3] {
 box-sizing: border-box;
  border-style: solid;
  border-width: 4px;
  border-color: black;
  max-height: max-content;
  width: 18vw;
}

p[b-ou055o6wj3]{
  text-wrap: wrap;
}

/* /Components/StickyNote.razor.rz.scp.css */
div[b-ljlf67f7nw] {
  display: flex;
  border: calc(var(--PixelBorder)*2) solid #285178;
  max-width: 100%;
  padding: var(--PixelBorder);
  height: var(--GeneralMargin);
  background-color: var(--DarkBlue);
  align-content: center;
}

  div:hover[b-ljlf67f7nw], div:hover > h3[b-ljlf67f7nw] {
    border-color: #285178;
    background-color: #285178;
    color: black;
  }

h3[b-ljlf67f7nw] {
  width: 100%;
  height: 100%;
  color: var(--LightBlue);
  text-align: center;
}

img[b-ljlf67f7nw] {
  margin-left: var(--PixelBorder);
    display: inline;
  }
/* /Layout/Header/Header.razor.rz.scp.css */
.Header[b-nb8jx17wbf] {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--DarkBlue);
  width: 100%;
  height: var(--HeaderHeight);
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: var(--PixelBorder) solid var(--Black);
  border-top: var(--PixelBorder) solid var(--Black);
}

.Logo[b-nb8jx17wbf] {
  height: 100%;
  width: calc(var(--FrameWidth) - var(--PixelBorder));
}

img[b-nb8jx17wbf] {
  max-width: 100%;
  max-height: 100%;
}

.Menu[b-nb8jx17wbf] {
  display: flex;
  margin-left: var(--GeneralMargin);
  width: 75%;
  gap: var(--FrameWidth);
}
/* /Layout/Header/HeaderComponent.razor.rz.scp.css */
*[b-32omivfq6l]{
  text-decoration: none;
}
/* /Layout/MainLayout.razor.rz.scp.css */
div[b-xn2l5aia1e] {
  display: flex;
  background-image: linear-gradient(rgba(240, 248, 255, 0.95), rgba(240, 248, 255, 0.9)), url(/images/Sunrise.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - var(--HeaderHeight));
}

.Content[b-xn2l5aia1e] {
  background-image: none;
  padding: var(--GeneralMargin);
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - (var(--FrameWidth) * 2));
}

.RightSideSpace[b-xn2l5aia1e],
.LeftSideSpace[b-xn2l5aia1e] {
  background-image: none;
  width: var(--FrameWidth);
}

#nobg[b-xn2l5aia1e] {
  background-image: none !important;
}
/* /Layout/SubPageBar/SubPageBar.razor.rz.scp.css */
.SubPageBar[b-yxy5dx6toq] {
  height: 100%;
  width: 100%;
  border-right: 4px solid var(--Black);
  background-color: var(--DarkBlue);
}
/* /Pages/About.razor.rz.scp.css */
*[b-z3ql9vh71g] {
  background: none;
}

.AboutMe[b-z3ql9vh71g] {
  display: flex;
  border: var(--PixelBorder) solid var(--Black);
}

img[b-z3ql9vh71g] {
  flex-shrink: 0;
  object-fit: scale-down;
  width: 20%
}

details *[b-z3ql9vh71g] {
  width: fit-content;
}

details summary[b-z3ql9vh71g] {
  display: block;
}

.Details details summary[b-z3ql9vh71g],
.Details details p[b-z3ql9vh71g] {
  border: var(--PixelBorder) solid var(--Black);
}

.Details>details details[b-z3ql9vh71g],
.Details>details details p[b-z3ql9vh71g] {
  margin-left: var(--GeneralMargin);
}

.Details>details[b-z3ql9vh71g] {
  margin-top: var(--GeneralMargin);
}

.Details ul[b-z3ql9vh71g] {
  list-style: none;
}

.Details li[b-z3ql9vh71g],
.Details li details p[b-z3ql9vh71g] {
  margin-top: 0.5em;
}

#Dislikes summary[b-z3ql9vh71g],
#Dislikes p[b-z3ql9vh71g] {
  background-color: rgb(233, 88, 88);
}

#Likes summary[b-z3ql9vh71g],
#Likes p[b-z3ql9vh71g] {
  background-color: rgb(131, 229, 131);
}
/* /Pages/Contact.razor.rz.scp.css */
div.StickyNote[b-wxj0ji1blt] {
  width: calc(var(--GeneralMargin) * 4);
}
/* /Pages/Home.razor.rz.scp.css */
.IntroContainer[b-v9rf77xbvc] {
  padding-bottom: var(--GeneralMargin);
  border-bottom: var(--PixelBorder) solid var(--Black);
}

.Logos[b-v9rf77xbvc] {
  place-content: center;
  margin-top: var(--GeneralMargin);
  margin-bottom: var(--GeneralMargin);
  display: flex;
  gap: 40px;
}

.Logos *[b-v9rf77xbvc] {
  width: 80px;
  aspect-ratio: 1/1;

}

img[b-v9rf77xbvc],
input[b-v9rf77xbvc] {
  display: block;
  aspect-ratio: 1/1;
  border: var(--PixelBorder) solid var(--Black);
}
/* /Pages/ProjectsSummary.razor.rz.scp.css */
.BestWorkProjects[b-ie3xvnyuxz] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
  justify-content: center;
  gap: var(--GeneralMargin);
}

.BestWorkProject:hover[b-ie3xvnyuxz] {
  filter: brightness(80%);
  cursor: pointer;
}


.BestWorkProject[b-ie3xvnyuxz] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 4/3;
  display: block;
  width: 350px;
  position: relative;
}

[b-ie3xvnyuxz] .StickyNote{
  height: auto;
}

  .BestWorkProject img[b-ie3xvnyuxz]{
    width: 100%;
  }

  .BestWorkProjectDescription[b-ie3xvnyuxz] {
    position: absolute;
    bottom: 0;
  }
.BestWork > h2[b-ie3xvnyuxz]{
  text-align: center;
  margin-bottom: var(--GeneralMargin);
}
/* /Pages/ProjectsTimeline.razor.rz.scp.css */
.ProjectsTimeline[b-gtfigp20ub] {
  border-top: var(--PixelBorder) solid var(--Black);
  width: 100%;
  display: grid;
  grid-template-columns: 45% calc(var(--GeneralMargin)*4) 45%;
  grid-auto-rows: minmax(6rem, auto);
  margin-bottom: var(--GeneralMargin);
}

p[b-gtfigp20ub]{
  padding: var(--PixelBorder);
}

.leftright0[b-gtfigp20ub] {
  width: 100%;
  grid-column: 3
}

.Middle[b-gtfigp20ub] {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  grid-column: 2;
}

.leftright1[b-gtfigp20ub] {
  text-align: right;
  width: 100%;
  grid-column: 1;
}

.leftright1[b-gtfigp20ub], .leftright0[b-gtfigp20ub] {
  position: relative;
  }

  .leftright1 > span[b-gtfigp20ub] {
    position: absolute;
    display: block;
    width: calc(var(--GeneralMargin) * 2);
    height: var(--PixelBorder);
    right: calc((var(--GeneralMargin)* -2));
    bottom: 50%;
    background-color: var(--Black);
  }

  .leftright0 > span[b-gtfigp20ub] {
    position: absolute;
    display: block;
    width: calc( var(--GeneralMargin) * 2);
    height: var(--PixelBorder);
    left: calc((var(--GeneralMargin)* -2));
    bottom: 50%;
    background-color: var(--Black);
    border-left: var(--PixelBorder) solid var(--Black);
  }

.Middle > span[b-gtfigp20ub] {
  display: block;
  width: var(--PixelBorder);
  height: 100%;
  background-color: var(--Black);
}
.ProjectDetails[b-gtfigp20ub] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/3;
  border: var(--PixelBorder) solid var(--Black);
}

  .ProjectDetails:hover[b-gtfigp20ub] {
    filter: brightness(80%);
    cursor: pointer;
  }

  .ProjectDetails > img[b-gtfigp20ub] {
    width: 30vw;
  }

.ProjectTimeLineDescription[b-gtfigp20ub]{
  position: absolute;
  height: 100%;
}

  .ProjectTimeLineDescription[b-gtfigp20ub] >  div.StickyNote:first-child {
    position: absolute;
    bottom:   var(--GeneralMargin);
  }

  .ProjectTimeLineDescription[b-gtfigp20ub] >  div.StickyNote {
    position: absolute;
    bottom: calc((var(--PixelBorder)*2) * -1);
    left: calc((var(--PixelBorder)*2) * -1);
    text-wrap: nowrap;
  }

.TimeInfo[b-gtfigp20ub] {
  display: flex;
  height: 100%;
}
.leftright1 > .TimeInfo[b-gtfigp20ub] {
  justify-content: end;
  align-items: center;
}

.leftright0 > .TimeInfo[b-gtfigp20ub] {
  justify-content: start;
  align-items: center;
}


  .leftright0 > .TimeInfo > p[b-gtfigp20ub] {
    display: block;
    border-left: var(--PixelBorder) solid var(--Black);
    border-bottom: var(--PixelBorder) solid var(--Black);
  }

.leftright1 > .TimeInfo > p[b-gtfigp20ub] {
  display: block;
  border-right: var(--PixelBorder) solid var(--Black);
  border-bottom: var(--PixelBorder) solid var(--Black);
}
