body, li,table,tr,td,a,p,h1,h2,h3,h4,h5,div,span {
    /*font: 400 14px/28px "Roboto", sans-serif;/**/
    font: 200 16px/32px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.carousel,.carousel .carousel-inner,.carousel .carousel-inner .active,.carousel .carousel-inner .carousel-item,.view,body,html{height:100%}
.navbar{
    background-color:rgba(255,255,255,.9)
}

.navbar div, .navbar span, .navbar a {
  font: 400 16px/32px "Roboto", sans-serif;
}

.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: "Roboto", sans-serif;
}

.top-nav-collapse
{
    background-color:rgba(255,255,255,.9)
}


.page-footer
{
    background-color:#1C2331;
}



/* ---------
 * Team
 * ---------*/
/* default */
.team-member {
    background-color: #F8F8F8;
  }
  .team-member .member-info {
    padding: 25px 20px;
    border-top: 2px solid #69B417;
  }
  .team-member .name {
    display: inline;
    font-size: 18px;
    font-weight: 700;
  }
  .team-member .title {
    float: right;
    font-size: 16px;
    line-height: 1;
  }
  .team-member .short-bio {
    margin: 15px 0 20px 0;
  }
  @media screen and (max-width: 768px) {
    .team-member {
      margin-bottom: 30px;
    }
    .team-member .title {
      float: none;
    }
  }
  
  @media screen and (max-width: 480px) {
    .team {
      padding-bottom: 0;
    }
  }

  .list-logo {
    text-align: center;
  }
  .list-logo > li {
    margin: 1em 2.5em;
  }
  @media screen and (max-width: 480px) {
    .list-logo > li {
      display: block;
      margin: 2em 0;
    }
  }

@media only screen and (max-width:768px){
    .navbar{
        background-color:rgba(255,255,255,.9)
    }
}


@keyframes zoominoutani {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
@keyframes zoominani {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.2,1.2);
    }
}

@keyframes zoomoutani {
    0% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.zoominanimation{
	animation: zoominani 10s forwards;
}

.zoomoutanimation{
	animation: zoomoutani 15s forwards;
}

.zoominoutanimation{
	animation: zoominoutani 15s forwards;
}

.portfolio {
    background:#fdfdfd;
    border: solid 1px #f4f4f4;
}

@keyframes fadeinbg {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(1.15,1.15);
    }
}
.portfolio:hover > div {
    animation: fadeinbg 1s forwards;
}

.portfolio i {
    color: #260b16;
    opacity:.3
}



body {
    xbackground: #e8e8e8;
}














