/* general settings */
html, body {
  height: 100vh;
  width: 100vw;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
#page-content {
	min-height: calc(100vh - 90px);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.form-border {
	padding: 1.25rem;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
}
.box {
	padding: 1.1rem;
	width: 100%;
	border: 1px solid #C3C7C8;
	border-radius: 5px;
    box-shadow: 0 0 7px #515152;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.box:hover {
	border: 1px solid #C3C7C8;
    box-shadow: 0 0 15px #397fbd;
}
.form-box {
	padding: 0.3rem;
	width: 100%;
	height: 30%;
	border: 1px solid #C3C7C8;
	border-radius: 5px;
    box-shadow: 0 0 5px #515152;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.form-checkbox {
	padding: 0.3rem;
	border: 1px solid #C3C7C8;
	border-radius: 5px;
    box-shadow: 0 0 5px #515152;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
}
.label-style {
	color: rgb(57, 127, 189);
	font-size: 0.75rem;
	font-weight:bold;
}
.checkbox-label-style {
	font-size: 0.75rem;
}
.required-text {
	font-size: 0.7rem;
	font-weight:bold;
	color:red;
}
.title-style {
	color: rgb(57, 127, 189);
	font-size: 1.37rem;
	font-weight:bold;
}
.p-style {
	font-size: 0.875rem;
}
.repre-title {
	font-size: 0.75rem;
}
.more-text {
	font-size: 0.7rem;
	font-weight:bold;
	color:#163f81;
}
.top-border {
	border-top: 1px solid rgb(57, 127, 189);
}
.bottom-border {
	border-bottom: 1px solid rgb(57, 127, 189);
}
.all-borders {
	border: 1px solid rgb(57, 127, 189);
}
.all-but-top-borders {
	border-left: 1px solid var(--bs-border-color);
	border-right: 1px solid var(--bs-border-color);
	border-bottom: 1px solid var(--bs-border-color);
}
/* header style */
.topheader {
	margin: 0;
	padding: 0;
	width: 100vw;
	overflow: hidden;
}
.topheader #logo {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 302px;
	border: 0;
}
#logo img{
	 margin-left:7px;
	/*margin-top:31px; */
}
.homelink {
	float:left;
	text-align:left;
	margin-top:12px;
	margin-left:5px;
}

.homelink a {
	font-size:0.8rem;
	font-weight:bold;
	color: #646464;
	text-decoration:none;
}
.navbar {
	width:100%;
	margin-top:-10px;
}
.tmbutton {
	margin-top:10px;
	height:50px;
}
.tmbutton a{
	line-height:40px;
	border-left: solid 2px #000;
	font-family: arial !important;
    font-size: 0.93rem !important;
	font-weight: bold;
}
.tmbutton:hover{
	color:#ffffff !important;
	background-color: rgb(57, 127, 189);
}
.nav-link-background {
	font-weight:bold;
	font-size:0.7rem;
	background: linear-gradient(0deg, rgba(228,232,232,1) 0%, rgba(254,254,254,1) 62%);
}
/* footer style */
.footer{
	height: 50px;
	margin-top: 40px;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 3px #e8e8e8;
	font-size:0.7rem;
}
.footer a {
	color: var(--bs-blue);
	text-decoration: none;
}
.footer span {
	color: #fff;
}
/* lightbox gallery */
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}
.lb-data .lb-close {
    position: absolute;
    top: -40px;
    right: 30px;
}
.lb-nav a.lb-next {
  position: fixed;
  height:50%;
  right: 0;
  bottom: 25%;
}
.lb-nav a.lb-prev {
  position: fixed;
  height:50%;
  right: 0;
  bottom: 25%;
}
.breadcrumb-item a {
	font-weight:bold;
	color: rgb(57, 127, 189);
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "»");
  color: rgb(57, 127, 189);
  font-weight:bold;
}
