/* _content/SkipsChipsASPWebApp/Pages/About.cshtml.rz.scp.css */
.left-container[b-5tjcqixuxf]{
    text-align: center;
}
/* _content/SkipsChipsASPWebApp/Pages/ArticleView.cshtml.rz.scp.css */
.left-container[b-txpte0hja1]{
    margin: 10px;
}
/* _content/SkipsChipsASPWebApp/Pages/Browse.cshtml.rz.scp.css */
.sidebar[b-3bao1oyxku] {
    width: 15%;
    height: 100%;
    overflow: auto;
    display: table-cell;
    background-color: white;
    border: none;
}
/* _content/SkipsChipsASPWebApp/Pages/Index.cshtml.rz.scp.css */
h1[b-nmo4mlcfvg] {
    font-size: calc(1.525rem + 3.3vw);
}
/* _content/SkipsChipsASPWebApp/Pages/Shared/_ArticlePreview.cshtml.rz.scp.css */
.article[b-r2qe14e962] {
    margin: 20px;
    padding: 5px 5px 0px 5px;
    height: 50vh;
    overflow: hidden;
    position: relative;
    color: black !important;
    text-decoration: none !important;
    box-shadow: none;
}

.fade-text[b-r2qe14e962] {
    position: absolute;
    bottom: 0;
    display: block;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
}

.body[b-r2qe14e962]{
    margin: 50px;
}
/* _content/SkipsChipsASPWebApp/Pages/Shared/_Carousel.cshtml.rz.scp.css */

.carousel[b-m1auvqo4fd] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*img{
    display: block;
    margin: auto;
    width: 50%;
    height: auto;
    object-fit: contain;
}*/
.carousel-indicators[b-m1auvqo4fd] {
    margin-bottom: 0rem;
}

.carousel-indicators button[b-m1auvqo4fd] {
    background-color: darkgreen;
}
.carousel-control-prev span[b-m1auvqo4fd], .carousel-control-next span[b-m1auvqo4fd]{
    background-color: lightgray;
}
/* _content/SkipsChipsASPWebApp/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-pw0kq22uml] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-pw0kq22uml] {
  color: #0077cc;
}

.btn-primary[b-pw0kq22uml] {
  color: #fff;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-pw0kq22uml], .nav-pills .show > .nav-link[b-pw0kq22uml] {
  color: #fff;
  border-color: #1861ac;
}

.border-top[b-pw0kq22uml] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-pw0kq22uml] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-pw0kq22uml] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-pw0kq22uml] {
  font-size: 1rem;
  line-height: inherit;
}

nav[b-pw0kq22uml]{
    z-index: 1;
    grid-area: header;
    top: 0;
    left: 0;
    right: 0;
}
.footer[b-pw0kq22uml] {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    grid-area: footer;
}
/* _content/SkipsChipsASPWebApp/Pages/Shared/_Map.cshtml.rz.scp.css */

#myMap[b-4g2iop5zqb] {
    height: 80vh;
    width: 80vw;
    margin: auto;
}
