/* /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 #167f8b;
  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: #167f8b;
    background-color: #167f8b;
    color: black;
  }

h3[b-nnrdtzujhw] {
  color: var(--LightBlue);
  text-align: center;
}
/* /Components/Carousel.razor.rz.scp.css */
.carousel-container[b-jiwneky12r] {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 85%;
}

.carousel-track[b-jiwneky12r] {
  display: flex;
  width: 100%;
  height: 85%;
}

.carousel-slide[b-jiwneky12r] {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.carousel-btn[b-jiwneky12r] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 10;
}

  .carousel-btn.prev[b-jiwneky12r] {
    left: 10px;
  }

  .carousel-btn.next[b-jiwneky12r] {
    right: 10px;
  }
/* /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 */
.ProjectPage[b-07erttursz] {
  height: 100%;
}

.LandingContainer[b-07erttursz] {
  width: 80%;
  height: 70%;
  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: contain;
  background-position: center;
  justify-content: flex-end;
  align-items: flex-end;
}

  .Picture[b-07erttursz] >  div {
    position: relative;
    bottom: -2%;
    left: -2%
  }
/* /Components/Intro.razor.rz.scp.css */
.IntroContainer[b-6bwsqw2j2w] {
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: row;
}

.RowFlex[b-6bwsqw2j2w] {
  width: 100%;
  display: flex;
  flex-direction: row;
}

a > h1[b-6bwsqw2j2w] {
  font-style: italic;
  text-decoration: underline;
  display: inline;
}

.Right[b-6bwsqw2j2w], .Left[b-6bwsqw2j2w]{
  width: 50%;
  height: 100%;
}
.CarouselFrame[b-6bwsqw2j2w] {
  box-sizing: border-box;
  width: 100%;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-stop: always;
  -ms-overflow-style: none;
  border: var(--PixelBorder), solid, var(--Black) !important;
  scrollbar-width: none;
}

.CarouselImage[b-6bwsqw2j2w] {
  width: 100%;
  scroll-snap-align: center;
  border: var(--PixelBorder), solid, var(--Black);
  background-repeat: no-repeat;
  background-size: contain;
}

.CarouselFrame[b-6bwsqw2j2w]::-webkit-scrollbar {
  display: none;
}
/* /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] {
  border: calc(var(--PixelBorder)*2) solid #167f8b;
  width: calc(var(--GeneralMargin) * 4);
  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: #167f8b;
    background-color: #167f8b;
    color: black;
  }
 
h3[b-ljlf67f7nw] {
  color: var(--LightBlue);
  text-align: center;
}  
/* /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] {
  margin-left: var(--GeneralMargin);
  width: 75%;
  display: flex;
  justify-content: space-between;
}
/* /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);
  image-rendering: pixelated;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% - 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));
  height: 100%;
}

.RightSideSpace[b-xn2l5aia1e], .LeftSideSpace[b-xn2l5aia1e] {
  background-image: none;
  width: var(--FrameWidth);
}

/* /Layout/SubPageBar/SubPageBar.razor.rz.scp.css */
.SubPageBar[b-yxy5dx6toq] {
  height: 100%;
  width: 100%;
  border-right: 4px solid var(--Black);
  background-color: var(--DarkBlue);
}
/* /Layout/SubPageBar/SubPageBarComponent.razor.rz.scp.css */
div[b-zeg4lhln9s] {
	border: 4px solid var(--Black);
}
/* /Pages/About.razor.rz.scp.css */
div[b-z3ql9vh71g] {
  display: flex;
  border: var(--PixelBorder) solid var(--Black);
}

img[b-z3ql9vh71g] {
  image-rendering: optimizeQuality;
  flex-shrink: 0;
  object-fit: scale-down;
  width: 20%
}
/* /Pages/Contact.razor.rz.scp.css */
div.StickyNote[b-wxj0ji1blt] {
  width: calc(var(--GeneralMargin) * 4);
}
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/ProjectsTimeline.razor.rz.scp.css */
.ProjectsTimeline[b-gtfigp20ub] {
  position: relative;
  box-sizing: border-box;
  height: 85%;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-stop: always;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.PointInTime[b-gtfigp20ub] {
  margin-left: var(--PixelBorder);
  margin-right: var(--PixelBorder);
  height: 100%;
  width: calc( 100% - (var(--PixelBorder)*2));
  scroll-snap-align: center;
  border: var(--PixelBorder) solid var(--Black);
  background-repeat: no-repeat;
  background-size: contain;
}

canvas[b-gtfigp20ub], .DiscriptionInfo[b-gtfigp20ub] {
  scroll-snap-align: unset;
  position: absolute;
  height: 100%;
  width: 100%;
}

.DiscriptionInfo[b-gtfigp20ub] {
  display: flex;
  height: calc(100% - var(--PixelBorder));
  width:    100%;
}

.NameAndDescription[b-gtfigp20ub] {
  position: relative;
  left: calc((var(--PixelBorder) * 2)* -1);
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
}

.SoftwareStack[b-gtfigp20ub] {
  height: 100%;
  width: calc( 20% - (var(--PixelBorder)*2));
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

  .SoftwareStack[b-gtfigp20ub] >  div.StickyNote, .NameAndDescription[b-gtfigp20ub] > .StickyNote{
   margin-top: calc(var(--GeneralMargin)/2);
  }

canvas[b-gtfigp20ub] {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ProjectsTimeline[b-gtfigp20ub]::-webkit-scrollbar {
  display: none;
}
/* /Pages/Projects/SiepieAndTakkieDialogSystem.razor.rz.scp.css */
.ProjectPage[b-hjra6wcz7d] {
  height: 100%;
}

.ProjectDescription[b-hjra6wcz7d] {
  padding-top: var(--GeneralMargin);
  width: 80%;
  margin: auto;
}

[b-hjra6wcz7d] div.LandingContainer {
  margin: auto;
}

