* {
  font-family: 'Oswald', sans-serif; }

body {
  background-color: #fff; }

.home-bg {
  background-image: url(../img/home.jpg);
  background-size: cover;
  background-repeat:no-repeat;}

  
.full-height {
  height: 100vh; }

.menu li {
  list-style: none; }

.menu .link {
  color: #ff3838;
  font-weight: 300;
  font-size: 28px; }
  .menu .link.active {
    text-decoration: underline; }

.site-title {
  font-weight: 200;
  font-size: 120px;
  line-height: 120px;
  color: #ff3838; }
  .site-title.about {
    position: fixed;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      .site-title.about {
        position: inherit;
        line-height: 70px;
        font-size: 60px;
        margin-bottom: 60px; } }



.filterDiv {
  text-align: center;
  display: none;
}

.show {
  display: block;
}

/*.container {
  margin-top: 20px;
  overflow: hidden;
}
*/
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
  font-family: Oswald;
  font-weight: 200;
  color: #ff3838;
}

.btn:hover {
  background-color: #ffd3c9;
  color: #ff3838;
}

.btn.active {
  background-color: #ff3838;
  color: white;}




.des {
  margin-top: 30px;
  font-weight:100;
  width: 500px;
  font-size: 20px;
  color: #ff3838;
  line-height: 30px;
}


.con{
 margin-right: 1.5rem;
  margin-left: 1.5rem;
}


.word{
  font-size: 1rem;
  font-weight: 200;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ff3838;

}

.collapsed, .nav
ul{
  list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}


.homepage-text-contain {
  max-width: 700px;
  color: #ff3838; }
  .homepage-text-contain p {
    font-weight: 200; }

.social {
  position: fixed;
  bottom: 45px; }
  .social a:hover {
    opacity: .8; }




.filter span {
  font-weight: 200;
  color: #ff3838;
  cursor: pointer;
  position: relative;
  display: inline-block; }
  .filter span:hover {
    opacity: .8; }
  .filter span.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ff3838;
    bottom: -2px;
    left: 0; }

.filtered-item {
  transition: .3s ease all; }
  .filtered-item:hover {
    transform: scale(1.02); }

.w-100item {
  transition: .3s ease all; }
  .work-item:hover {
    transform: scale(1.01); }
  .work-item a:hover {
    text-decoration: none; }



.work-text {
  color: #ff3838;
  font-weight: 200; }
  .work-text span {
    text-transform: uppercase; }
  .work-text h1 {
    font-size: 80px;
    font-weight: 200;
    line-height: 80px; }
