
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: NewYork;
  src: url('../font/newyork.woff');
   color: #6b5f55;
}

@font-face {
  font-family: Cremona;
  src: url('../font/cremona.ttf');
}

html{
  scroll-behavior: smooth;
}

body {
/*  font-family: NewYork;*/
/*  font-family: "Inconsolata", monospace;*/
/*  color: #0d1e2d;*/
  scroll-behavior: smooth;
  color:#6B5F55;
  background-color: #FBFAFA;
}

a {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: 'NewYork';
}

/*.section {
  padding: 7rem 0;
}*/

.filters a {
  text-decoration: none;
  color: #CBBFB3;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
  color: #CBBFB3;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;

}

.filters a.active {
  color:#6B5F55;
 
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #6B5F55;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;

}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  background: #FBFAFA;*/
  background: rgba(251,250,250,0.8);
  visibility: hidden;
/*  opacity: 0.1;*/
  transition: 0.5s all ease-in;

}

.item .item-wrap img {
  transition: 3.7s transform ease;
  transform: scale(1);

}
/*.item .item-wrap img :hover{
  opacity: 0.5;
  display: grid;
}*/

.item .item-wrap>.work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #6B5F55;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: 0.5s all ease;
}

.item .item-wrap>.work-info h3 {
  font-size: 40px;
  margin-bottom: 0;
  font-family: 'Cremona';
}

.item .item-wrap>.work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

/*.item .item-wrap:hover:after img {
  opacity: 0.5;
   visibility: visible;
}*/

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s all ease;
  font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.testimonials-slider .swiper-pagination {
  margin-top: -60px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(13, 30, 45, 0.3);
  opacity: 1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(13, 30, 45, 0.6);
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Services */
.services i {
  font-size: 40px;
}

.services h4 {
  padding-top: 10px;
}

/* Contact Form */
.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
  background: #0d1e2d;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */
.custom-navbar {
  position: fixed;
  top:0;
  padding:0;
  width: 100%;
  z-index: 999;
}

@media (max-width: 780px) {
  .custom-navbar>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 3rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}

/*--------------------------------------------------------------
# Self-implement Desktop
--------------------------------------------------------------*/

#Layer_3{
  max-width: 64px;
  max-height: 64px;
  width: 100%;
  height: 100%;
  color: #6B5F55;
  fill: #6B5F55;
}

#Layer_2{

  max-width: 70px;
  max-height: 70px;
  width: 100%;
  height: 100%;
  color: #6B5F55;
  fill: #6B5F55;
}

.custom-navbar{
  display: none;
}

.nav_mb_425QQ{
  display:none;
}

.iconss{
  display: inline-block;
  float: right;
}



.err {
  display: inline-block;
  position: relative;
}
.err:before {
  content: "﹋﹋﹋";
/*  content: "﹏﹏﹏";*/
  font-size: 0.6em;
  font-weight: 700;
  color: #6F5B55;
  width: 100%;
  position: absolute;
  transform: rotate(3.142rad);
  left: -15px;
    top: 55px;
  overflow: hidden;
}

.wavy{
/*  border-bottom: 1px solid grey;*/
  display: inline-block;
  position: relative;

}

.wavy:before {
  content: "﹋﹋﹋";
  font-size: 0.5em;
  font-weight: 700;
  width: 100%;
  position: absolute;
  top: 50px;
  left: -15px;
  overflow: hidden;
  transform: rotate(3.142rad);
}

.circle{
  color: white;
  border-radius: 50%;
/*  background-color:rgb(0 0 0 / 72%);*/
background-color: #6F5B55;
}


#top_a_bit{
  margin-top: 300px;
}

 .vertical {
    margin-top: 20px;
    border-left: 1px solid #6B5F55;
    height: 222px;
    position:absolute;
    left: 53%;
}

.btm-text{
  font-family:'Cremona';
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 22px;
  color:#CBBFB3 !important;
}

@media (orientation: portrait){

  .pg_2{
    text-align: center;
    font-family: 'NewYork';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    color: #6B5F55;
  }


.Yay{
  margin-top: 2em;
/*  font-size:11vh;*/
  font-size: 55px;
  color: #6B5F55;
  padding-left:55px;
  font-family: NewYork;
/*  padding-left: 50px;*/
}

}

@media (orientation: landscape){

  .pg_2{
    text-align: center;
    font-family: 'NewYork';
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    color: #6B5F55;
  }


.Yay{
  margin-top: 2em;
/*  font-size:11vh;*/
  font-size: 90px;
  color: #6B5F55;
  padding-left:55px;
  font-family: NewYork;
/*  padding-left: 50px;*/
}

}


@media (max-width: 768px) and (orientation: portrait){

  .pg_2{
    font-size: 72px;

  }
}

@media (max-width: 768px) and (orientation: landscape){

  .pg_2{
    font-size: 55px;

  }

  .custom-navbar{
    position: unset;
    margin-top: 0px;
  }

  .hori-line-dk{
    margin-top: unset;
  }
}

@media (max-width: 425px) and (orientation: portrait){

  .pg_2{
    font-size: 40px;

  }
}


.filters{
  font-family:'Cremona';
  text-transform: uppercase;
  color: #6B5F55;
  margin-bottom: 30px;
}

.filters a{
  padding-left: 20px;
  padding-right: 20px;
  color: #6B5F55;
  font-size: 24px;
}

.img-fluid{
  width: 100%;
  height: 100%;
}

.footer-layer{
  display: flex;
  justify-content: center;
  text-align: center;
  height: 65vh;
  z-index: 11;
/*  margin-top: 230px;*/
  text-transform: uppercase;
  font-family: 'Cremona';
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.2em;
}

.footer-layer p{
  margin-top: 35vh;
}

.footer-bottom-text{
  font-family: 'Cremona';
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 30px;

}

.footer {
  background-image: url('../img/footer_img.png');
  background-repeat: no-repeat;
  background-position: center;
/*  height: 800px;*/
background-size: 400px 400px;

}

.footer img {
  max-width: 100%;
  width: 500px; 

}

#btn-back-to-top {
  position: fixed;
  bottom: 33px;
  right: 52px;
  display: none;
  z-index: 999px;
  background: #6B5F55;
  border-radius: 50%;
  border: none;
}

.top-introduce-upper{
  padding-top:40px;
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
}

.top-introduce{
  font-family: 'Cremona';
  font-weight:400;
  font-size: 20px;
  color: #6B5F55;

/*  position: absolute;*/

}

.top-introduce-small-text{
  font-family: 'Cremona';
  font-weight:400;
  font-size: 20px;
  color: #CBBFB3;
  letter-spacing: 0.1em;

}

.top-introduce-content{
    font-family: 'Cremona';
    font-weight:400;
    font-size: 23px;
    padding: 0;
    margin: 0;
    color: #6B5F55;
    letter-spacing: 1px;
  }

  .navbar-side-desktop{
    display: block;
    
  }

  .sidenav {
  height: 100%;
  width: 100px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FBFAFA;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  border: 1px solid #6B5F55;
  display: inline-grid;
  justify-content: center;
  align-items: center;
}


  .navbar-deks-icon{
      display: grid;
    height: 113px;
    align-content: space-around;
    justify-content: center;
  }

  .navbar-font{
/*    text-orientation: upright;*/
    transform: rotate(3.142rad);
    writing-mode: vertical-rl;
    font-family: 'Cremona';
    font-size: 18px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #6B5F55;
    

  }

  .three-items{
    top: 1620px;
    position: absolute;
  }

  .btm-link-tag-left{

    border: 1px solid #6B5F55;
    border-radius: 100px;
    font-family: 'Cremona';
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #6B5F55;
    font-size: 21px;
    max-width: 250px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    background-color: #FBFAFA;

  }

  .btm-link-tag-left:hover{

    border: 1px solid #6B5F55;
    color: #FBFAFA;
    background-color: #6B5F55;

  }

  .btm-link-tag-right{

    border: 1px solid #6B5F55;
    border-radius: 100px;
    font-family: 'Cremona';
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #6B5F55;
    font-size: 21px;
    max-width: 250px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    background-color: #FBFAFA;

  }

    .btm-link-tag-right:hover{

    border: 1px solid #6B5F55;
    color: #FBFAFA;
    background-color: #6B5F55;

  }


  .mb-title{
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Cremona';
    color: #6B5F55;
    letter-spacing: 0.1em;
    padding-left: 0.5em;

  }

  .site-portfolio{

    margin-bottom: 100px;
  }

  .more_works{
    font-family: 'NewYork';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 78px;
    text-align: center;
    color: #6B5F55;
    top:-10px;
    position: relative;
  }

  .tng{
    text-align: center;
  }

  .btm_link_D{
    display: block;
  }

  .btm_link_M{
    display: none;
  }

  .portfolio_small_tag{ 
    font-family: 'Cremona';

  }

 #work-container{
/*    max-width: 70%;*/
  padding-left: 100px;
 }

 #work-container-footer{
   padding-left: 74px;
 }

 .top-introduce-left{
  padding-left: 121px;
 }

 .top-introduce-right{
  padding-left: 50px;
  padding-right: 0;
 }

 .footer-thanks-mb{
    display: none;
    font-size: 16px;
 }



 #Layer_1{
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  color: #6B5F55;
  fill: #6B5F55;
 }

/*--------------------------------------------------------------
# Self-implement Mobile
--------------------------------------------------------------*/
  
 /* #design1{
    display: none;
  }

#design2{
    display: none;
  }

  #design3{
    display: none;
  }*/


@media(max-width: 1024px){

  .btm-text{
    font-size: 14px;
  }

   .more_works{
    font-family: 'NewYork';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 78px;
    text-align: center;
    color: #6B5F55;
    top:-10px;
    position: relative;
  }

/*  .Yay{
    font-size: 10vh;
  }*/

}

@media(max-width: 1024px) and (orientation: portrait){

   .Yay{
    font-size: 65px;

    }

    .pg_2{
      font-size: 65px;
    }

}

@media(max-width: 1024px) and (orientation: landscape){

   .Yay{
    font-size: 80px;

    }

}

/*TESTING USING PORTRAIT N LANSCAPE SETTLE WITH YAY*/

@media(max-width: 768px) and (orientation: portrait){

   .Yay{
    font-size: 55px;
    margin-top: 3em;
    padding-left: unset;
    }

    .pg_2{
      font-size: 55px;
    }

     .hori-line-dk{
/*    border-top: 1px solid black;*/
    margin-top: 88px;
  
     }

}

@media(max-width: 768px) and (orientation: landscape){

   .Yay{
    font-size: 55px;
    margin-top: 1em;
    padding-left: unset;
    }

    .hori-line-dk{
    margin-top: unset;
  
     }

}

@media(max-width: 768px){

  .top-introduce-small-text{
  font-family: 'Cremona';
  font-weight:400;
  font-size: 16px;
  color: #CBBFB3;
  margin-bottom: 0;
  letter-spacing: 0.1em;

}

#top_a_bit{
  margin-top: 200px;
}

  .nav_mb_425QQ{
    display: none;
  }

 .top-introduce-left{
  padding-left: 12px;
  margin-bottom: 20px;
 }

 .top-introduce-right{
  padding-left: 12px;
 }

#work-container{
   padding-left: 12px;
 }

#work-container-footer{
  padding-left: 12px;
}

.top-introduce-content{
    font-family: 'Cremona';
    font-weight:400;
    font-size: 17px;
    padding: 0;
    margin: 0;
    color: #6B5F55;
    padding: 5px 0;
    font-size: 17px;
    letter-spacing: 1px;
  }

  .footer-bottom-text{

  font-size: 12px;
  margin-top: 100px;

}

  .footer-layer{
  position: flex;
  justify-content: center;
  text-align: center;
   z-index: 11;
/*  margin-top: 280px;*/
  text-transform: uppercase;
  font-family: 'Cremona';
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.2em;
  height: unset;

}


  .wavy:before {
    content: "﹋﹋﹋";
    font-size: 0.6em;
    font-weight: 700;
    width: 100%;
    position: absolute;
    top: 33px;
    left: -10px;
    overflow: hidden;
}

/*  .Yay{
    font-size: 70px;
    margin-top: 3em;
    padding-left: unset;
    }*/

    .custom-navbar{
    display: block;
    background-color: #FBFAFA;
/*    padding: 27px;*/
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 55px;
    padding-right: 40px;
    border-bottom: 1px solid #6B5F55;
  }

 /* .iconss{
    display: none;
  }*/

  .iconss-mob{
    display: inline-flex;
    background-color: white;
    align-items: center;
  }

  .btm-text{
    font-size: 10px;
    margin-top: 14em;
  }

  .top-introduce{
  letter-spacing: 0.2em;
  font-size: 14px;
  }

  .item .item-wrap>.work-info h3 {
  font-size: 20px;
  font-family: 'Cremona';
  margin-bottom: 0;
}

 .vertical {
    margin-top: 20px;
    border-left: 1px solid #6B5F55;
    height: 150px;
    position:absolute;
    left: 50%;
}

 .navbar-side-desktop{
    display: none;
  }

   .site-portfolio{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .more_works{
    font-family: 'NewYork';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 78px;
    text-align: center;
    color: #6B5F55;
    position: relative;
    left: auto;
    right: auto;
/*    top: 0;*/
  }

  .tng{
    text-align: unset;
  }

  .btm_link_D{
    display: none;
  }

  .btm_link_M{
    display: block;
  }

  .btm-link-tag-left{

    border: 1px solid #6B5F55;
    border-radius: 100px;
    font-family: 'Cremona';
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #6B5F55;
    margin: 30px 0px;
   
  }

  
  .btm-link-tag-right{

    border: 1px solid #6B5F55;
    border-radius: 100px;
    position: relative;
    font-family: 'Cremona';
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #6B5F55;
     margin: 30px 0px;
  }



/*  .pg_2{

    font-size: 8vh;
}*/

.filters a {
    padding-left: 20px;
    padding-right: 20px;
    color: #6B5F55;
    font-size: 20px;
}

.footer {
  background-size: 220px 220px;
/*   height: 400px;*/

}


.top-introduce-upper{
  padding: 50px 50px;

}

.footer-layer p{
  margin-top: unset;
}

/*  .footer_lay{
    width: 400px;
  }*/

  .footer_btmabit{
    margin-top: 150px;
  }


}


@media(max-width: 600px) and (orientation: portrait){

   .Yay{
    font-size: 55px;
    margin-top: 3em;
    padding-left: unset;
    }

    .pg_2{
      font-size: 55px;
    }

}



@media (max-width: 575px){

  #work-container{
    padding: 0px 50px 0px 50px;
  }

  #work-container-footer{
    padding: 0px 50px 0px 50px;
  }

     .custom-navbar{
    display: block;
    background-color: #FBFAFA;
/*    padding: 27px;*/
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 55px;
    padding-right: 40px;
    border-bottom: 1px solid #6B5F55;
  }
}
  
@media (max-width: 488px){

    .footer-bottom-text{

   font-size: 9px;

  }

  .filters a {

    font-size: 15px;
  }


}



@media(max-width: 425px){

  .btm-text{
    font-size: 8px;
  }

  .Yay {
    font-size: 4.5vh;
    margin-top: 2em;
  }

    .wavy:before {
  content: "﹋﹋﹋";
  font-size: 0.6em;
  font-weight: 700;
  width: 100%;
  position: absolute;
  top: 30px;
  left: -10px;
  overflow: hidden;
}

  #btn-back-to-top{
    right:10px;
  }

  #QQAB{
    margin-left:16px;
  }


   .vertical {
    height: 100px;
    border-left: 1px solid #6B5F55;
  }

  #top_a_bit{
  margin-top: 150px;
}
/*  .pg_2{
    font-size: 4vh;
  }
*/
    .footer-thanks{
    display: none;
  }

  .footer-thanks-mb{
    display: grid;
  }

  .custom-navbar{
    padding-left: 22px;
    padding-right:22px;
    padding-top: 14px;
    padding-bottom: 14px;
     display: none;
  }

/*   .nav_mb_425{

     background-image: url('../img/logosmall.png');
  }*/

  .nav_mb_425QQ{
    display: block;
    padding-left: 22px;
    padding-right:22px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #6B5F55;
     background-color: #FBFAFA;
  

  }

  .mb-title{
    font-size: 15px;
    padding-top: 10px;
  }

  .hori-line-dk{
  margin-top: unset;
 }


}

@media(max-width: 425px) and (orientation: portrait){

   .Yay{
    font-size: 40px;

    }

    .pg_2{
      font-size: 40px;
    }

}

@media(max-width: 425px) and (orientation: landscape){

   .Yay{
    font-size: 35px;
    margin-top: 2.0em;

    }

}

@media (max-width: 488px){
.filters a {
    font-size: 15px;
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media(max-width: 375px){

  .Yay {
    font-size: 35px;
    margin-top: 1.5em;
  }

  .pg_2{
    font-size: 35px;
  }

  .wavy:before {
  content: "﹋﹋﹋";
  font-size: 0.6em;
  font-weight: 700;
  width: 100%;
  position: absolute;
  top: 22px;
  left: -9px;
  overflow: hidden;
}

#QQAB{
    margin-left:unset;
  }

  
  .mb-title{
    display: none;
  }

  .custom-navbar{
     padding-left: 50px;
    padding-right: 50px;
  }

  .footer-thanks-mb{
    font-size: 13px;
  }

}

@media(max-width: 325px){
/*  .Yay{
    font-size: 6vh;
  }*/

  #work-container{
    padding: 0px 40px 0px 40px;
 }

 #work-container-footer{
    padding: 0px 40px 0px 40px;
 }

.filters a {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}


 .custom-navbar{
  padding-left: 30px;
  padding-right: 30px;
 }

 .footer-thanks-mb{
  font-size: 12px;
 }
}

@media(max-width: 325px) and (orientation: portrait){

   .Yay{
    font-size: 31px;

    }

}


@media(max-width: 325px) and (orientation: landscape){

   .Yay{
    font-size: 31px;
    }

}

