
@media screen and (min-width: 768px){
  .contact-text-p{
    font-size: 18px;
    color: black;
  }
  .technology-ul{
    text-align: left;
  }
  .technology-li{
    list-style: none;
    line-height: 40px;
    font-size: 16px;
  }
  .carousel-control.right{
    right: -100px !important;
    background-image: none;
  }
  .carousel-control.left{
    left: -100px !important;
    background-image: none;
  }
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    background-color : #ad2a2a6b;
    color: white;
  }
  .gallery-modal{
    padding-top: 7%;
  }
  .gallery-close{
    margin-right: 20%;
    opacity: 0.8;
    padding-top: 5%;
  }
  .testimonialPeople {
    font-size: 18px;
    font-weight: 900;
    color: black;
  }
  .testimonialContent {
     font-size: 18px;
    color: black;
  }
  #quote-carousel .carousel-control.left
  {
    left: -100px;
  }
  /* Next button  */
  #quote-carousel .carousel-control.right
  {
    right: -100px !important;
  }
  .inner-container
  {
    position: relative;
    width: 1050px;
    margin: 30px auto;
  }

  .inner-container:before,
  .inner-container:after {
    content: "";
    display: table;
  }

  .inner-container:after { clear: both; }

  .inner-container article {
    display: block;
    width: 340px;
    height: 530px;
    background: #fff;
    cursor: pointer;
    float: left;
    border: 10px solid white;
    text-align: left;
    text-transform: none;
    box-shadow: 0px 0px 20px 10px #ddd;
    margin: 5px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  }

  .inner-container h3 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    color: rgba(0,0,0,1);
    text-shadow: 0px 0px 0px #000;
    opacity: 0.8;
  }

  /*.inner-container article p {*/
  /*font-family: Verdana, sans-serif;*/
  /*font-size: 11px;*/
  /*line-height: 18px;*/
  /*color: #333;*/
  /*text-shadow: 0px 0px 0px #000;*/
  /*opacity: 0.8;*/
  /*}*/

  .inner-container h3,
  .inner-container article p {
    -webkit-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
    -moz-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
    -o-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
    -ms-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
  }

  .inner-container article.blur {
    box-shadow: 0px 0px 20px 10px #ddd;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }

  .inner-container article.blur h3 { text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);  color: rgba(0, 0, 0, 0); opacity : 0.5;
  }

  .inner-container article.blur p {
    text-shadow: 0px 0px 10px rgba(51,51,51, 0.9); color : rgba(51, 51, 51, 0); opacity: 0.5; }

  .inner-container article.active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 1px 11px 15px 10px #a230306e;*/
    z-index: 100;
    opacity: 1;
  }

  .inner-container article.active h3,
  .inner-container article.active p { opacity: 1; }

  article p.client-name {
    float: left;
    color: #99cc66;
    font-size: 12px;
    font-style: italic;
    margin-top: 30px;
  }
}

@media screen and (max-width: 380px){
  .career-padding{
    padding-top: 2%;
  }
  .contact-text-p{
    font-size: 16px;
    color: black;
  }
  .tech-image{
    padding-bottom: 3%;
  }
  .technology-ul{
    text-align: left;
  }
  .technology-li{
    list-style: none;
    line-height: 30px;
  }
  .modal-content {
    margin-top: 30%;
  }
  .testimonialContent {
    font-size: 17px;
    color: black;
  }
  .testimonialPeople {
    font-size: 18px;
    font-weight: 900;
    color: black;
  }
  #quote-carousel .carousel-control.left
  {
    left: -10px;
  }
  /* Next button  */
  #quote-carousel .carousel-control.right
  {
    right: -10px !important;
  }
  .inner-container
  {
    position: relative;
    width: 500px;
    margin: 30px auto;
  }

  .inner-container:before,
  .inner-container:after {
    content: "";
    display: table;
  }

  .inner-container:after { clear: both; }

  .inner-container article {
    display: block;
    width: 340px;
    height: 530px;
    background: #fff;
    cursor: pointer;
    float: left;
    border: 10px solid white;
    text-align: left;
    text-transform: none;
    box-shadow: 0px 0px 20px 10px #ddd;
    margin: 5px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  }

  .inner-container h3 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    color: rgba(0,0,0,1);
    text-shadow: 0px 0px 0px #000;
    opacity: 0.8;
  }

  /*.inner-container article p {*/
  /*font-family: Verdana, sans-serif;*/
  /*font-size: 11px;*/
  /*line-height: 18px;*/
  /*color: #333;*/
  /*text-shadow: 0px 0px 0px #000;*/
  /*opacity: 0.8;*/
  /*}*/

  .inner-container h3,
  .inner-container article p {
    -webkit-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
    -moz-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
    -o-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
    -ms-transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: opacity 0.2s linear, text-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
  }

  .inner-container article.blur {
    box-shadow: 0px 0px 20px 10px #ddd;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }

  .inner-container article.blur h3 { text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);  color: rgba(0, 0, 0, 0); opacity : 0.5;
  }

  .inner-container article.blur p {
    text-shadow: 0px 0px 10px rgba(51,51,51, 0.9); color : rgba(51, 51, 51, 0); opacity: 0.5; }

  .inner-container article.active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*box-shadow: 0px 0px 0px 10px rgba(255,255,255,1), 1px 11px 15px 10px #a230306e;*/
    z-index: 100;
    opacity: 1;
  }

  .inner-container article.active h3,
  .inner-container article.active p { opacity: 1; }

  article p.client-name {
    float: left;
    color: #99cc66;
    font-size: 12px;
    font-style: italic;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 390px) and (max-width: 750px){
  .career-padding{
    padding-top: 2%;
  }
  .modal-content {
    margin-top: 20%;
  }
  .gallery-close{
    opacity: 0.8;
    padding-top: 5%;
  }
  .gallery-modal{
    padding-top: 7%;
  }
  .technology-li{
    list-style: none;
    line-height: 30px;
  }
}

