@import url("https://fonts.googleapis.com/css2?family=Lexend Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  font-family: "Quicksand", Arial, sans-serif;
}

.azigy {
  font-family: "Lexend Deca", Arial, sans-serif;
  font-size: 25px;
}

.azigy-title {
  font-size: 40px !important;
}

#azigy-logo {
  width: 25px;
}

#azigy-hero {
  width: 65%;
}

#azigy-video {
  width: 35%;
}

#azigy-container {
  display: flex;
  margin-bottom: 45px;
  flex-direction: row;
  gap: 20px;
}

@media screen and (max-width: 770px) {
  #azigy-container {
    display: flex;
    margin-bottom: 45px;
    flex-direction: column-reverse;
    gap: 20px;
  }

  #azigy-hero {
    width: 100%;
  }

  #azigy-video {
    width: 100%;
  }

  .azigy-title {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 994px) and (min-width: 770px) {
  .azigy-title {
    font-size: 36px !important;
  }

  #azigy-img {
    display: none;
  }
}

@media screen and (max-width: 1200px) and (min-width: 994px) {
  .azigy-title {
    font-size: 36px !important;
  }
  
  #azigy-img {
    height: 160px !important;
  }
}

@media screen and (max-width: 600px) {
  .azigy {
    font-size: 18px;
  }

  #azigy-logo {
    width: 18px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 601px) {
  .azigy {
    font-size: 22px;
  }

  #azigy-logo {
    width: 22px;
  }
}

.jumbotron {
  border-radius: 15px;
}
