body {
  margin: 0;
  padding: 0;
  /*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background: #333;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

section {
  overflow: hidden;
  min-height: 600px; }

.cc {
  -webkit-filter: drop-shadow(2px 2px 5px #54559b56);
  filter: drop-shadow(2px 2px 5px #54559b56); }

div.cc.col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

a.waves-effect.waves-light.btn-large {
  border-radius: 15px;
  background-color: #f7b053; }

#home {
  height: 100vh;
  width: 100vw;
  background-image: 'images/background.jpg';
  padding: 0px;
  /* The only rule that matters */
  /* These just style the content */ }
  #home #bg {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: -10; }
  #home div.buttons-container {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #home div.buttons-container div.buttons-container-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 40px; }
  #home #video-background {
    /*  making the video fullscreen  */
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100; }
  #home div {
    /*  just a fancy border  */
    background-image: 'images/background.jpg'; }
    #home div img {
      max-height: 40vw;
      min-height: 40vw;
      background-color: rgba(255, 255, 255, 0);
      margin: auto;
      padding: 3%; }
  #home h1 {
    background-image: url("../images/bg-black-opacity-70.png");
    padding: 2vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    letter-spacing: 3px;
    color: #fff;
    font-family: Oswald, sans-serif;
    text-align: center; }
  #home h1 span {
    font-family: sans-serif;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; }
  #home h1 span a {
    color: #fff; }

#us {
  background: rgba(1, 17, 76, 0.3);
  background-image: 'images/spices.jpg';
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100vw; }
  #us #us-bg {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: -10; }
  #us div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    #us div h1 {
      font-size: calc(1.5em + 1.5vw);
      padding: 5vw;
      font-style: italic;
      font-weight: bolder;
      color: #fff;
      margin: auto;
      text-align: center;
      letter-spacing: 3px; }

#services {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #services #services-title {
    position: absolute;
    z-index: 10;
    width: 100%; }
  #services div.services-title-bg-fixed {
    z-index: -1;
    position: absolute;
    left: 25%;
    background: rgba(12, 12, 12, 0.4);
    height: 100%;
    width: 50%; }
  #services .row {
    width: 100%;
    padding: 0%;
    margin: 0%; }
    #services .row > div {
      padding: 2vw;
      letter-spacing: 3px; }
    #services .row div.carousel {
      height: 100vh !important;
      width: 100vw !important;
      margin: 0px; }
      #services .row div.carousel ul {
        margin-top: 130px;
        z-index: 11; }
      #services .row div.carousel img.car-img {
        position: absolute;
        width: 100%;
        overflow: hidden;
        z-index: -100;
        left: 0px; }
    #services .row #services-title.s12 {
      font-size: calc(2em + 1.5vw);
      text-align: center;
      color: white;
      font-weight: bolder; }
    #services .row .carousel {
      font-size: 2em;
      font-size: calc(1.2em + 1.7vw);
      font-weight: bolder;
      color: #fff;
      margin: auto;
      text-align: center; }

#clients {
  background: rgba(12, 12, 12, 0.9);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #clients .row {
    width: 100%;
    color: #fff; }
    #clients .row:first-child {
      font-size: calc(5.5em + 1.5vw);
      padding: 2vw;
      font-weight: bolder;
      color: #fff;
      margin: auto;
      text-align: center;
      letter-spacing: 3px; }
    #clients .row:last-child ul {
      font-size: calc(.2em + 1.1vw);
      font-weight: bolder;
      color: #fff;
      margin: auto; }
      #clients .row:last-child ul li {
        text-align: center;
        letter-spacing: 3px;
        padding: 2vw;
        opacity: 0; }

footer {
  text-align: right;
  height: 5em;
  padding: 2vw;
  background-color: #222222;
  color: white;
  font-weight: bolder; }

@media only screen and (min-width: 1200px) and (min-height: 665px) {
  #home #bg {
    height: 150%;
    width: auto; }
  #us #us-bg {
    height: 150%;
    width: auto; } }

@media only screen and (min-width: 1200px) and (max-height: 665px) {
  #home #bg {
    width: 150%;
    height: auto; }
  #us #us-bg {
    width: 150%;
    height: auto; }
  #services .row div.carousel img.car-img {
    width: 150%;
    height: auto; } }

@media only screen and (max-width: 1200px) and (min-height: 665px) {
  #home #bg {
    height: 150%;
    width: auto; }
  #us #us-bg {
    height: 150%;
    width: auto; }
  #services .row div.carousel img.car-img {
    height: 150%;
    width: auto; } }

@media only screen and (max-width: 800px) and (min-height: 665px) {
  #home #bg {
    height: 150%;
    width: auto; }
  #us #us-bg {
    height: 150%;
    width: auto; }
  #services .row div.carousel img.car-img {
    height: 150%;
    width: auto; } }

@media only screen and (max-width: 1200px) and (max-height: 665px) {
  #home #bg {
    height: 150%;
    width: auto; }
  #us #us-bg {
    height: 150%;
    width: auto; }
  #services .row div.carousel img.car-img {
    height: 150%;
    width: auto; } }

@media only screen and (max-width: 1200px) and (min-width: 800px) and (max-height: 440px) {
  #home #bg {
    height: auto;
    width: 200%; }
  #us #us-bg {
    height: auto;
    width: 200%; }
  #services .row div.carousel img.car-img {
    height: auto;
    width: 200%; } }

@media only screen and (max-width: 800px) and (min-width: 400px) and (max-height: 440px) {
  #home #bg {
    height: auto;
    width: 200%; }
  #us #us-bg {
    height: auto;
    width: 200%; }
  #services .row div.carousel img.car-img {
    height: auto;
    width: 200%; } }

@media only screen and (max-width: 1200px) and (min-width: 800px) and (min-height: 440px) and (max-height: 665px) {
  #home #bg {
    height: 200%;
    width: auto; }
  #us #us-bg {
    height: 200%;
    width: auto; }
  #services .row div.carousel img.car-img {
    height: 200%;
    width: auto; } }

@media only screen and (max-width: 676px) {
  #home div img {
    min-height: 60vw; }
  #services div.services-title-bg-fixed {
    left: 10% !important;
    width: 80% !important; } }

@media only screen and (max-width: 992px) {
  #home div img {
    min-height: 50vw; }
  #services div.services-title-bg-fixed {
    left: 20%;
    width: 60%; } }

@media only screen and (min-width: 992px) {
  #home div img {
    max-height: 35vw;
    min-height: 35vw; } }

@media only screen and (min-width: 1200px) {
  #home div img {
    max-height: 30vw;
    min-height: 30vw; } }

@media only screen and (min-width: 1500px) {
  #home div img {
    max-height: 25vw;
    min-height: 25vw; } }
