body{
  background-color: #212121;
  color: #E6F4F1;
  background-image: linear-gradient(rgba(21,21,21,1),rgba(21,21,21,0.95)), url(bg.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}

#head{
  position: fixed;
  left: 0;
  height: 0;
  width: 120%;
  height: 100%;
  z-index: 100;
  background-color: #212121;
  box-shadow: 0 0 10px #212121,
  0 0 20px #212121,
  0 0 40px #212121,
  0 0 80px #212121,
  0 0 160px #212121;
}

#logo{
  width: 25%;
  z-index: 101;
  left: 37.5%;
  right: 37.5%;
  position: fixed;
  margin-top: 90%;
}

#about{
  position: fixed;
  top: 13%;
  font-family: 'Zilla Slab', serif;
  opacity: 0;
}

#about div p{
  font-size: 2vh;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.high-light{
  background-color: #33B6C9;
  color: #212121;
}

.brand-color{
  color: #33B6C9;
}

.header{
  font-size: 2.2vh;
}

#clients{
  margin-top: 5%;
}

#clients .col{
  text-align: center;
}

#clients img{
  margin-right: 8%;
  margin-left: 8%;
}

#client-1{
  width: 12%;
}

#client-2{
  width: 21%;
}

#client-3{
  width: 12%;
}

#client-4{
  width: 25%;
}

#client-5{
  width: 17%;
}


#links{
  background-color: #33B6C9;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  position: fixed;
  bottom: -25%;
  left: 0;
  width: 100%;
  height: 7%;
  padding-top: 3.5%;
  padding-bottom: 1%;
  text-align: center;
  box-shadow: 0 0 10px #33B6C9,
  0 0 20px #33B6C9,
  0 0 40px #33B6C9,
  0 0 80px #33B6C9,
  0 0 160px #33B6C9;
}

a:link{
  text-decoration: none;
}

#links a{
  margin-left: 8%;
  margin-right: 8%;
  color: #212121;
}

.bi{
  font-size: 2vh;
  color: #212121 !important;
}

/* Desktop */

@media only screen and (min-width: 600px) {
  #logo{
    width: 8%;
    z-index: 101;
    left: 46%;
    right: 46%;
    position: fixed;
    margin-top: 60%;
  }

  #about{
    position: fixed;
    top: 21% !important;
    font-family: 'Zilla Slab', serif;
    opacity: 0;
  }

  #about div p{
    font-size: 2vh;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
  }

  #clients{
    margin-top: 2%;
    padding-left: 25%;
    padding-right: 25%;
  }

  #clients .col{
    text-align: center;
  }

  #clients img{
    margin-right: 3%;
    margin-left: 3%;
  }

  #client-1{
    width: 7%;
  }

  #client-2{
    width: 12%;
  }

  #client-3{
    width: 7%;
  }

  #client-4{
    width: 14%;
  }

  #client-5{
    width: 9%;
  }

  #links{
    padding-top: 1%;
  }

  .bi{
      font-size: 2.5vh;
  }

  #facebook::after{
    font-family: 'Zilla Slab', serif;
    content: " meta.production";
  }

  #instagram::after{
    font-family: 'Zilla Slab', serif;
    content: " meta_production";
  }

  #youtube::after{
    font-family: 'Zilla Slab', serif;
    content: " Youtube";
  }

  #phone::after{
    font-family: 'Zilla Slab', serif;
    content: " (+964) 750 823 7400";
  }

}
