﻿/* 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 {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

p {
  font-size: 1.2rem;
}

body {
  font-size: 1.2rem;
}

.header-lg {
  height: 100px;
}

.header-sm {
  height: 50px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Provide sufficient contrast against white background */
a {
  color: #0000ee;
  text-decoration: underline;
}

.btn-primary {
  color: #fff;
  background-color: #31585b;
  border-color: #457c7f;
}

.btn-primary:hover {
  color: #fff;
  background-color: #457c7f;
  border-color: #31585b;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #31585b;
  border-color: #457c7f;
}

.post-title {
  font-size: 17px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;

  /* color: #3416b2;
text-decoration: underline;
font-weight: 700;
line-height: 21px; */
}

.search-result .post-title a {
  text-decoration: underline;
  color: #3416b2;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  bottom: 0;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 30px;
}

.navShadowBox {
  background-color: #fff;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.navShadowBox::after {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.navbar-brand {
  position: center !important;
}



.row {

  margin-right: 0px;
  margin-left: 0px;
}


.hide {
  display: none;
}

p {
  font-size: 1.2rem;
}

@media only screen and (max-width: 1000px) {
  h1 {
      font-size: 28px !important;
      font-weight: 700 !important;
      margin-bottom: 5px !important;
      padding-bottom: 10px !important;
  }

  p {
      line-height: 28px !important;
      font-size: 18px !important;
  }
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}


.hide {
  display: none;
}

p {
  font-size: 1.2rem;
}

@media only screen and (max-width: 1000px) {
  h1 {
      font-size: 28px !important;
      font-weight: 700 !important;
      margin-bottom: 5px !important;
      padding-bottom: 10px !important;
  }

  p {
      line-height: 28px !important;
      font-size: 18px !important;
  }
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}



/* btn-block is the default state */
.btn-block {
display: none;
}


/* new default */
#read-more-content.hide{
    display: block;
}



/* btn-link is the text version */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;

  /* Overrides for .btn-primary */
  color: inherit !important;
  background-color: transparent !important;
  border-color: transparent !important;
  background: #4c4e4d;
  color: #ffffff;
  display: block !important;
}
.btn-link:hover {
    background-color: transparent !important;
}




/* btn-link is the text version */
.btn-solid {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
  
    /* Overrides for .btn-primary */
    background: #4c4e4d;
    color: #ffffff;
    display: block !important;
}
.btn-solid:hover {
    background: black !important;
}




#relatedsearches1 iframe{
	margin-bottom: 30px !important;
}
#relatedsearches2 iframe{
	margin-bottom: 30px !important;
}