


     body {
                 font-family: 'SummerFont-Bold' !important;
                 font-size: 4rem;

  }
   .logo {
        width: 50%;
    }
    .navbar ul {
    margin:0;
    padding:0;
}
ul {
    list-style-type:none;
}
   nav .nav-item .nav-link{
        color: black !important;
        padding: 5% !important;
        font-size:1.8rem;
    }
  nav  .nav-item {
        height:80px;
        width:120px;
        text-align:center;
    }
    .navbar ul{
        width: 40%;
        align-items:right;
    }
    ul:last-child {
        margin-right: 0% !important;
    }
  
    .navbar {
        font-family: 'SummerFont-Bold';
        font-size:22px;
    width: 100%;
    z-index: 1;
    background: transparent;
    position: fixed;
    top: 0;
    left:0;
    right: 0;
     display:flex;
       justify-content: space-between;
       align-items: center;
       padding: 5% 10% !important;
}
#info {
    padding:5% 20%;
  background: #FCFFFB 0% 0% no-repeat padding-box;
}

#info span {
    color: #8AC37C;
}
.video {
    margin: 0% 20%;
    
}
.video iframe {
    width: 100%;
    height: 400px;
    border:1px solid transparent;
    border-radius: 30px;
    box-shadow: 0px 10px 89px #60745B4F;
}

#instagram {
padding: 0% 10%;
margin:0%;
background: #FCFFFB;
}
#ndarje {
    background: #FCFFFB;
    padding: 5%;
}
#ndarje img {
    width:60%;
}
#footer {
    padding-bottom:5%;
    background:#FCFFFB;
}

.navbar.scrolled {
  background: #fff !important;
  background-size: 100% 50%;
  transition: background-color 200ms linear !important;
  top: 0;
  right:0;
  left:0;
  height: 0px;
margin: -2% auto !important;
padding: 1px auto;
-webkit-box-shadow: 0px 0px 30px 13px rgba(227,236,224,1);
-moz-box-shadow: 0px 0px 30px 13px rgba(227,236,224,1);
box-shadow: 0px 0px 30px 13px rgba(227,236,224,1);
}
.navbar.scrolled .logo {
    width:30%;
}
.navbar.scrolled .nav-item {
    height: 50%;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(243,235,137);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
@media (min-width:650px) {
    .row-tel {
        display: none !important;
    }
    .nav-tel {
        display:none !important;
    }
}
@media (max-width:650px) {
    .row-pc {
        display: none !important;
    }
    .nav-pc {
        display: none !important;
    }
    .nav-tel {
    margin: 0% !important;
  font-size: 18px;
  background:transparent;
  border: 0px;
  padding: 5% 10% !important;
  width:100vw;
   position:fixed;
    top:0;
    left:0;
    right:0;
    z-index: 99;
}
 
.nav-tel.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear !important;
height:50px !important;
padding-top: 4% !important;
}
.nav-tel .openbtn {
    margin-left:25%;
}


.nav-one {
    display:block;
    -webkit-animation-duration:3s;
	   animation-duration: 3s;
	   -moz-animation-duration:3s;
	   -moz-animation-name:bounceIn;
	   -webkit-animation-name:bounceIn;
  animation-name: bounceIn;
}

.nav-two {
      display:block;
    -webkit-animation-duration:3s;
	   animation-duration: 3s;
	   -moz-animation-duration:3s;
	   -moz-animation-name:bounceIn;
	   -webkit-animation-name:bounceIn;
  animation-name: bounceIn;
  animation-delay:.4s;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
}

.nav-three {
       display:block;
    -webkit-animation-duration:3s;
	   animation-duration: 3s;
	   -moz-animation-duration:3s;
	   -moz-animation-name:bounceIn;
	   -webkit-animation-name:bounceIn;
  animation-name: bounceIn;
  animation-delay:.8s;
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
}

.nav-four {
       display:block;
    -webkit-animation-duration:3s;
	   animation-duration: 3s;
	   -moz-animation-duration:3s;
	   -moz-animation-name:bounceIn;
	   -webkit-animation-name:bounceIn;
  animation-name: bounceIn;
  animation-delay:.14s;
  -webkit-animation-delay: .14s;
  -moz-animation-delay: .14s;
}
.main-nav li 
.logo {
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 20px;
}

.navbar-toggle {
  position: absolute;
  top: 10%;
  right: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}
.active {
  display: block;
}

}