html{
  min-height: 100%;
  position: relative;
}
body {
  background-color: #FDFBF7!important; 
   
}
nav{
    background-color:  #FDFBF7!important;
}

.portfolio{
  background: #FDFBF7!important; 
}
.navbar {
  min-height: 60px;
}
.navbar-brand {
  height: 70px;
  width: 60%;
  margin-left: 10px;
  line-height: 200px;
}
.navbar-collapse a{
    color: #000000 !important;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    display: block;
    padding: 0px 10px ;
    text-decoration: none !important;
}
.navbar-collapse a:hover{
    color: #66CDAA !important;
}
.navbar-collapse a.active{
    color: #66CDAA !important;
}
.navbar-collapse{
  padding-top: 10px;
  padding-left: 10%;
}
.active{
      color: #66CDAA !important;
}
.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 0px;
  padding: 10px 10px !important;
  
}
.navbar-toggler .navbar-toggler-icon{
  width: 2.2rem!important;
  height: 2.2rem !important;
}
.navbar-light .navbar-toggler{
  border-color: rgba(0,0,0,.0) !important;
}
.gri{
  background-color: #FDFBF7;
}
.bajar{
  display: flex;
  justify-content: center;
}
.horizontal2{
  display: flex;
}
 .bloque{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.vertical {
  width: 250px;
  height: 350px;
}
.horizontal{
  overflow: hidden;
  width: 500px;
  height: 350px;
  margin-right: 15px;
}

@supports(object-fit: cover){
    .photo1{
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center center;
    }
    .photo2{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}
@media (max-width: 570px){
    .bloque{
        margin-bottom: -10px;
    }
    .bajar{
      margin-left: -2px;
      margin-right: -2px;
       display: block;
    }
    .horizontal{
      width: 300px!important;
      margin-right: -15px;
    }
    .photo2{
      padding-top: 5px;
      padding-right: 8px;
    }
    .photo1{
       width: 100%;
       padding-top: 5px;
    }
}
@media (max-width: 800px){
  .horizontal{
        width: 250px;
        height: 220px;
    }
    .vertical{
        width: 156px;
        height: 220px;
    }
}
@media (max-width: 990px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
  
}

.fa-instagram{
    margin-left: 5px;
    content: "\f16d";
    color: #000;
    font-size: 25px;
}
.fa-instagram:hover{
    color: #66CDAA;
    font-size: 18px;

}
footer{
    width: 100%;
    height: 70px;
    padding-top: 70px;
    background: #FDFBF7;
}
footer p{
   font-family: 'PT Sans', sans-serif;
    text-align: end;
    margin-right: 10%;
    margin-top: 10px;
    padding-bottom: 20px;
}