@charset "utf-8";

/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

:root {
  --primary: #2d368f;
  --white: #ffffff;
  --black: #000;
  --fonts: "Barlow Condensed", sans-serif !important;
}

@media only screen and (max-width: 1700px) {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1450px) {
  .section {
    padding-bottom: 25px;
  }
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .dropdown-div {
    padding: 20px;
  }
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 992px) {
  .section {
    padding-bottom: 25px;
  }
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .btn-dropdown {
    font-size: 22px;
  }
  .dropdown-div {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    margin: 25px 0 0 0;
  }

  .btn-donate {
    margin: 40px 0 25px 0;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 425px) {
}

@media only screen and (max-width: 400px) {
}
