@charset "UTF-8";
1,100..900&display=swap");
body {
  padding-top: 3.5rem;
}

main {
  padding: 2rem 0;
}

img {
  max-width: 100%;
}

a {
  color: #f94c3b;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: rgb(247.4851485149, 30.8069306931, 9.5148514851);
}

.container {
  max-width: 1140px;
}

h2 {
  color: #0f3750;
  font-weight: 800;
  margin: 50px 0 30px 0;
}

p {
  color: #5b5c5e;
}

.link-blue {
  color: #66b2ff;
  margin: 0;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.link-blue:hover {
  color: #0f3750;
}

:not(.btn-check) + .btn:active {
  background-color: #0a2536 !important;
  border-color: #0a2536 !important;
}

.btn.btn-primary:hover {
  background-color: #0a2536 !important;
  border-color: #0a2536 !important;
}

body, h1, h2, h3, h4, h5, h6, button, a, p, div {
  font-family: "Montserrat", sans-serif;
}

blockquote {
  color: #999;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 3rem auto;
  width: 80%;
}

.navbar-brand small {
  font-family: Lato, sans-serif;
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.5rem;
}
.navbar-brand img {
  width: 200px;
}

.lead {
  font-size: 1.2rem;
}

.btn.btn-primary {
  background-color: #0f3750 !important;
  border-color: #0f3750 !important;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  font-size: 25px;
  padding: 0 25px;
}
.btn.btn-primary:hover {
  background-color: rgb(2.9210526316, 10.7105263158, 15.5789473684) !important;
  border-color: rgb(2.9210526316, 10.7105263158, 15.5789473684) !important;
}

.card .card-img, .card .card-img-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navbar.fixed-top {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
.navbar.fixed-top .navbar-nav {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar.fixed-top .navbar-nav .active a {
  color: #f94c3b;
}
.navbar.fixed-top .navbar-toggler {
  padding: 0.25rem 0.5rem;
}
.navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

@media (max-width: 767px) {
  .navbar.fixed-top .container {
    max-width: 100%;
  }
}
.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .navbar {
    height: 80px;
  }
}

header {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
header .container {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}
header h1 {
  font-size: 3.6rem;
  text-transform: uppercase;
}
header .lead {
  font-size: 1.35rem;
}
header.has-image {
  color: #eee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
header.has-image .dimmer {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
}

.block {
  padding: 0 0 1.5rem;
}
.block img {
  border-radius: 0.25rem;
}
.block.column-block .col-md:not(:last-child) {
  margin-bottom: 1.5rem;
}
.block.column-block img {
  height: 100%;
  object-fit: cover;
}
.block.image-gallery-block .carousel {
  border-radius: 0.25rem;
  overflow: hidden;
}

.building-card {
  flex: 0 0 calc(33.333% - 1rem);
  min-width: calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
}
@media (max-width: 750px) {
  .building-card {
    flex: 0 0 calc(50% - 1rem);
    min-width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.building-card .mb-3 {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.building-card .mb-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .block.column-block .col-md:not(:last-child) {
    margin-bottom: 0;
  }
}
.post-meta {
  font-size: 0.875rem;
}
.post-meta span:not(:last-child)::after {
  content: "◆";
  display: inline-block;
  padding: 0 0.25rem;
}

.archive article {
  padding-bottom: 1rem;
}

.comments .alert {
  background: #f4f4f4;
  padding: 2rem 2.5rem;
}

.page-link {
  color: #f94c3b;
  min-width: 2.5rem;
  text-align: center;
}
.page-link:hover {
  color: rgb(247.4851485149, 30.8069306931, 9.5148514851);
}

.page-item.active .page-link {
  background: #f94c3b;
  border-color: #f94c3b;
}

.activities-card {
  background-color: #0f3750;
  color: white;
  padding: 1.5rem;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.activities-card h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  flex-shrink: 0;
  padding: 0 20px;
}
.activities-card p {
  margin-bottom: 0;
  line-height: 1.6;
  flex: 1;
  display: flex;
  align-items: end;
  font-weight: 300;
  color: #fff;
}

.main-image {
  position: relative;
  max-width: 100%;
  display: flex;
  width: 100%;
  justify-content: end;
}
.main-image .main-image-responsive {
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .main-image .main-image-responsive {
    max-height: 350px;
  }
}
@media (min-width: 768px) {
  .main-image .main-image-responsive {
    max-height: 400px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .main-image .main-image-responsive {
    max-height: 450px;
  }
}

@media (max-width: 576px) {
  .main-img-desc-container {
    flex-direction: column;
  }
}

.main-desc {
  font-style: italic;
  font-weight: 500;
  font-size: 25px;
  color: #0f3750;
  max-width: 25%;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .main-desc {
    max-width: 100%;
  }
}

.main-image-effect-1 {
  position: absolute;
  top: 30%;
  left: 0;
  width: 70%;
  height: 15px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .main-image-effect-1 {
    height: 18px;
  }
}
@media (min-width: 768px) {
  .main-image-effect-1 {
    height: 20px;
  }
}

.main-image-effect-2 {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 70%;
  height: 15px;
  background-color: #fff;
}
@media (min-width: 576px) {
  .main-image-effect-2 {
    height: 18px;
  }
}
@media (min-width: 768px) {
  .main-image-effect-2 {
    height: 20px;
  }
}

.main-image-effect-3 {
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 8px;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 576px) {
  .main-image-effect-3 {
    width: 9px;
  }
}
@media (min-width: 768px) {
  .main-image-effect-3 {
    width: 10px;
  }
}

footer {
  background-color: #0f3750;
  padding: 2rem 3%;
}
footer h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}
footer a, footer p {
  font-size: 12px;
}
footer p, footer h4 {
  color: white;
}
footer .contact-container {
  font-size: 14px;
}
footer .contact-container .name {
  font-size: 14px;
}
footer .contact-container .phone {
  color: #66b2ff;
  font-weight: 600;
}
footer .contact-container p {
  margin-bottom: 0.5rem;
}
footer .contact-container p.fw-bold {
  font-weight: 600;
}
footer .contact-container a {
  display: block;
  margin-top: 0.5rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer .contact-container a:hover {
  color: #ffffff;
}
footer .contacts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .contacts {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.company-cards {
  display: flex;
  flex-direction: column;
}
.company-cards h1 {
  color: #0f3750;
  font-weight: 800;
}
.company-cards h2 {
  margin-top: 0;
}
.company-cards p {
  margin-bottom: 0;
}
.company-cards a {
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 30px;
  display: block;
}
.company-cards .company-card {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-cards .company-card:nth-child(odd) {
  background-color: #0f3750;
  text-align: left;
}
.company-cards .company-card:nth-child(odd) p, .company-cards .company-card:nth-child(odd) a, .company-cards .company-card:nth-child(odd) h2 {
  color: white;
}
.company-cards .company-card:nth-child(even) {
  background-color: #cce2f0;
  text-align: right;
}
.company-cards .company-card:nth-child(even) p, .company-cards .company-card:nth-child(even) a, .company-cards .company-card:nth-child(even) h2 {
  color: #0f3750;
}
.company-cards .company-card-content {
  padding: 60px 1rem;
  max-width: 800px;
}

h1 {
  padding: 0 1rem;
}