/* _content/BirdsUnfiltered/Pages/Blogs/Index.cshtml.rz.scp.css */
.intro-blog-section[b-vaexgu8g5k] {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.top-blogs-section[b-vaexgu8g5k] {
    background: #1b1b1b;
    color: white;
    padding: 5px;

}

@media (max-width: 1200px) {
    .intro-blog-section[b-vaexgu8g5k] {
        grid-template-columns: 1fr;
    }
} 
/* _content/BirdsUnfiltered/Pages/Shared/Partials/_Blog.cshtml.rz.scp.css */
.blog[b-oicympprxz] {
    padding-top: 50px;
}

.blog-header[b-oicympprxz] {
    padding-bottom: 5%;
}

h1[b-oicympprxz] {
    font-weight: 600;
}

.blog-content-media[b-oicympprxz] {
    position: relative;
    width: 100%;
}

.blog-content-text[b-oicympprxz] {
    padding-top: 40px;
}
/* _content/BirdsUnfiltered/Pages/Shared/Partials/_BlogComments.cshtml.rz.scp.css */
/* _content/BirdsUnfiltered/Pages/Shared/Partials/_BlogPreview.cshtml.rz.scp.css */
.intro-blog-section-content[b-g7sxq1z44o] {
    background: #004e3b;
    color: white;
}
/* _content/BirdsUnfiltered/Pages/Shared/Partials/_BlogsWidget.cshtml.rz.scp.css */
.blog-widget-grid[b-vi7m08o45d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    gap: 15px;
    grid-auto-rows: minmax(60px, auto); /*hard code the min for now*/
    justify-content: center;
}

.background-dark-theme[b-vi7m08o45d] {
    background: #1b1b1b;
    padding: 10px;
}

.background-light-theme[b-vi7m08o45d] {
    background: white;
}

*[b-vi7m08o45d] {
    font-weight: 600;
}

h5[b-vi7m08o45d],
h6[b-vi7m08o45d] {
    font-family: 'Times New Roman';
}

.article-card-wrapper[b-vi7m08o45d] {
    border-bottom: solid 0.1px rgb(204, 204, 204);
}

/* Date */
.article-card-date[b-vi7m08o45d] {
    font-family: monospace;
    font-size: 0.8em;
}

.date-color-light-theme[b-vi7m08o45d] {
    color: rgb(65, 65, 65);
}

.date-color-dark-theme[b-vi7m08o45d] {
    color: rgb(170, 170, 170);
}

.article-date-prefix-dot[b-vi7m08o45d] {
    vertical-align: middle;
    font-size: 8px;
}

/* Title */
.article-card-title[b-vi7m08o45d] {
    font-family: 'Times New Roman';
    font-size: 1em;
}

.text-color-light-theme[b-vi7m08o45d] {
    color: black;
}

.text-color-dark-theme[b-vi7m08o45d] {
    color: white;
}
/* _content/BirdsUnfiltered/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. */

*[b-5cvikytg1g] {
    font-family: Calibri;
}

a.navbar-brand[b-5cvikytg1g] {
  white-space: normal;
  text-align: center;
  word-break: break-all;

}

a[b-5cvikytg1g] {
  color: #0077cc;
}

.btn-primary[b-5cvikytg1g] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-5cvikytg1g], .nav-pills .show > .nav-link[b-5cvikytg1g] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-5cvikytg1g] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-5cvikytg1g] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-5cvikytg1g] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-5cvikytg1g] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-5cvikytg1g] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/*nav {
    color: white;
    background: linear-gradient(180deg, #232c31, #171515 100%);
}*/
