html, body {
    position: relative;
    height: 100%;  
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Merriweather', serif;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 16px;
    font-weight: 400;
    color:black;
    margin: 0;
    padding: 0;
}

.color1 { color: #001F60; }
.color2 { color: #D47E00; }

a {color: #D47E00}
a:hover  {color: #001F60}

a.l2 {color: #D47E00}
a.l2:hover  {color: #FFFFFF}

.altfont {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

#whoweare, #footer {background-color: #001F60;}
#references {background-color: #D37D07;}

#whoweare, #services, #references, #contacts {padding-bottom: 60px;}
#highlights {margin-top: 100px;}
#mapcanvas {width: 100%; height: 400px;}

.navbar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    min-height: 100px;
    background-color: #001F60;
}

.navbar-toggler-icon i {color:#fff; font-size:28px;}
.navbar-brand > img {max-height: 60px;}

.navbar a {color: white}
.navbar a:hover  {color: #D47E00}
.nav-item > a {color:#D47E00;}
.nav-item.active > a {color:#FFFFFF;}


.swiper-container {
    width: 100%; 
    height: 70vh;
}
.swiper-container2 {
    width: 100%; 
    height: 300px;
}
.swiper-container2 {
    width: 100%;
}
.swiper-slide-content2 {
    padding-top: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-wrapper {
    filter: brightness(100%);
}
.swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
    }
.swiper-pagination-bullet-active {
    background: #D47E00;
}
.swiper-slide-content {
    max-width: 600px;
}
.swiper-slide-content {
    max-width: 800px;
}
.swiper-slide-content-img {
    padding-bottom: 30px;
}
.swiper-slide-content-txt {
    font-family: 'Merriweather', serif;
    font-size: 32px;
    font-style: italic;
    color: #ffffff;
}
.swiper-slide-content-txt2 {
    font-family: 'Montserrat', serif;
    font-size: 18px;
    color: #ffffff;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    padding: 60px 0px 60px 0px;
}

.img11 {max-width: 450px;}

.txt11 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 28px;
    font-style: italic;
    color: #ffffff;
    /*max-width: 450px;*/
}

.txt12 {
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    /*max-width: 450px;*/
}

.services-container {padding-bottom: 60px;}

.services-container .icon {padding-bottom: 15px; margin:0 auto;}
.services-container .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #D47E00;
    height: 80px
}

.services-container .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #001F60;
}

.services-container .description {
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #001F60;
}

.contacts-image {
    margin-bottom: 30px;
}

.contacts-block {
    margin-bottom: 30px;
}

.contacts-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #D47E00;
}

.contacts-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #001F60;
}

.form-control, label, .btn {
    font-family: 'Montserrat', sans-serif; color: #001F60;
}

.btn-bersal {
    width: 100%;
    border: 1px solid #001F60;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#footer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 20px 0px 20px 0px;
    font-size: 12px;
    color: white;
}

#themodal #themodalLabel, #themodalBody {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}