html {
  scroll-behavior: smooth;
  scroll-padding: 40px;
}

body {
  background-color: #333D51 !important;
  font-family: sans-serif !important;
}

.logo {
  max-height: 70px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .intro-message {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    max-height: 65px;
  }
}

@media screen and (max-width: 375px) {
  .logo {
    max-height: 60px;
  }
}

@media screen and (max-width: 359px) {
  .logo {
    max-height: 55px;
  }
}

@media screen and (max-width: 330px) {
  .logo {
    max-height: 50px;
  }
}

@media screen and (max-width: 310px) {
  .logo {
    max-height: 45px;
  }
}

@media screen and (max-width: 290px) {
  .logo {
    max-height: 40px;
  }
}

.logo-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: -6px;
}

.navbar {
  font-size: 20px;
}

.navbar a:hover {
  cursor: pointer;
}

#services {
  background-color: #333D51;
  color: white;
  padding-top: 30px;
}

#services h3 {
  cursor: default;
  font-weight: bold;
  padding: 40px;
}

#services h3:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  color: orange;
}

@media screen and (max-width: 1120px) {
  #services h3 {
    font-size: 20px;
  }
}

#about {
  background-color: #333D51;
  padding-left: 30px;
  padding-right: 30px;
  color: #ededed;
}

#about p {
  text-align: center;
  color: #ededed;
  font-size: 17px;
}

#about h2 {
  background: #333D51;
}

#contact {
  background-color: #020429;
  padding-left: 30px;
  padding-right: 30px;
  color: #ededed;
  cursor: default;
}

#contact h2 {
  background: #020429;
}

#contact a {
  color: #f2f2f2;
  display: inline-block;
}

#contact .fa-envelope, #contact .fa-phone, #contact .fa-map-marker-alt, #contact .facebook-link {
  color: white;
  padding-left: 10px;
}

#contact .facebook-link:hover {
  color: #4267B2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#contact #phone:hover, #contact #email:hover, #contact #address:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  color: orange;
}

#contact #phone:hover a, #contact #email:hover a, #contact #address:hover a {
  text-decoration: none;
  color: orange;
}

#contact #phone:hover .fa-phone, #contact #phone:hover .fa-envelope, #contact #phone:hover .fa-map-marker-alt, #contact #email:hover .fa-phone, #contact #email:hover .fa-envelope, #contact #email:hover .fa-map-marker-alt, #contact #address:hover .fa-phone, #contact #address:hover .fa-envelope, #contact #address:hover .fa-map-marker-alt {
  color: orange;
}

.section {
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-radius: 20px;
}

.section .section-title {
  border-bottom: 1px solid grey;
  position: relative;
  text-align: center;
  margin: 0px 30px 40px;
}

.section h1, .section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
  background: #333D51;
  display: inline-block;
  padding: 0px 40px;
  position: relative;
  top: 40px;
  margin-top: 0;
  color: #f2f2f2;
  font-weight: lighter;
}

.language-image {
  padding: 0px 5px 5px 0px;
}

.image-repo a {
  cursor: pointer;
}

#references {
  background-color: #2c4b69;
  padding: 20px 20px 40px 20px;
  color: #f2f2f2;
}

#references h2 {
  background: #2c4b69;
}

#references .references-img {
  cursor: pointer;
}

#references .references-img label {
  font-size: 17px;
}

#references .references-img .ref-content {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0px;
  display: block;
}

#references .references-img img {
  width: 260px;
  height: 260px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 880px) {
  #references .references-img img:hover {
    border-radius: 0px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    border-radius: 7px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
  }
}

@media screen and (min-width: 800px) and (max-width: 992px) {
  #references .references-img img {
    width: 230px;
    height: 230px;
  }
}

@media screen and (max-width: 799px) {
  #references .references-img img {
    width: 210px;
    height: 210px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #references .references-img img {
    width: 250px;
    height: 250px;
  }
}

@media screen and (min-width: 400px) and (max-width: 575px) {
  #references .references-img img {
    width: 270px;
    height: 270px;
  }
}

@media screen and (min-width: 360px) and (max-width: 399px) {
  #references .references-img img {
    width: 260px;
    height: 260px;
  }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  #references .references-img img {
    width: 230px;
    height: 230px;
  }
}

@media screen and (max-width: 319px) {
  #references .references-img img {
    width: 200px;
    height: 200px;
  }
}

footer {
  background-color: #ededed;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.copyright-section {
  text-align: center;
}

.copyright-section a:hover {
  color: orange;
}

.copyright-section label, .copyright-section a {
  font-size: 12px;
  color: grey;
}

@media screen and (max-width: 375px) {
  #carouselImage {
    height: 30vh;
  }
}

@media screen and (min-width: 375px) and (max-width: 576px) {
  #carouselImage {
    height: 35vh;
  }
}

@media screen and (min-width: 576px) and (max-width: 800px) {
  #carouselImage {
    height: 45vh;
  }
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
  #carouselImage {
    height: 55vh;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #carouselImage {
    height: 40vh;
  }
}

@media screen and (min-width: 1280px) {
  #carouselImage {
    height: 65vh;
  }
}

.carousel-icon:hover, .gallery-icon:hover {
  color: #FFF;
  font-size: 20px;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.85 !important;
  filter: alpha(opacity=100) !important;
  background: #fff;
}

.modal-content, .modal-header, .modal-footer {
  background: transparent !important;
  border-color: transparent !important;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

@media screen and (max-width: 800px) {
  .section h2, .section h1 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 400px) {
  .section h2, .section h1 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  #top .modal.fade.in {
    top: 5%;
  }
}

.close-button {
  border: none;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  width: 25px;
  cursor: pointer;
  margin-left: 30px;
  font-size: 20px;
  opacity: 0.9;
  background: inherit;
  font-size: 30px;
}

.topright {
  position: absolute;
  right: 0;
  top: 0;
}
/*# sourceMappingURL=style.css.map */