@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html {
    font-family: 'Oswald', sans-serif;
    margin: 0; 
    padding: 0;
    overflow: hidden;
}

.navbar-brand img {
  height: 6vh;
  width: auto;
  margin-right: 10px;
}

body{
    background: linear-gradient(135deg, #f8f9fa 0%, #afb4b9 100%);
}
.gr-1{
    background: linear-gradient(170deg, #01e4f885 0%, #1D3EDE 100%);
}
.gr-2{
    background: linear-gradient(170deg, #c4f373cc 0%, #429321 100%);
}
.gr-3{
    background: linear-gradient(170deg, #C86DD7 0%, #472566 100%);
}

*{transition: .5s;}

.h-100{height: 100vh !important;}

.align-middle{
  top:20%;
}

.column{
  margin-top:3rem;
  padding-left:3rem;
  &:hover{
    padding-left:0;
    .card .txt{
      margin-left:1rem;
      h1, p{
        color:rgba(255,255,255,1);
        opacity:1;
      }
    }
    a{
      color:rgba(255,255,255,1);
      &:after{
      width: 10%;
      }
    }
  }
}
.card{
  min-height:170px;
  margin: 0;
  padding: 1.7rem 1.2rem;
  border: none;
  border-radius: 0;
  color:rgba(0,0,0,1);
  letter-spacing: .05rem;
  font-family: 'Oswald', sans-serif;
  box-shadow: 0 0 21px rgba(0,0,0,.27);
  .txt{
    margin-left:-3rem;
    z-index: 1;
    h1{
      font-size:1.5rem;
      font-weight: 300;
      text-transform: uppercase;
    }
    p{
      font-size:.7rem;
      font-family: 'Open Sans', sans-serif;
      letter-spacing: 0rem;
      margin-top:33px;
      opacity:0;
      color:rgba(255,255,255,1);
    }
  }
  a{
    z-index:3;
    font-size: .7rem;
    color:rgba(0,0,0,1);
    margin-left:1rem;
    position:relative;
    bottom: -.5rem;
    text-transform: uppercase;
  }

  a:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    width: 0;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid rgba(255,255,255,1);
    transition: .5s;
  }
  
  .ico-card{
    position:absolute;
    top: 0;
    left:0;
    bottom:0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  i{
    position: relative;
    right: -50%;
    top:60%;
    font-size: 12rem;
    line-height: 0;
    opacity: .2;
    color:rgba(255,255,255,1);
    z-index: 0;
   }
}


@media (max-width: 768px) {
  html {
    overflow:auto
  }
}
