@media only screen and (max-width: 1000px) {

.topnav{
  display: none;
}

.topnav-menu{
  display: block;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 40px;
  background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1) 50%);
 /* background-color: grey;*/
  width: 100%;
  z-index: 97;
}

.topnav-menu a:first-child{
  font-size: 7vw;
  color: black;
  text-decoration: none;
  }

  .menu-right{
    float: right;
  }

.logo-mob{
  display: block;
  position: absolute;
  left: 30px;
  top: 32px;
  z-index: 98;
  width: 53%;
}

.logo-mob img{
  float: left;
  width: 58%;
}

.description{
  font-size: 4.6vw; 
}

.divider-left{
  margin-left: 0%;
}

.divider-top{
  margin-top: 0%;

}


.slogan {
  width: 100%;
  color: black;
  margin-top: 2%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  font-size: 8vw;
}

.sub-slogan{
  font-size: 4vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8%;
}

.featuring-works-box{
  display: block;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 3%;
  padding-left: 30px;
  padding-right: 30px;
}

.featuring-works{
  width: 100%;
  position: relative;
  margin-top: 3%;
}

.feature-btn{
  font-size: 4vw;
  background-color: black;
  color: white;
  border: 2px solid black;
  padding: 2% 4%;
  text-align: center;
  margin-left: 0px;
}

.download-wrapper{
  margin-top: 10%;
}

.downloadlinks a{
  font-size: 4vw;
  text-align: left;
  padding-left: 30px;
  display: inline-block;
}

.services_btn a{
  font-size: 8vw;
  text-transform: capitalize;
}

.featuring-works:nth-child(2){
  margin-left: 0;
  margin-right: 0;
}

.featuring-works a {
  text-decoration: none;
  color: black;
  font-size: 7vw;
  }

.featuring-details{
  display: none;
  margin-top: 2%;
  font-size: 6vw;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
}

.more-link{
  margin-left: 30px;
  margin-right: auto;
  text-align: middle;
  width: 80%;
  margin-top: 5%;
}

.more-link a{
  font-family: 'BasisGrotesquePro-Regular', Open Sans, Helvetica, sans-serif;
  font-size: 7vw;
  color: black;
  transition: 0.5s;
  text-decoration: underline;
}

.back-to-top{
  font-size: 9vw;
}

footer{
  font-size: 3.8vw;
}

footer p:last-child{
  float: left;
  margin-top: -3%;
}

.wrapper-70{
  width: 100%;
}

.wrapper-right{
  margin-left: 0;
}

.wrapper-middle{
  width: 100%;
  margin-left: 0%;
  padding-left: 30px;
  padding-right: 30px;
}


.overlay-content-wrapper{
  position: relative;
  margin-top: 30%;
  width: 100%;
}

.overlay-content {
    bottom: 0;
    width: 100%;
    text-align: left;
    display: block;
    margin-left: 0;
}

.overlay a {
    cursor: pointer;
    text-decoration: none;
    padding-left: 5%;
    color: white;
    display: block;
    transition: 0.3s;
    border-top: none;
    /*border-bottom: solid 1px white;*/
    border-right: none;
    transition: 0.5s;
    font-size: 7vw;
}

.overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 7vw;
    border: none;
    color: white;
}

.overlay-content:last-child{
  margin-left: 0;
}

.wrapper{
  padding-left: 30px;
  padding-right: 30px;
}

.category{
  font-size: 7vw;
  color: black;
  margin-top: 10%;
}

.works-dt-wrapper{
  margin-left: 30px;
}

.works-dt-tilte{
  font-size: 6vw;
}

.works-dt-c-d-w-wrapper{
  font-size: 4.6vw;
}

.works-dt-description-wrapper{
  font-size: 4.6vw;
}

.works-dt-img-wrapper{
  padding-top: 10%;
}

.img60{
  width: 100%;
}

.img75{
  width: 100%;
}

.img50{
  width: 100%;
}

.works-dt-img-wrapper img{
  margin-top: 6%;
}

.img60R{
  width: 100%;
  margin-left: 0;
}

.img75R{
  width: 100%;
  margin-left: 0;
}

.img50R{
  width: 100%;
  margin-left: 0;
}

.img30R{
  width: 100%;
  margin-left: 0;
}

.client-name{
  font-size: 5vw;
}

.downlaod-page{
  font-size: 5vw;
}

.downloadForm{
  font-size: 5vw;
}

.form-wrapper{
  display: block;
}

.form-wrapper div:last-child{
  margin-left: 0;
}

.button{
  margin-top: 6%;
}

.downloadForm div{
  width: 100%;
}

.accordion-content p{
  font-size: 4.6vw;
  margin-left: 0;
  padding-top: 10px;
}

.service-img{
  width: 100%;
  margin-top: 10px;
  margin-left: 0%;
}

#accordion h1{
  font-size: 7.5vw;
  cursor: pointer;
  color:black;
  border-top: solid 1px grey;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.accordion-content.default {display: block;}

.testi-wrapper{
  border-bottom: solid 1px grey;
  border-top: solid 1px grey;
  font-size: 4.6vw;
  width: 100%;
  position: relative;
  display: inline-flex;
}

.testi-head{
  width: 70%;
}

.testi-logo{
  width: 30%;
  border-left: solid 1px grey;
}

.testi{
  font-size: 4.6vw;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3%;
  padding-bottom: 3%;
}

.featured{
  border-top: solid 1px grey;
  width: 100%;
  display: inline-flex;
  padding-left: 30px;
}

.featured p{
  font-size: 4.6vw;
  padding-top: 10px;
  text-transform: uppercase;
}

.bullet-sqr{
  color: black;
  width: 10px;
  height: 10px;
  margin-top: 5.5%;
  margin-right: 2%;
  background-color: black;
}

.more-content p{
  font-size: 4.6vw;
  /*margin-left: 42%;*/
  padding-top: 30px;
}

.contact-details{
  font-family: 'BasisGrotesquePro-Regular', Open Sans, Helvetica, sans-serif;
  font-size: 8vw;
  position: fixed;
  bottom: -20px;
  color: black;
  letter-spacing: 0px;
  width: 100%;
}

}