@charset "utf-8";
/* CSS Document */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2b4568;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


.navbar-nav .nav-item.active .nav-link {
  color: #D13A56;
}
.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light .navbar-brand.ml-5 {
  font-size: 1.75rem;
}
.no-border {
  border: none;
}
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-card2 {
  top: auto;
}
.center-vertical {
  align-items: center;
}
.center-horizontal {
  margin: auto;
}
.my-photo {
  width: 1266px;
  height: 900px;
  object-fit: cover;
  object-position: 50% 0%;
}
.my-photo-sm {
  display: block;
  width: 420px;
  height: auto;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.bg-light {
    background-color: #DEE4E7 !important;
}
.bg-info {
	background-color: #264D6E !important;
}
.btn-primary {
    background-color: #4D79B5 !important;
    border-color: #4D79B5 !important;
}
.btn-primary:hover {
  background-color: #2b4568 !important;
  border-color: #2b4568 !important;
}
.my-card-photo {
	object-fit: cover;
	object-position: 20% 0%;
	width: 100%;
	height: auto;
}
.my-card-group {
	background-color: #D82A2D !important;
	margin: auto !important;
	float: none !important; 
}
.my-icon {
	height:  = 100%;
	max-height: 40px;
	width: auto;
}
#latestHere ol {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
/*  margin: 0;  Remove margins */
  margin-bottom: 3rem;
}
#latestHere li {
  margin-bottom: 1rem;
}