/* _content/HRCS/Pages/Index.cshtml.rz.scp.css */
/* _content/HRCS/Pages/Shared/_About.cshtml.rz.scp.css */
#about[b-idkoddvwnv] {
    padding: 210px 5vw 50px;
}

#about-heading[b-idkoddvwnv] {
    text-align: center;
}

@media only screen and (max-width: 1161px) {
    #about[b-idkoddvwnv] {
        padding: 152px 5vw 50px;
    }
  }
/* _content/HRCS/Pages/Shared/_ITSupport.cshtml.rz.scp.css */
#support-image[b-mvsxj6bam8] {
    background-image: url('/img/repair-small.jpg');
    /* background-repeat: no-repeat;
    background-size: auto; */
}
/* _content/HRCS/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*Change values here only for Layout*/

header[b-373fp9ugfl] {
  position: fixed;
  top: 0;
  background-color: #DDDDDD;
  width: 100vw;
  z-index: 1;
}

/*#logo is found in site.css*/

#menu-desktop[b-373fp9ugfl] {
  border-bottom: 2px solid #000000;
}

#mobile-menu-toggle[b-373fp9ugfl]
,#mobile-menu-label[b-373fp9ugfl] {
  display: none;
}

#menu-mobile[b-373fp9ugfl] {
  display: none;
}

#menu-desktop[b-373fp9ugfl],
#footer div[b-373fp9ugfl] {
  padding: 20px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer[b-373fp9ugfl] {
  width: 100vw;
}

#footer div[b-373fp9ugfl] {
  height: 60px;
}


@media only screen and (max-width: 1161px) {
  /* #menu-desktop {
    display: none;
  }

  #menu-mobile {
    display: block;
  }
 */
  #menu-links[b-373fp9ugfl] {
    height: calc(100vh - 152px);
    width: 100%;
    background-color: #DDDDDD;
    position: absolute;
    top: 152px;
    left: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    max-height: 0;
    transition: max-height .5s ease-out;
  }

  #mobile-menu-toggle[b-373fp9ugfl]
  ,#mobile-menu-label[b-373fp9ugfl] {
    display: contents;
  }

  #mobile-menu-toggle:checked ~ #menu-links[b-373fp9ugfl] {
    max-height: calc(100vh - 152px);
  }

  body:has(#mobile-menu-toggle:checked)[b-373fp9ugfl] {
    overflow: hidden;
  }

  #menu-toggle[b-373fp9ugfl] {
    display: none;
  }

  #menu-button[b-373fp9ugfl] {
    height: 50px;
  }

  #footer div[b-373fp9ugfl] {
    height: 100px;
    padding: 30px 5vw;
    flex-direction: column;
  }

  #footer p[b-373fp9ugfl] {
    font-size: 18px;
  }
}
/* _content/HRCS/Pages/Shared/_Networking.cshtml.rz.scp.css */
#networking-image[b-66bn2gvqzb] {
    background-image: url('/img/networking-small.jpg');
    /* background-repeat: no-repeat;
    background-size: auto;
    text-align: right; */
}
/* _content/HRCS/Pages/Shared/_PCBuilding.cshtml.rz.scp.css */
#build-image[b-p1mvw3zxqa] {
    background-image: url('/img/build-small.jpg');
    /* background-repeat: no-repeat;
    background-size: auto;
    text-align: right;
    background-position: center center; */
}
/* _content/HRCS/Pages/Shared/_Software.cshtml.rz.scp.css */
#software-image[b-gg3p5g5qpv] {
    background-image: url('/img/software-small.jpg');
    /* background-repeat: no-repeat;
    background-size: auto; */
}
/* _content/HRCS/Pages/Shared/_Websites.cshtml.rz.scp.css */
#websites-image[b-o04kq16xh4] {
    background-image: url('/img/website-small.jpg');
    /* background-repeat: no-repeat;
    background-size: auto;
    text-align: right; */
}
