
.AtYourService img {
  width: 100%;
  height: auto;
}

.dropdown-content a{
float: none;
color: black;
paddng: 12px 16px;
text-decoration: none;
display: block;
text-align: center;
}


.dropdown-content a:hover {
color: white;
transition: 0.3s;
}
.dropdown:hover .dropdown-content {
display: block;
}

h1 a {
  margin: 0 auto;
  align: left;
  text-decoration: none;
  color: black;
  font-size: 13px;
  text-align: left;
  position: absolute;
}
.AtYourService {
  margin: auto;
  width: 100%;

}
.AYS {
  margin: auto;
  width: 95%;
}
.AtYourService img {
 align: center;
 float: inherit;

}

.AtYourService h3{
  text-align: center;
  text-transform: full-width;
  font-size: 25px;
  font-family: 'Quicksand', sans-serif;
  color: black;

}

.AtYourService h2{
  text-align: center;
  text-transform: full-width;
  font-size: 40px;
  font-family: 'Quicksand', sans-serif;
  color: #2b689c;

}
.btn {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 25px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
}
.btns {
text-align: center;
}

.btn:hover {
  background-color: #2b689c;
  color: white;
}

footer {
  width: 100%;
  text-align: center;
  height: 10%;
  background-color: #555f63;
}

.parallax {
  /* The image used */
  background-image: url("images/support.png");

  /* Set a specific height */
  height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer h2 {
  font-family: 'Quicksand', sans-serif;
 color: #d1d1d1;
 font-size: 20px;
}

footer p {
  font-family: 'Quicksand', sans-serif;
 color: #d1d1d1;
 font-size: 10px;
}







@media only screen and (max-width: 400px) {


  .inactive {
    color: black;
  }
  .AtYourService img {
    width: 100%;
    height: auto;
  }
  @media screen and (max-width: 600px) {
  }

  .parallax {
    /* The image used */
    background-image: url("images/support.png" height="100px");

    /* Set a specific height */
    height: 150px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  h1 a {
    margin: 0 auto;
    align: left;
    text-decoration: none;
    color: black;
    font-size: 13px;
    text-align: left;
    position: absolute;
  }
  .AtYourService {
    margin: auto;
    width: 100%;

  }
  .AYS {
    margin: auto;
    width: 100%;
  }
  .AtYourService img {
   align: center;
   float: inherit;

  }

  .AtYourService h3{
    text-align: center;
    text-transform: full-width;
    font-size: 25px;
    font-family: 'Quicksand', sans-serif;
    color: black;

  }

  .AtYourService h2{
    text-align: center;
    text-transform: full-width;
    font-size: 40px;
    font-family: 'Quicksand', sans-serif;
    color: #2b689c;

  }
  .btn {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
  }
  .btns {
  text-align: center;
  }

  .btn:hover {
    background-color: #2b689c;
    color: white;
  }

}





















@media only screen and (max-width: 1000px) {
  .AtYourService img {
    width: 100%;
    height: auto;
  }


  .parallax {
    /* The image used */
    background-image: url("images/support.png" height="100px");

    /* Set a specific height */
    height: 150px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  h1 a {
    margin: 0 auto;
    align: left;
    text-decoration: none;
    color: black;
    font-size: 13px;
    text-align: left;
    position: absolute;
  }
  .AtYourService {
    margin: auto;
    width: 100%;

  }
  .AYS {
    margin: auto;
    width: 100%;
  }
  .AtYourService img {
   align: center;
   float: inherit;

  }

  .AtYourService h3{
    text-align: center;
    text-transform: full-width;
    font-size: 25px;
    font-family: 'Quicksand', sans-serif;
    color: black;

  }

  .AtYourService h2{
    text-align: center;
    text-transform: full-width;
    font-size: 40px;
    font-family: 'Quicksand', sans-serif;
    color: #2b689c;

  }
  .btn {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
  }
  .btns {
  text-align: center;
  }

  .btn:hover {
    background-color: #2b689c;
    color: white;
  }


}
