/* /Components/CurtainMenu.razor.rz.scp.css */
.curtain-menu-container[b-6c0zqwnkqu]  .curtain-menu-item {
  color: white;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 3rem;
  height: 100%;
  align-items: center;
}

.curtain-menu-container[b-6c0zqwnkqu]  .mud-nav-link {
  background-color: transparent;
}

.curtain-menu-container[b-6c0zqwnkqu]  .curtain-menu-item:hover,
.curtain-menu-container[b-6c0zqwnkqu]  .curtain-menu-item:focus {
  color: var(--mud-palette-tertiary);
}

.curtain-menu-container[b-6c0zqwnkqu]  .close-btn {
  position: fixed;
  top: 20px;
  right:20px;
  padding: 20px;
}

.curtain-menu-container[b-6c0zqwnkqu]  .close-btn:hover {
  color: var(--mud-palette-tertiary);
}
/* /Components/IconMiniSideBar.razor.rz.scp.css */
.page[b-kfx9tt6i6e] {
   display: flex;
}

.page .left-pane[b-kfx9tt6i6e] {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  background-color: var(--mud-palette-surface);
  height: 75%;
}

.full-height[b-kfx9tt6i6e] {
  height: 100%;
}

.page .right-pane[b-kfx9tt6i6e] {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  background-color: var(--mud-palette-surface);
  height: 75%;
}

.icon-bar[b-kfx9tt6i6e] {
  position: fixed;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
}

.icon-bar[b-kfx9tt6i6e]  button {
  display: block;
  text-align: center;
  padding: 16px;
  border-radius: 0;
  transition: all 0.3s ease;
  background-color: var(--mud-palette-tertiary);
}

.icon-bar[b-kfx9tt6i6e]  button:hover {
  background-color: var(--mud-palette-black);
}

.icon-bar[b-kfx9tt6i6e]  button i {
  font-size: 2rem;
  padding: 3px 5px;
  color: var(--mud-palette-text-primary);
}
/* /Components/ProjectCard.razor.rz.scp.css */
@media screen and (max-width: 600px) {
  .img-title[b-jqsz0f8dr9] {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 5vw;
  }
}

@media screen and (min-width: 601px) {
  .img-title[b-jqsz0f8dr9] {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    font-size: var(--mud-typography-h5-size);
  }
}

.img-content[b-jqsz0f8dr9] {
  max-width: 400px;
}

.img-container[b-jqsz0f8dr9] {
  position: relative;
}

.img-caption[b-jqsz0f8dr9] {
  font-size: 1rem;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px 10px 20px;
}
/* /Pages/About.razor.rz.scp.css */
div.stencil[b-ogvor25cts] {
  font-size: var(--mud-typography-h2-size);
}
/* /Pages/Index.razor.rz.scp.css */
.bg-image[b-o5w1hnlao1] {
  /* The image used */
  background-image: url("assets/img/10AEA45C-B831-4051-A2D3-83F8C9CA1407.webp");
  height: 600px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[b-o5w1hnlao1] .bg-text-container {
  backdrop-filter: blur(8px);
  /* Full height */
  top: 50%;
  left: 50%;
  width: 75%;
  position: relative;
  transform: translate(-50%, -50%);
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1001;
}

[b-o5w1hnlao1] .bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  height: 100%;
  z-index: 1002;
  text-align: center;
}

[b-o5w1hnlao1] .jumbo-text-line-1 {
  font-size: 3vw;
  text-transform: uppercase;
}

[b-o5w1hnlao1] .jumbo-text-line-2 {
  font-size: 10vw;
  text-transform: uppercase;
}

.headline[b-o5w1hnlao1] {
  text-align: center;
  font-size: var(--mud-typography-h5-size);
  margin-top: 20px;
  padding: 0 20px;
}
/* /Pages/ProjectDetails.razor.rz.scp.css */
.img-grid-container[b-jk4hbz2wrq] {
  display: grid;
  grid-template-columns: repeat(auto-fit, 400px);
  justify-content: space-around;
}


.header[b-jk4hbz2wrq] {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
}

.overlay-content .close-btn[b-jk4hbz2wrq] {
  position: fixed;
  top: 15px;
  right: 15px;
}

.overlay-content[b-jk4hbz2wrq]  .close-btn:hover {
  color: var(--mud-palette-tertiary);
}
/* /Pages/Projects.razor.rz.scp.css */
button.clickable-card:hover[b-4l6uka80eh] {
  background-color: transparent;
}

button.clickable-card:hover .img-caption[b-4l6uka80eh],
button.clickable-card:hover .text-block[b-4l6uka80eh] {
  background-color: transparent;
  color: var(--mud-palette-tertiary);
}
/* /Pages/Shawn.razor.rz.scp.css */
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .employment-period[b-5ezxu10alt] {
    font-size: var(--mud-typography-subtitle-1);
    opacity: 0.5;
  }

  .employment-title[b-5ezxu10alt] {
    font-size: var(--mud-typography-h5-size);
    color: var(--accent-color);
  }

  .employment-employer[b-5ezxu10alt] {
    font-size: var(--mud-typography-h5-size);
    opacity: 0.5;
  }

  .category-header[b-5ezxu10alt] {
    font-size: var(--mud-typography-h5-size);
    color: var(--mud-palette-secondary);
    text-transform: uppercase;
  }

  .full-name[b-5ezxu10alt] {
    font-size: var(--mud-typography-h3-size);
    color: var(--accent-color);
    width: 100%;
    text-transform: uppercase;
  }
  .degree[b-5ezxu10alt] {
    font-size: var(--mud-typography-h6-size);
  }
  .date-graduated[b-5ezxu10alt] {
    font-size: var(--mud-typography-h3-size);
    color: var(--accent-color);
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .employment-period[b-5ezxu10alt] {
    font-size: 2vw;
    opacity: 0.5;
    min-width:max-content;
  }

  .employment-title[b-5ezxu10alt] {
    color: var(--accent-color);
    font-size: 4vw;
  }

  .employment-employer[b-5ezxu10alt] {
    font-size: 3vw;
    opacity: 0.5;
  }
  .category-header[b-5ezxu10alt] {
    font-size: 5vw;
    color: var(--mud-palette-secondary);
    text-transform: uppercase;
  }
  .full-name[b-5ezxu10alt] {
    font-size: 7vw;
    color: var(--accent-color);
    text-transform: uppercase;
  }
  .degree[b-5ezxu10alt] {
    font-size: 3vw;
    text-transform: uppercase;
  }
  .date-graduated[b-5ezxu10alt] {
    font-size: 10vw;
    width: 100%;
    color: var(--accent-color);
  }
}

.profile-photo[b-5ezxu10alt] {
  max-width: 400px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* The Overlay (background) */
.overlay[b-8la0v0ppmv] {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: var(--zindex-drawer); /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content[b-8la0v0ppmv] {
  position: relative;
  /*display: flex;
  min-width: max-content;
  justify-content: center;*/
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
}
.copyright-footer[b-8la0v0ppmv] {
  background-color: transparent;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: rgba(55,55,55, 0.5);
}

.copyright-footer:hover[b-8la0v0ppmv] {
  background-color: Black;
  position: fixed;
  color: rgba(0,0,0, 0.8);
}
