
.site-footer {
    padding: 4em 0;
    background: rgb(35, 57, 54); }
    @media (min-width: 768px) {
      .site-footer {
        padding: 8em 0; } }
    .site-footer .border-top {
      border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
    .site-footer p {
      color: #737373; }
    .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
      color: #fff; }
    .site-footer a {
      color: #999999; }
      .site-footer a:hover {
        color: white; }
    .site-footer ul li {
      margin-bottom: 10px; }
    .site-footer .footer-heading {
      font-size: 16px;
      color: #fff; }




.img-gradient img{
  display:block;
}
.img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
      

.card:hover{
  transform: scale(1.05);
  transition: 0.5s all;
}

.img-size{
  height: 14rem; 
  width: 31.25rem;
}


/* FADES: */
.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}

.fade-in.appear {
  opacity: 1;
}


@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
  
  
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}

/* PARALLAX: */


.parallax-top {
  flex: 1;
  display:flex;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
  padding-left: 0;
  padding-right: 0;
}

.parallax-first {
  background-image: url("../images/img/inside/interior_Photo\ -\ 12.jpg");
  background-size: 100%;
  display: flex;
  
}

.opacity{
  overflow: hidden;
  flex: 1;
  display:flex;
  position:relative;
  width:100%;
  background-color: rgba(0, 0, 0, 0.188)!important;
  padding-left: 0;
  padding-right: 0;
}

.parallaxInnerDiv{
  flex: 1;
  display:flex;
  position:relative;
  width:100%;
}

.parallax-second {
  background-image: url("../images/ceblam\ color.jpg");
  background-size: 65%;
  background-color: rgb(35, 57, 54);
}

.parallax-text{
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  position: absolute;
  /* flex: auto; */
  display: inline-flex;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color:white;
}


#footerhr{
  color:gray;
  margin-left: 10%;
  margin-right: 10%;

}


.ceblamLogo{
  height: 3.56rem ;
}

header{
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0px;
  z-index: 999;
  background-color: rgb(255, 255, 255);
}

.navbar {
  --text: #f4f4f4;
  --text-inverse: #333;
  background: rgb(255, 255, 255);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.481);

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  scrollbar-arrow-color: none;
  padding-top: 0%;
  padding-bottom: 0%;
}


.navbar-brand {
  float: left;
  padding: 10px;
  font-size: 19px;
  line-height: 10px;
  height: 75px;
  max-width: 440px;
  display: flex;
}

.nav-link {
  transition: all 1s;
  position: relative;
}

.nav-link:hover::after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* .active{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.359);
  
} */

/* .active{
  color: rgb(219, 206, 206);
	background-color: rgba(100,100,100,1);
	border-left: thick solid rgba(0,255,0,0.5);
} */


#offices-section, #about-section, #contact-section {
  padding-top: 1px;
}

#contact-section {
  padding-top: 30px;
}

.test{
  background-color: green;
  height: 50px;
  border: 2px solid red;
}




#es-flag-icon{
  background-image: url("../images/spainflag.png");
  height: .10rem;
  width: .30rem;
}


h3{
  text-align: center;
}

.btn-primary{
  background-color: rgb(35, 57, 54) !important;
}

.btn-outline-primary{
  color:rgb(35, 57, 54);
}


.responsive {
  width: 120%;
  height: auto;
}


/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1200px) {
  .responsive-font-example {
    font-size: 80px;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
  .responsive-font-example {
    font-size: 30px;
  }
}


