/* GENERAL */

.navbar {
  background-color: #006A8D;
}

.navbar-brand {
  margin-right: 35%;
}

.top-nav-collapse {
  background-color: #005875;
}

.btn-primary {
  color: #fff;
  background-color: #005875 !important;
}

.indigo-text {
  color: #005875 !important;
}

@media (min-width: 991px)
{
  #navbarSupportedContent { 
    position: relative; left: -104px; 
  }
}

@media (max-width: 776px) {
  .carousel {
    height: 100vh;
  } 
}

/* INDEX */

.view {
  height: 100%; 
}

.carousel {
  height: 50vh;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner .carousel-item, .carousel .carousel-inner .active {
  height: 100%;
}

.card-img-top {
  height: 300px;
  object-fit: cover;
}

/* PORTFOLIO */

#filters {
  padding-left: 0;
  list-style:none;
}

#filters li {
  float:left;text-transform: uppercase;font-weight: 600;
}

#filters li span {
  display: block;
  padding:5px 20px;   
  text-decoration:none;
  color: #000;
  cursor: pointer;
}

.listFilters-filter-active {
  background: #005875;
  color: white !important;
}

.mix {
  display: inline-block;
  vertical-align: top;
}

.mix {
  position: relative;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.mix:before {
  content: '';
  display: inline-block;
}

.myList {
  padding: 1rem;
  overflow: hidden;
  font-size: 0.1px;
}

.myList:after {
  content: '';
  display: inline-block;
  width: 100%;
  position: relative;
}

.port-img {
  width: 200px;
  height: 150px;
  z-index: 0;
}

.view-effect {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.view-effect figure {
  margin: 0;
  position: relative;
}

.view-effect figure img {
  max-width: 100%;
  display: block;
  position: relative;
}

.view-effect figcaption {
  position: absolute;
  left: 0;
  padding: 10px 0 20px 20px;
  background: rgba(44,63,82, 0.9);
  color: #b2ccd5;
  text-align: left;
  font-size: 14px;
}

.view-effect figcaption h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}

.styleCap figure {
  overflow: hidden;
}

.styleCap figure img {
  transition: transform 0.4s;
}

.styleCap figure:hover img {
  transform: translateY(-30px);
}

.styleCap figcaption {
  height: 55px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s, opacity 0.1s 0.3s ease-in-out;
}

.styleCap figure:hover figcaption {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.4s, opacity 0.1s ease-in-out;
}

/* CONTACT */

.fb-btn {
  color: #fff;
  background-color: #3b5998 !important;
}

.fb-btn:hover {
  color: #fff;
}

.tw-btn {
  color: #fff;
  background-color: #55acee !important;
}

.tw-btn:hover {
  color: #fff;
}

.li-btn {
  color: #fff;
  background-color: #0082ca !important;
}

.li-btn:hover {
  color: #fff;
}

.fk-btn {
  color: #fff;
  background-image: linear-gradient(to right, #0161da, #ff0082) !important;
}

.fk-btn:hover {
  color: #fff;
}

.vm-btn {
  color: #fff;
  background-color: #13b9eb !important;
}

.vm-btn:hover {
  color: #fff;
}

/* FOOTER */

.page-footer {
  background-color: #005875;
}

.pagination .page-item .page-link:hover {
  color: rgba(255, 255, 255, 0.2); !important;
  background-color: rgba(0, 0, 0, 0);
}

.pagination .page-item .page-link {
  color: white;
}